Added 2 new INI Entries for the "Real Time Mode" in the [JA2 Tactical Settings]: ALLOW_REAL_TIME_SNEAK, QUIET_REAL_TIME_SNEAK

Info: There is no new EXE yet, which supports the "Real Time Mode"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1130 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
Wanne
2009-06-02 10:30:06 +00:00
parent 915ea60c83
commit 6fc62e2960
2 changed files with 26 additions and 0 deletions
+13
View File
@@ -350,6 +350,19 @@ SHIFT_F_REMOVE_ATTACHMENTS = TRUE
; Armor coverage
ENABLE_ARMOR_COVERAGE = TRUE
;******************************************************************************************************************************
; Allows the player to stay in real time while unnoticed by the enemy.
; While observing enemies in real time, the player may enter turn-based at will.
; Ctrl-x: While observing enemies in real time, enter turn-based mode. Does not work if no enemies are seen,
; inactive if RT sneaking is disabled.
; Shift-Ctrl-x: Toggle the real-time sneaking mode on/off. Enters turn-based if the player can see an enemy.
; Toggling it back on in turn-based, while stil unseen by the enemy does NOT revert to real time -
; turn-based will continue until the player no longer sees any enemies.
;******************************************************************************************************************************
ALLOW_REAL_TIME_SNEAK = TRUE
QUIET_REAL_TIME_SNEAK = TRUE
;******************************************************************************************************************************
; -----------------------------------------------------------------------------------------------------------------------------
+13
View File
@@ -347,6 +347,19 @@ SHIFT_F_REMOVE_ATTACHMENTS = TRUE
; Armor coverage
ENABLE_ARMOR_COVERAGE = FALSE
;******************************************************************************************************************************
; Allows the player to stay in real time while unnoticed by the enemy.
; While observing enemies in real time, the player may enter turn-based at will.
; Ctrl-x: While observing enemies in real time, enter turn-based mode. Does not work if no enemies are seen,
; inactive if RT sneaking is disabled.
; Shift-Ctrl-x: Toggle the real-time sneaking mode on/off. Enters turn-based if the player can see an enemy.
; Toggling it back on in turn-based, while stil unseen by the enemy does NOT revert to real time -
; turn-based will continue until the player no longer sees any enemies.
;******************************************************************************************************************************
ALLOW_REAL_TIME_SNEAK = FALSE
QUIET_REAL_TIME_SNEAK = FALSE
;******************************************************************************************************************************
; -----------------------------------------------------------------------------------------------------------------------------