Page 1 of 1
wolfenstein spdevmap Q
Posted: Fri Nov 24, 2006 8:41 am
by a13n
When I try to spdevmap from cmd.exe, wolfsp stops and after pressing esc key the followin error pops up.
This is the command line.
Code: Select all
C:\wolf\WolfSP.exe +set fs_basepath C:\wolf +set fs_game Main +sv_pure 0 +sv_cheats 1 +developer 1 +spdevmap sp-test
Of couse "\spdevmap sp-test" works fine if I launch wolfsp w/o any parameter and bring down console then type manually.
Am I missing any parameters?
Posted: Fri Nov 24, 2006 9:30 am
by Kaz
is there a particular reason for adding the fs_basepath and fs_game commands?
Posted: Fri Nov 24, 2006 9:54 am
by 4days
that error message means you're being too anal

Posted: Fri Nov 24, 2006 1:13 pm
by a13n
Before this post I've already tested without fs_basepath and fs_game arguments, but it didn't work, either.
While I wrote this comment, just hit on this.
Should I launch wolfsp.exe within the same directory with it?
My batch file lies in c:\batch\dev.bat.
And the command above was executed in this directory, which inevitably requires "fs_basepath"
Posted: Sat Nov 25, 2006 5:57 am
by a13n
Jesus!
My assumption was right.
Just pushd C:\wolf werked.
How messy wolfsp.exe is!
Posted: Sun Nov 26, 2006 8:30 pm
by Kat
a13n wrote:Jesus!
My assumption was right.
Just pushd C:\wolf werked.
How messy wolfsp.exe is!
Actually it's *you* trying to be too clever (as 4days was polite enough to point out!).
If you're trying to launch the game to test a custom SP map then you most certainly don't need to do all of that to get it to work and having the batch file *outside* your development directory is the reason why it's causing problems; that *should* be inside the dev folder being used to build your SP level to which you just create a simple shortcut to execute (or click itself).
Posted: Sun Nov 26, 2006 10:16 pm
by a13n
It's essential to achieve seamless dev environment to launch wolf just after compiling.
On top of that q3map2 requires fs_basepath anyway.
And other games such as stvoy.exe, jk2sp.exe and sof2sp.exe are more generous.
Posted: Sun Nov 26, 2006 10:43 pm
by +JuggerNaut+
oh boy.