Page 1 of 1
Test map without compiling
Posted: Wed Jul 21, 2004 11:07 am
by ColdKeyboard
Can I test my map without compiling it to .bsp then put in the .pk3 and the mohaa/main folider ?
Is there any easyer way to do it, just for testing when I finish it I will copile it and put into the .pk3
Posted: Wed Jul 21, 2004 4:10 pm
by blue60007
You'll need to compile, but you don't need to put it in a pk3, that's only for distrubution. Make a folder named maps, in the /main/ folder, then in that maps folder, make a dm and obj folder. Then put the bsp in the approriate folder (SP goes in /main/maps/)
Posted: Wed Jul 21, 2004 10:46 pm
by LeadHead
is that the configuration for the MOHAA SDK? isnt there a different way to do it if u have the MOHAAS SDK? i forget how i have mine set up and i have to go somewhere now so i cant figure it out, but hopefully some1 else can help u out.
Posted: Wed Jul 21, 2004 11:20 pm
by ColdKeyboard
Ok, thanks anyway I thot that there is some way that I can open .map files from MOH Console and play around. But ok.
Thanks
Re: Test map without compiling
Posted: Wed Jul 21, 2004 11:24 pm
by Random
ColdKeyboard wrote:Can I test my map without compiling it to .bsp
Sorry i dont know of any other way than to compile it into a bsp. There are however methods you can use to quickly compile a test map. Try to purposefully create a leak. You can do this by leaving out the bottom end of the skybox. This will turn the vis data off and reduce light compile times since it will not compile radiosty bounce or something like that. I think that it may also be possible to have the same effect if you type in the appropriate commands into Mbuilder or a batch file. Still searching for that command however and dont seem to have any luck finding it. Rats.... Oh well a whole in the skybox has the same effect so maybe you can give that a go.
If you place the bsp in a folder in main make sure you recall the name so you can bring it up in console. if you dont, type maplist in console and you should find it. This however wont be helpful if you didnt place the latest version of your test compilein the maps dm or obj folder.
Hope this helps
Random