Jump to content

Home

radient question


Soulless

Recommended Posts

I got a few errors when running the BSP tools, can you help me with this...

 

Running bsp command...

 

C:\Games\jk2\GameData\Tools\\sof2map -bsp -onlyents C:\Games\jk2\GameData\\base/maps/bar.map

 

C:\Games\jk2\GameData\Tools\\sof2map -light -extra -samplesize 32 C:\Games\jk2\GameData\\base/maps/bar.map

 

 

C:\Games\jk2\GameData>C:\Games\jk2\GameData\Tools\\sof2map -bsp -onlyents C:\Games\jk2\GameData\\base/maps/bar.map

 

SoF2Map v1.0c © 2000 Raven Software Inc.

 

 

 

---- BSP ----

 

onlyents = true

 

SetQdirFromPath: no 'base' in x

 

 

 

C:\Games\jk2\GameData>C:\Games\jk2\GameData\Tools\\sof2map -light -extra -samplesize 32 C:\Games\jk2\GameData\\base/maps/bar.map

 

SoF2Map v1.0c © 2000 Raven Software Inc.

 

 

 

----- Lighting ----

 

Extra detail tracing

 

lightmap sample size is 32 x 32 units

 

SetQdirFromPath: no 'base' in ü

Link to comment
Share on other sites

Make sure you have the latest version of the gdk. Raven released a first version that had an error in its path settings.

 

Personally, I use a batfile that contains this :

 

 

C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\Tools\\sof2map -bsp -samplesize 32 C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\\base/maps/ctf_wls_large.map

C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\Tools\\sof2map -vis -fast C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\\base/maps/ctf_wls_large.map

C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\Tools\\sof2map -light -extra -samplesize 32 C:\PROGRA~1\LUCASA~1\STARWA~1\GameData\\base/maps/ctf_wls_large.map

 

Change the path to adjust it to your installation settings.

Link to comment
Share on other sites

er, you tryed the re-light only-ents parameter, have you actualy comiled the level properly, using normal BSP, cause what it looks like is your telling the comiler to put a load of entities into a big void with no structure. Once you compiled it with normal BSP you can do what ya like :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...