General Thread |
by Aardappel
on 01/05/2002 01:55, 15527 messages, last message: 03/01/2024 13:02, 12532276 views, last view: 11/02/2024 15:31 |
|
for questions, announcements etc.
|
|
Board Index
|
|
#10619: Breaking off a copy of the CVS branch |
by toughmccuddllo
on 06/05/2008 21:58
|
|
How do I make a copy of the Sauerbraten CVS directory without copying all the CVS directories inside, with it.
In time I would like to create a total conversion of Sauerbraten.
I am not all that versed with CVS though.
Thanks
reply to this message
|
|
#10620: Re: Breaking off a copy of the CVS branch |
by MeatROme
on 06/06/2008 00:38, refers to #10619
|
|
mkdir copy_of_sauer
cp -r CVS_sauerbraten/* copy_of_sauer
ls -R *|grep CVS|grep ":$">toremove
for x in $(cat toremove); do rm -r $(echo "$x"|tr -d ":");done
HTH
reply to this message
|
|
#10621: Re: Breaking off a copy of the CVS branch |
by Quin
on 06/06/2008 05:34, refers to #10620
|
|
or..
cp -R sauer mymod
cd mymod
find ./ -name "CVS" -exec rm -r {} \;
I think it's a less complicated, if only a little :P
reply to this message
|
|
#10622: .. |
by toughmccuddllo
on 06/06/2008 05:59
|
|
lol
thanks I'll give that a try.
*thumbs*
reply to this message
|
|
#10623: .. |
by toughmccuddllo
on 06/06/2008 06:02
|
|
is this with CVS command line.
Or a windows one?
reply to this message
|
|
#10624: Re: .. |
by MeatROme
on 06/06/2008 07:21, refers to #10623
|
|
You can install MinGW/MSYS on your Windows OS to finally have an enviroment that empowers you to actually use your computer to automate repetitive tasks .. if you try to do that in Windows BATCH-files ... good luck ;-)
reply to this message
|
|
#10625: .. |
by {Qs}Homicidal
on 06/06/2008 07:43
|
|
mm vb script anyone ?
reply to this message
|
|
#10626: SourceForge.net Community Choice Awards 2008 |
by noerrorsfound-on-windows
on 06/06/2008 13:49
|
|
Want to nominate Sauerbraten?
http://sourceforge.net/community/cca08-nominate
reply to this message
|
|
#10627: HELLP! |
by Needs Help Guy
on 06/08/2008 07:47
|
|
I don't know how to make walls, buildings, roads... anything involved with buildings, roads...
reply to this message
|
|
#10628: Re: HELLP! SILLYn00b |
by {Qs}Homicidal
on 06/08/2008 08:42, refers to #10627
|
|
http://www.youtube.com/watch?v=DaT4BQmJGQE
http://www.youtube.com/watch?v=lCbx2D0YNew&feature=related
http://sauerbraten.org/docs/editing.html
http://sauerbraten.org/docs/editref.html
READ
reply to this message
|
|
#10629: creating arches |
by n00b
on 06/09/2008 03:43
|
|
I see many maps in Sauerbraten that have arches or curved shapes. How were they created? Did the mapmaker use the Q key and the mouse wheel to create these arches? I think it would take forever to make an arch that way. Is there a quicker more easy way to create an arch or a curved shape of any kind?
reply to this message
|
|
#10630: .. |
by {Qs}Homicidal
on 06/09/2008 05:37
|
|
once you get the hang of it its easy all done with the good'ol scroll
reply to this message
|
|
#10631: Re: creating arches |
by demosthenes
on 06/09/2008 05:39, refers to #10629
|
|
I use middle-click to select areas to curve and then scroll. I don't use the Q method, so I don't remember whether you can select with it or not.
reply to this message
|
|
#10632: Importing Models From DOOM 3 |
by JBridge
on 06/09/2008 08:05
|
|
Does anyone know which .pak the weapons are in? I heard that id Tech 4 uses a file extension that\'s compatible with Sauer.
Also, can anyone tell me which .pak the weapons are in in Quake 4?
reply to this message
|
|
#10633: Re: Importing Models From DOOM 3 |
by JadeMatrix
on 06/09/2008 14:18, refers to #10632
|
|
Try pak001.pk4 or something like that. The first one or two paks contain the universal game resources, I think.
reply to this message
|
|
#10634: Re: Importing Models From DOOM 3 |
by jbuk2k7s cookie has gone
on 06/09/2008 18:09, refers to #10633
|
|
And the md5 format (and md3, md2) is the one which is compatible with sauer.
reply to this message
|
|
#10635: Re: Importing Models From DOOM 3 |
by SheeEttin
on 06/09/2008 23:13, refers to #10634
|
|
And OBJs, now, too.
reply to this message
|
|
#10636: Re: Importing Models From DOOM 3 |
by toughmccuddllo
on 06/10/2008 00:49, refers to #10635
|
|
obj's?
really?
Sweet!
reply to this message
|
|
#10637: Re: Importing Models From DOOM 3 |
by noerrorsfound-on-windows
on 06/10/2008 13:08, refers to #10635
|
|
Good news.
reply to this message
|
|
#10638: Flickering white lines along seams? |
by Logbomb
on 06/11/2008 22:04
|
|
In both Cube and Sauer, in some places on the maps that come with them, there are flickering white lines along the seams.
It is as though the geometry is not precisely flush and you can see through the cracks. (so to speak)
Apart from this, the engine is incredible.
Does this happen to some degree for everyone?
Are there any known fixes?
I am using an ATI Radeon 9600 128 meg video card.
Thx,
LogBomb
reply to this message
|
|
|
Board Index
|
|