mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- Ja2_Options.INI files updated.
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@153 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -512,29 +512,35 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1
|
||||
|
||||
|
||||
;******************************************************************************************
|
||||
; 1. Base sight range for every person in game (default 13 tiles) (will be multiplied by 2)
|
||||
; Range: 0-255
|
||||
;
|
||||
; Controls tactical settings only
|
||||
;
|
||||
; 2. Controls how rain affects visual distance
|
||||
; Range: 0-100%
|
||||
;
|
||||
; 3. Enable/disable militia command on tactical map
|
||||
; Range: TRUE/FALSE
|
||||
;
|
||||
; 4. Enable/disable limited vision
|
||||
; Range: TRUE/FALSE
|
||||
;******************************************************************************************
|
||||
|
||||
[JA2 Tactical Settings]
|
||||
|
||||
; Base sight range for every person in game (default 13 tiles) (will be multiplied by 2)
|
||||
; Range: 0-255
|
||||
BASE_SIGHT_RANGE = 13
|
||||
|
||||
|
||||
; Controls how rain affects visual distance
|
||||
; Range: 0-100%
|
||||
VISUAL_DISTANCE_DECREASE_PER_RAIN_INTENSITY = 30
|
||||
|
||||
|
||||
; Enable/disable militia command on tactical map
|
||||
; Range: TRUE/FALSE
|
||||
ALLOW_TACTICAL_MILITIA_COMMAND = TRUE
|
||||
|
||||
|
||||
; Enable/disable limited vision
|
||||
; Range: TRUE/FALSE
|
||||
ALLOW_LIMITED_VISION = TRUE
|
||||
|
||||
; Show information about selected person
|
||||
; Range: TRUE/FALSE
|
||||
; Do not use!
|
||||
ALLOW_SOLDIER_TOOL_TIPS = FALSE
|
||||
|
||||
|
||||
@@ -576,10 +582,11 @@ WEAPON_SOUND_EFFECTS_VOLUME = 0
|
||||
|
||||
[JA2 System Settings]
|
||||
|
||||
;Time in seconds for DeadLock delay, default 15
|
||||
; Time in seconds for DeadLock delay, default 15
|
||||
; Do not set this too low!
|
||||
DEAD_LOCK_DELAY = 10
|
||||
|
||||
;Skip global strategic events (use to prevent game crashes). Press and hold NUMLOCK to skip
|
||||
; Skip global strategic events (use to prevent game crashes). Press and hold NUMLOCK to skip
|
||||
ENABLE_EMERGENCY_BUTTON_NUMLOCK_TO_SKIP_STRATEGIC_EVENTS = FALSE
|
||||
|
||||
|
||||
|
||||
@@ -150,10 +150,10 @@ EXPERT_ELITE_BONUS = 25
|
||||
INSANE_ELITE_BONUS = 50
|
||||
|
||||
; minimum enemy group size
|
||||
NOVICE_MIN_ENEMY_GROUP_SIZE = 3
|
||||
NOVICE_MIN_ENEMY_GROUP_SIZE = 3
|
||||
EXPERIENCED_MIN_ENEMY_GROUP_SIZE = 4
|
||||
EXPERT_MIN_ENEMY_GROUP_SIZE = 6
|
||||
INSANE_MIN_ENEMY_GROUP_SIZE = 8
|
||||
EXPERT_MIN_ENEMY_GROUP_SIZE = 6
|
||||
INSANE_MIN_ENEMY_GROUP_SIZE = 8
|
||||
|
||||
|
||||
|
||||
@@ -162,10 +162,10 @@ 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
|
||||
NOVICE_UNLIMITED_POOL_OF_TROOPS = FALSE
|
||||
EXPERIENCED_UNLIMITED_POOL_OF_TROOPS = FALSE
|
||||
EXPERT_UNLIMITED_POOL_OF_TROOPS = FALSE
|
||||
INSANE_UNLIMITED_POOL_OF_TROOPS = TRUE
|
||||
EXPERT_UNLIMITED_POOL_OF_TROOPS = FALSE
|
||||
INSANE_UNLIMITED_POOL_OF_TROOPS = TRUE
|
||||
|
||||
|
||||
|
||||
@@ -512,29 +512,35 @@ CIVILIAN_TURN_SPEED_UP_FACTOR = 1
|
||||
|
||||
|
||||
;******************************************************************************************
|
||||
; 1. Base sight range for every person in game (default 13 tiles) (will be multiplied by 2)
|
||||
; Range: 0-255
|
||||
;
|
||||
; Controls tactical settings only
|
||||
;
|
||||
; 2. Controls how rain affects visual distance
|
||||
; Range: 0-100%
|
||||
;
|
||||
; 3. Enable/disable militia command on tactical map
|
||||
; Range: TRUE/FALSE
|
||||
;
|
||||
; 4. Enable/disable limited vision
|
||||
; Range: TRUE/FALSE
|
||||
;******************************************************************************************
|
||||
|
||||
[JA2 Tactical Settings]
|
||||
|
||||
; Base sight range for every person in game (default 13 tiles) (will be multiplied by 2)
|
||||
; Range: 0-255
|
||||
BASE_SIGHT_RANGE = 13
|
||||
|
||||
|
||||
; Controls how rain affects visual distance
|
||||
; Range: 0-100%
|
||||
VISUAL_DISTANCE_DECREASE_PER_RAIN_INTENSITY = 20
|
||||
|
||||
|
||||
; Enable/disable militia command on tactical map
|
||||
; Range: TRUE/FALSE
|
||||
ALLOW_TACTICAL_MILITIA_COMMAND = FALSE
|
||||
|
||||
|
||||
; Enable/disable limited vision
|
||||
; Range: TRUE/FALSE
|
||||
ALLOW_LIMITED_VISION = FALSE
|
||||
|
||||
; Show information about selected person
|
||||
; Range: TRUE/FALSE
|
||||
; Do not use!
|
||||
ALLOW_SOLDIER_TOOL_TIPS = FALSE
|
||||
|
||||
|
||||
@@ -576,10 +582,11 @@ WEAPON_SOUND_EFFECTS_VOLUME = 0
|
||||
|
||||
[JA2 System Settings]
|
||||
|
||||
;Time in seconds for DeadLock delay, default 15
|
||||
; Time in seconds for DeadLock delay, default 15
|
||||
; Do not set this too low!
|
||||
DEAD_LOCK_DELAY = 10
|
||||
|
||||
;Skip global strategic events (use to prevent game crashes). Press and hold NUMLOCK to skip
|
||||
; Skip global strategic events (use to prevent game crashes). Press and hold NUMLOCK to skip
|
||||
ENABLE_EMERGENCY_BUTTON_NUMLOCK_TO_SKIP_STRATEGIC_EVENTS = FALSE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user