From 6fc62e29603f1a2dc6121a81e153571c34dbb02d Mon Sep 17 00:00:00 2001 From: Wanne Date: Tue, 2 Jun 2009 10:30:06 +0000 Subject: [PATCH] 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 --- gamedir/Data-1.13/Ja2_Options.INI | 13 +++++++++++++ gamedir/Data/Ja2_Options.INI | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index da9988830..d2fa5f946 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -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 + ;****************************************************************************************************************************** ; ----------------------------------------------------------------------------------------------------------------------------- diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index bdf371afd..4475d19b5 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -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 + ;****************************************************************************************************************************** ; -----------------------------------------------------------------------------------------------------------------------------