View Single Post
Old 03-02-2008, 09:55 PM   #5 (permalink)
beng
Senior Member
 
Join Date: Jan 2008
Posts: 329
Default

If you do not have W3D models with snow skins then make it use the same skin for snow and non-snow maps. Similarly, if you do not have night models, make it use the same skin for day and night. To make it ignore the snow and/or night condition states, put a line in your w3dModelDraw module that says

IgnoreConditionStates = SNOW NIGHT

Then make sure that none of your condition states in that module have SNOW or NIGHT or it will crash the game. See the AmericaInfantryRanger object for details of how IgnoreConditionStates is used.
beng is offline   Reply With Quote