mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
- 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:
@@ -308,22 +308,37 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1
|
|||||||
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
; Allows militia to move on strategic map
|
Global gameplay settings
|
||||||
; 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
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
[JA2 Gameplay Settings]
|
[JA2 Gameplay Settings]
|
||||||
|
|
||||||
|
; Allows militia to move on strategic map
|
||||||
ALLOW_MILITIA_MOBILE_GROUPS = TRUE
|
ALLOW_MILITIA_MOBILE_GROUPS = TRUE
|
||||||
|
|
||||||
|
; Allows militia reinforcements from near sectors
|
||||||
ALLOW_REINFORCEMENTS = TRUE
|
ALLOW_REINFORCEMENTS = TRUE
|
||||||
|
|
||||||
|
; Reinforcements only in cities
|
||||||
ALLOW_REINFORCEMENTS_ONLY_IN_CITIES = FALSE
|
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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -307,23 +307,40 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
; Allows militia to move on strategic map
|
Global gameplay settings
|
||||||
; 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
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|
||||||
[JA2 Gameplay Settings]
|
[JA2 Gameplay Settings]
|
||||||
|
|
||||||
|
; Allows militia to move on strategic map
|
||||||
ALLOW_MILITIA_MOBILE_GROUPS = TRUE
|
ALLOW_MILITIA_MOBILE_GROUPS = TRUE
|
||||||
|
|
||||||
|
; Allows militia reinforcements from near sectors
|
||||||
ALLOW_REINFORCEMENTS = TRUE
|
ALLOW_REINFORCEMENTS = TRUE
|
||||||
|
|
||||||
|
; Reinforcements only in cities
|
||||||
ALLOW_REINFORCEMENTS_ONLY_IN_CITIES = FALSE
|
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
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user