Call of Duty 5: Compile Tools: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
mNo edit summary
Line 4: Line 4:


Always have Compile BSP and Compile Lighting checked unless you want to compile your map without one or the other. BSP is for world geometry, models and entities. Lighting is for sun and level lights.
Always have Compile BSP and Compile Lighting checked unless you want to compile your map without one or the other. BSP is for world geometry, models and entities. Lighting is for sun and level lights.


==BSP Options==
==BSP Options==
Line 10: Line 11:


[[Image:Information.png]] If you do make a geometry change and have "onlyents" toggled on, your map will not compile and the D3DBSP will remain the same.
[[Image:Information.png]] If you do make a geometry change and have "onlyents" toggled on, your map will not compile and the D3DBSP will remain the same.


==Light Options==
==Light Options==


*Fast- a quick rendering of your lights.<br>
*Fast - a quick rendering of your lights.<br>
*Extra- High quality rendering of your lights.<br>
*Extra - High quality rendering of your lights.<br>
*Model Shadow- Models cast shadows.<br>
*Model Shadow - Models cast shadows.<br>
*No Model Shadow- Models are ignored when compiling shadows.<br>
*No Model Shadow - Models are ignored when compiling shadows.<br>
 


=Compile Process=
=Compile Process=
Line 22: Line 25:
Launcher can conveniently compile, build your FastFile, and launch your map in-game with one click. You only need to check the options you want to be executed. The most common options are:
Launcher can conveniently compile, build your FastFile, and launch your map in-game with one click. You only need to check the options you want to be executed. The most common options are:


*Compile BSP.
*Compile BSP
*Compile Lights
*Compile Lights
*Compile Paths (If you have nodes in your map)
*Compile Paths (If you have nodes in your map)
*Compile Reflections.
*Compile Reflections
*Build Fast File.
*Build Fast File
*Run Map After Compile
*Run Map After Compile





Revision as of 17:06, 20 November 2008

Overview

After you create your map it will need compiled to be played in the game. You can view the different options for Launcher in Launcher Overview page. This tutorial will cover what is suggested for beginners.

Always have Compile BSP and Compile Lighting checked unless you want to compile your map without one or the other. BSP is for world geometry, models and entities. Lighting is for sun and level lights.


BSP Options

The only useful option in BSP Options for those new to Radiant is “onlyents”. If you only added or edited entities then this will cut down your compile time by ignoring the geometry.

If you do make a geometry change and have "onlyents" toggled on, your map will not compile and the D3DBSP will remain the same.


Light Options

  • Fast - a quick rendering of your lights.
  • Extra - High quality rendering of your lights.
  • Model Shadow - Models cast shadows.
  • No Model Shadow - Models are ignored when compiling shadows.


Compile Process

Launcher can conveniently compile, build your FastFile, and launch your map in-game with one click. You only need to check the options you want to be executed. The most common options are:

  • Compile BSP
  • Compile Lights
  • Compile Paths (If you have nodes in your map)
  • Compile Reflections
  • Build Fast File
  • Run Map After Compile


Sources: Treyarch's Wiki