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 "Custom Battles - Modding Info"

From TWC Wiki
Jump to navigationJump to search
m (Custom Battles moved to Custom Battles - Modding Info: clarifying this is modding related page - not player related)
(making into modding info only page)
Line 1: Line 1:
 
==Overview==
 
==Overview==
===Setting up Battles===
 
===Multiplayer===
 
  
==Technical / Modding Related Information==
+
==Creating New Custom Battle Positions==
===Advanced Conditions===
+
The battle positions are pre-set according to the locations listed in [[custom_locations.txt]].  The co-ordinates relate to the map referenced from the main or imperial campaign folder - if map files are not included in those folders the map files in the base folder are used. 
 +
 
 +
==Advanced Condition Selections==
 
The available options in the advanced conditions menu selection in BI are:<br>
 
The available options in the advanced conditions menu selection in BI are:<br>
 
'''Season:'''
 
'''Season:'''
Line 30: Line 30:
  
 
The 'Random' weather selection will use the conditions applied to that season and climate type in descr_daytypes.txt according to their probability values.  Specifically selecting 'Calm' for instance will mean that weather type is used even if it is not listed for the relevant climate in daytypes.
 
The 'Random' weather selection will use the conditions applied to that season and climate type in descr_daytypes.txt according to their probability values.  Specifically selecting 'Calm' for instance will mean that weather type is used even if it is not listed for the relevant climate in daytypes.
 +
 +
==See Also==
 +
*[[descr_skydome.txt]] for notes of which skydomes are used in custom battles.
 +
*[[custom_locations.txt]]
 +
[[Category:Modding]][[Category:RTWModding]]

Revision as of 04:54, 4 August 2007

Overview

Creating New Custom Battle Positions

The battle positions are pre-set according to the locations listed in custom_locations.txt. The co-ordinates relate to the map referenced from the main or imperial campaign folder - if map files are not included in those folders the map files in the base folder are used.

Advanced Condition Selections

The available options in the advanced conditions menu selection in BI are:
Season:

  • Summer
  • winter

Weather:

  • Random
  • Calm
  • Hazy
  • Heavy Rain
  • Light Rain
  • Light Fog
  • Dense Fog

Time of Day:

  • Sunrise
  • Morning
  • Midday
  • Evening
  • Sunset
  • Night

Some of the above appear to tie up with weather conditions / timings mentioned in descr_daytypes.txt but others do not or are missing. For example Light Rain does not exist as a named weather condition in daytypes. Spring and Autumn settings which are in daytypes are not given as an option in custom battle selection. It might be that they are used randomly when selecting 'Summer' mode - NB. needs confirmation.

The 'Random' weather selection will use the conditions applied to that season and climate type in descr_daytypes.txt according to their probability values. Specifically selecting 'Calm' for instance will mean that weather type is used even if it is not listed for the relevant climate in daytypes.

See Also