Difference between revisions of "Customizing LW2"

From UFOpaedia
Jump to navigation Jump to search
(Created page with " == What other mods are compatible? ==")
 
Line 1: Line 1:
  
 
== What other mods are compatible? ==
 
== What other mods are compatible? ==
 +
 +
 +
== Adding more turns to the mission timers ==
 +
 +
Per the developer Amineri:
 +
 +
As for the timers, if you look in the config file XComLW_Overhaul, there is a difficulty-specific modifier for timers :
 +
 +
CODE: SELECT ALL
 +
 +
TimerDifficultyMod[0]=4;  Rookie
 +
 +
TimerDifficultyMod[1]=1;  Veteran
 +
 +
TimerDifficultyMod[2]=0;  Commander
 +
 +
TimerDifficultyMod[3]=0;  Legendary
 +
 +
Thus, 4 turns are added to timers on Rookie, 1 on Veteran. Modifying these can add turns.

Revision as of 18:46, 20 January 2017

What other mods are compatible?

Adding more turns to the mission timers

Per the developer Amineri:

As for the timers, if you look in the config file XComLW_Overhaul, there is a difficulty-specific modifier for timers :

CODE: SELECT ALL

TimerDifficultyMod[0]=4; Rookie

TimerDifficultyMod[1]=1; Veteran

TimerDifficultyMod[2]=0; Commander

TimerDifficultyMod[3]=0; Legendary

Thus, 4 turns are added to timers on Rookie, 1 on Veteran. Modifying these can add turns.