From bd3dafa4d74f54966dd1aea99a6b60381895152e Mon Sep 17 00:00:00 2001 From: Flugente Date: Sun, 17 Feb 2019 19:47:17 +0000 Subject: [PATCH] If LOWER_VISION_WHILE_RUNNING in JA2_Options.ini is set to 1 (default 0), vision range is lowered by 25% while running (2: only for player team) git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2473 4f8fa57e-7814-0410-bad4-adc449f26b7c --- gamedir/Data-1.13/Ja2_Options.INI | 7 ++++++- gamedir/Data/Ja2_Options.INI | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/gamedir/Data-1.13/Ja2_Options.INI b/gamedir/Data-1.13/Ja2_Options.INI index 3693eea20..b3e7d4855 100644 --- a/gamedir/Data-1.13/Ja2_Options.INI +++ b/gamedir/Data-1.13/Ja2_Options.INI @@ -1495,7 +1495,12 @@ BRIGHTNESS_MOD_15 = 9 ALLOW_TUNNEL_VISION = TRUE - +;------------------------------------------------------------------------------------------------------------------------------ +; If set to 0, nothing happens. +; If set to 1, vision is lowered while running. +; If set to 2, this only applies to the player team. +;------------------------------------------------------------------------------------------------------------------------------ +LOWER_VISION_WHILE_RUNNING = 0 ;****************************************************************************************************************************** diff --git a/gamedir/Data/Ja2_Options.INI b/gamedir/Data/Ja2_Options.INI index f846e4391..8ca54b181 100644 --- a/gamedir/Data/Ja2_Options.INI +++ b/gamedir/Data/Ja2_Options.INI @@ -1507,7 +1507,12 @@ BRIGHTNESS_MOD_15 = 9 ALLOW_TUNNEL_VISION = FALSE - +;------------------------------------------------------------------------------------------------------------------------------ +; If set to 0, nothing happens. +; If set to 1, vision is lowered while running. +; If set to 2, this only applies to the player team. +;------------------------------------------------------------------------------------------------------------------------------ +LOWER_VISION_WHILE_RUNNING = 0 ;******************************************************************************************************************************