mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
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:
@@ -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
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; -----------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
;******************************************************************************************************************************
|
||||
; -----------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user