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.
|