Welcome to the TWC Wiki! You are not logged in. Please log in to the Wiki to vote in polls, change skin preferences, or edit pages. See HERE for details of how to LOG IN.

Difference between revisions of "Map climates.tga"

From TWC Wiki
Jump to navigationJump to search
(temp at .7 opacity)
(revert)
Line 1: Line 1:
 
{{DISPLAYTITLE:map_climates.tga}}
 
{{DISPLAYTITLE:map_climates.tga}}
<div style="opacity:0.7; float:right; padding-bottom: 1em;">[[File:RTW Modding watermark.png]]<br><br>[[File:RTW Modding watermark 3.png]]<br><br>[[File:RTW Modding watermark 2.png]]</div>
+
<div style="opacity:0.8; float:right; padding-bottom: 1em;">[[File:RTW Modding watermark.png|link=Rome: Total War - Modding Index|RTW Modding Index]]</div><br>
<br>
 
 
[[Image:Map_climates.png|right|Part of M2TW map_climates.tga]]
 
[[Image:Map_climates.png|right|Part of M2TW map_climates.tga]]
 
==Overview==
 
==Overview==
Line 11: Line 10:
  
 
The climate used also determines the type of tree displayed on both the campaign and battle maps.
 
The climate used also determines the type of tree displayed on both the campaign and battle maps.
 +
  
  

Revision as of 00:19, 17 May 2020

RTW Modding Index


Part of M2TW map_climates.tga

Overview

The map_climates.tga is the map tga that controls both the type of texture used for each ground_type displayed on the campaign map and also controls various elements of the battle map.

Map_climates.tga will be found in the data/world/maps/base folder of a vanilla installation, it may also be placed in the data/world/maps/campaign/campaign_name folder if the other map files are copied there as well.

Certain climates are hardcoded to have a snow effect in winter, whilst others do not. This can be changed visually by altering descr_aerial_map_ground_types.txt references, but the game will still associate 'snow' movement and unit penalties/bonuses with that climate in winter.

The climate used also determines the type of tree displayed on both the campaign and battle maps.


The textures displayed on the campaign map can be varied by changing the textures referenced in descr_aerial_map_ground_types.txt. In the vanilla game many combinations of climate and ground_type reference the same texture .tga, if additional tga's are available they can be added for selected combinations to enhance variety.

Effect of Climates on Battle Map

The climate defined by this file for a particular location on the campaign map controls a variety of effects on the battle map this includes the weather and cloud effects. In RTW these are controlled from descr_daytypes.txt, and are set by climate and by season. The weather effects change both the appearance of the battle-field and lighting and the effectiveness of battle play. Visibility can be severely affected by weather. Typically desert areas are prone to dust storms and northern areas prone to blizzards.

The textures used for the battle map ground surface are also determined by climate.

In RTW the weather conditions in the descr_daytypes.txt file also reference sound files, so ambient sounds can also be varied by climate.

See Also