Wrong Version, ET compiling problem 46 instead of 47!?


(Xerroz) #1

i downloaded q3map2 2.5.4 for linux, i try to compile my map file with:

./q3map2 -game et SH.map

it has all kinds of warnings, but creates a bsp, i try to load it in ET and it crashes saying Wrong Version(46 instead of 47). Please help.


(ydnar) #2

2.5.4 does not have ET support. I’m getting around to releasing a build of 2.5.6 (or 2.5.7) for Linux.

If you want to test it, you can try downloading it here.

BTW, you need to supply way more commandline options to Q3Map2 to compile your map:

q3map2 -meta -mv 1024 -mi 6144 -v -game et -fs_basepath /usr/local/games/wolfet /usr/local/games/wolfet/etmain/maps/yourmap.map

Edit paths to suit your install, obviously.

y