- added new settings to Ja2_Options.INI

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@63 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
lalien
2006-05-31 20:10:29 +00:00
parent bd5b9b4425
commit 60dcff9d8b
2 changed files with 40 additions and 8 deletions
+19 -4
View File
@@ -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
+21 -4
View File
@@ -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