mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
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
This commit is contained in:
@@ -1495,7 +1495,12 @@ BRIGHTNESS_MOD_15 = 9
|
|||||||
|
|
||||||
ALLOW_TUNNEL_VISION = TRUE
|
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
|
||||||
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|||||||
@@ -1507,7 +1507,12 @@ BRIGHTNESS_MOD_15 = 9
|
|||||||
|
|
||||||
ALLOW_TUNNEL_VISION = FALSE
|
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
|
||||||
|
|
||||||
|
|
||||||
;******************************************************************************************************************************
|
;******************************************************************************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user