bsp wrong version error 0 should be 47


(jrichmo2) #1

Here is my problem
when testing my map with
sv_pure 0
devmap map.map
it works fine
when i make a pk3 file to test the map with host server
I get this message bsp wrong version 0 should be 47

also as soon as i put the pk3 in my etmain and press host the
host server screen is all jacked(yellow missing texture look) even before i click on my map?
when i remove my pk3 it is fine again.
help
ps i have tried search and found no solutions.

i have tried q3map2 with no success gtkradiant is set to enemy territory


(ailmanki) #2

http://en.wikibooks.org/wiki/Q3Map2#General_options
You have maybe not setup q3map2 correctly, to compile the map for et.
For the other menu issue,
pk3’s can replace content from other pk3’s. Most likely you killed some shaders, by replacing them.

you should make sure your custom stuff in the pk3 has its own ‘namespace’. So that all shaders and files are unique.


(jrichmo2) #3

Thanks for the quick response ailmanki i have very few custom textures
i used a pk3 maker program i will check to see if i am overwriting shaders.
if i understand correctly the q3map2 makes or edits a batch file that tells et what version?


(stealth6) #4

q3map2 compiles the map into a bsp. If you don’t have q3map2 set up correctly then it won’t compile the map correctly (wrong bsp version)
The other problem (everything is missing texture) - The only time I’ve seen that is when one of my shaders was broken. (I was mising a } in the shader)


(jrichmo2) #5

Update fixed
i used a pk3 maker program before
i am not sure what went wrong.
I made my own using 7zip this time and only put in what i knew i needed and it is fixed
thanks JR^^