Page 1 of 1

Compiling Question

Posted: Sat Jun 28, 2003 7:09 pm
by Shortricci
When I compile my map and I add small features like a ladder, do i have to do the Radiosity Lighting everytime? :shock:

In a different map i was doing, i only needed to do Rad once and that was it?

Thanks

- Shortricci

Re: Compiling Question

Posted: Sun Jun 29, 2003 6:37 am
by jv_map
Shortricci wrote:In a different map i was doing, i only needed to do Rad once and that was it?
Probably because your map had a leak ;).

Anyway to skip radiosity compile with mohlight -bounce 0

Posted: Sun Jun 29, 2003 7:46 pm
by crunch
If all you are doing is testing the map to make sure the ladder or other minor additions are working properly, you can simply do the BSP_bsp phase of the compile (The first step in MBuilder)
You can then copy the .bsp file it makes into your dm folder, and start the game normally to test your map.

You will have an overbright map since no lighting is done, and you will also not get accurate (or very good) framerates since your vis is not done.

But it is a good way to test your map for the rendering and function of brushes without having to completely compile it.

Kill Ya Later!