Call of Duty 5: Compile Tools: Difference between revisions

From COD Modding & Mapping Wiki
Jump to navigation Jump to search
(New page: =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 cov...)
 
Line 1: Line 1:
=Overview=
=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.<br>
After you create your map it will need compiled to be played in the game.  You can view the different options for Launcher in [[Call of Duty 5: Launcher Overview|Launcher Overview]] page. This tutorial will cover what is suggested for beginners.<br>


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.
Line 8: Line 8:


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.<br>
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.<br>
{{Note| 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==

Revision as of 15:05, 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