Call of Duty : Visual light compiling

From COD Modding & Mapping Wiki
Revision as of 20:08, 10 January 2011 by Zeroy (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
This tutorial will show you how to compile lighting and rendering map at once. This is cool feature implemented to flare (light compiler). For unknown reason, this feature was not implemented to newer CoD games and this works for CoD1 and CoD:UO only.


Settings

There are few commands to enable this mode and to modify its options.

Usage

To use this feature you have to modify your BAT file for compiling map, here is example:

flare -extra -sundiffusesamples 10 -visual -width 1024 -height 768 -fullscreen -dumpoptions ../../main/maps/mp/bx_dawn

Debugging

You can also debug view in flare, to modify your flare settings go to:

"c:\program files\call of duty\tools\bin", and modify flare.cfg

You can add your own binds there. For more informations about avaiable commands read CFG file.

Results

In this step im just showing how it looks when its enabled.



Hoping that this will help you to debug your map while compiling

By BRAX

Sources