I made a map with GtkRadiant and tried to compile it with JKRadiant. Right after I press the "bsp fullvis" option it says "completed. Run time was 0 hours, 0 minutes and 0 seconds".
When I try to compile the map "ctf_bespin" it works perfectly but I can't seem to compile mine.
What do I have to do to fix this?
I have the same problem, but I can't even compile the bespin ctf map. I noticed in the project settings some folder paths had two slashes.. removing those doens't fix the problem.. The dos prompt pops up so fast i can't see what the problem is. Hopefully someone has the solution?
Later
D
did you add textures and entities with jk2radiant cause if you used gtk radiants textures and entities it wont work diff texture resolution. and if entities dont work in jk2radiant try this fix for the entities path C:\Program Files\LucasArts\Star Wars JK II Jedi Outcast\GameData\Toolsmp_entities.def under project settings and if that doesnt work maybe you should reinstall everything to default dir or go buy the game cause entities dont work with nocdcracks. also use bsp fullvis to compile
Anyone having trouble with compiling?
Figured it out!
The problem is spaces in folder names. See JK2Radiant makes the q3ebsp.bat, and trying to run it, it or Windows XP doesn't like the star wars jk ii outcast folder name. This is a peice of crap name for a folder anyway. Rename it to SWJK2. Or reinstall into there. I ran this batfile:
C:\PROGRA~1\LucasArts\SWJK2\GameData\Tools\\sof2ma p -bsp
C:\PROGRA~1\LucasArts\SWJK2\GameData\\base/maps/bla.map
C:\PROGRA~1\LucasArts\SWJK2\GameData\Tools\\sof2ma p -vis
C:\PROGRA~1\LucasArts\SWJK2\GameData\\base/maps/bla.map
C:\PROGRA~1\LucasArts\SWJK2\GameData\Tools\\sof2ma p -light
C:\PROGRA~1\LucasArts\SWJK2\GameData\\base/maps/bla.map
And it worked!
You need to make sure your installation matches mine. To make this batch file, make a new txt document, put this in and edit, save, then rename .bat
Later,
D