error...


(plokoon) #1

my decompiler in q3map2, and when i try to use it , it gives me a message "Error


Usage:C:\ Program Files\ Lucasarts\ Star wars jedi knight academy\ Gamedata\ q2map2_2.5.13_win32_x86\ q2map2.exe [general options] [options] mapfile "

how do i fix this ? :banana:


(phobos) #2

In your batch file, use fully qualified paths with unix style forward slashes and put each path in quotes, for example:

"c:/program files/lucasarts/jedi academy/gamedata/base/maps/foo.bsp"

Also specify the game and format:

q3map2.exe -game ja -convert -format map

If you have any more troubles, post your full batch/script.


(plokoon) #3

batch file ?


(plokoon) #4

i have no idea how to do a command line program


(ydnar) #5

Use one of the many front end programs such as Q3Map2 Toolz or Q3Map2Build. Search Google for β€œQ3Map2 front end” and you will find several.

y