From 45592733b9eea52223ee58320e8424a3d12b6718 Mon Sep 17 00:00:00 2001 From: MaddMugsy Date: Tue, 20 Jun 2006 23:51:18 +0000 Subject: [PATCH] -added externalized options for unlimited troops and aggressive queen so they can be applied to other difficulty levels git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@142 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data/Ja2_Options.INI | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 6964b560f..ae580d234 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -163,7 +163,25 @@ INSANE_MIN_ENEMY_GROUP_SIZE = 8 +;****************************************************************************************************************************** +; Determines whether or not the xxx_QUEENS_POOL_OF_TROOPS value above is ignored and set to unlimited +;****************************************************************************************************************************** +NOVICE_UNLIMITED_POOL_OF_TROOPS = FALSE +EXPERIENCED_UNLIMITED_POOL_OF_TROOPS = FALSE +EXPERT_UNLIMITED_POOL_OF_TROOPS = FALSE +INSANE_UNLIMITED_POOL_OF_TROOPS = TRUE + +;****************************************************************************************************************************** +; Determines whether the queen takes an aggressive stance or a defensive stance (default) when it comes to retaking sectors +; and overall strategy. To ensure she doesn't run out of troops, make sure you either increase the reinforcement pool +; or enable unlimited reinforcements +;****************************************************************************************************************************** + +NOVICE_QUEEN_AGGRESSIVE = FALSE +EXPERIENCED_QUEEN_AGGRESSIVE = FALSE +EXPERT_QUEEN_AGGRESSIVE = FALSE +INSANE_QUEEN_AGGRESSIVE = TRUE ;******************************************************************************************************************************