diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index f453ed264..7159d55b8 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -308,22 +308,37 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1 ;****************************************************************************************************************************** -; Allows militia to move on strategic map -; Allows militia reinforcements from near sectors -; Reinforcements only in cities -; Amount of troops that will be added to queens army when the troops pool is empty +Global gameplay settings + + + ;****************************************************************************************************************************** [JA2 Gameplay Settings] +; Allows militia to move on strategic map ALLOW_MILITIA_MOBILE_GROUPS = TRUE +; Allows militia reinforcements from near sectors ALLOW_REINFORCEMENTS = TRUE +; Reinforcements only in cities ALLOW_REINFORCEMENTS_ONLY_IN_CITIES = FALSE +; Amount of troops that will be added to queens army when the troops pool is empty QUEEN_POOL_INCREMENT_PER_DIFFICULTY_LEVEL = 60 +;will create a squad each n hours (12 for example). Should divide 24 without remainder +CREATE_EACH_N_HOURS = 24 + +; divisor for mobile group size +DIV_OF_ORIGINAL_MILITIA = 4 + +MINIMUM_MILITIA_SQUAD_SIZE = 5 +MAXIMUM_MILITIA_SQUAD_SIZE = 20 +MAXIMUM_MILITIA_SQUAD_SIZE_BATTLE = 20 + + diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index 6df381a80..40b074f42 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -307,23 +307,40 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1 + ;****************************************************************************************************************************** -; Allows militia to move on strategic map -; Allows militia reinforcements from near sectors -; Reinforcements only in cities -; Amount of troops that will be added to queens army when the troops pool is empty +Global gameplay settings + + + ;****************************************************************************************************************************** [JA2 Gameplay Settings] +; Allows militia to move on strategic map ALLOW_MILITIA_MOBILE_GROUPS = TRUE +; Allows militia reinforcements from near sectors ALLOW_REINFORCEMENTS = TRUE +; Reinforcements only in cities ALLOW_REINFORCEMENTS_ONLY_IN_CITIES = FALSE +; Amount of troops that will be added to queens army when the troops pool is empty QUEEN_POOL_INCREMENT_PER_DIFFICULTY_LEVEL = 60 +;will create a squad each n hours (12 for example). Should divide 24 without remainder +CREATE_EACH_N_HOURS = 24 + +; divisor for mobile group size +DIV_OF_ORIGINAL_MILITIA = 4 + +MINIMUM_MILITIA_SQUAD_SIZE = 5 +MAXIMUM_MILITIA_SQUAD_SIZE = 20 +MAXIMUM_MILITIA_SQUAD_SIZE_BATTLE = 20 + + +