mirror of
https://github.com/1dot13/source.git
synced 2026-09-09 14:46:05 +02:00
Removed WEAPON_RESTING_DISPLAY, DISPLAY_SCOPE_MODES and OVERHEATING_DISPLAY_THERMOMETER options (always show indicators if features are on instead)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2439 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -1682,10 +1682,6 @@ AIMING_LEVELS_REDUCTION_ON_ALTWEAPHOLD = 50
|
|||||||
; This basically gives you the boni you would get if in prone position, while you're crouched or standing and behind a crate, rock etc.
|
; This basically gives you the boni you would get if in prone position, while you're crouched or standing and behind a crate, rock etc.
|
||||||
WEAPON_RESTING = TRUE
|
WEAPON_RESTING = TRUE
|
||||||
|
|
||||||
; Should a little 'M' indicate your weapon is currently rested against something (useful in the beginning, when your still
|
|
||||||
; unfamiliar with the feature)
|
|
||||||
WEAPON_RESTING_DISPLAY = TRUE
|
|
||||||
|
|
||||||
; Boni are calculated by this formula: WEAPON_RESTING_PRONE_BONI_PERCENTAGE * boni[PRONE] + (100 - WEAPON_RESTING_PRONE_BONI_PERCENTAGE) * boni[state you're in].
|
; Boni are calculated by this formula: WEAPON_RESTING_PRONE_BONI_PERCENTAGE * boni[PRONE] + (100 - WEAPON_RESTING_PRONE_BONI_PERCENTAGE) * boni[state you're in].
|
||||||
; Value Range: 0 - 100.
|
; Value Range: 0 - 100.
|
||||||
WEAPON_RESTING_PRONE_BONI_PERCENTAGE = 50
|
WEAPON_RESTING_PRONE_BONI_PERCENTAGE = 50
|
||||||
@@ -1697,9 +1693,6 @@ WEAPON_RESTING_PRONE_BONI_PERCENTAGE = 50
|
|||||||
; Allow manual toggle between a gun's different scopes/sights (toggle via '.' in tactical)
|
; Allow manual toggle between a gun's different scopes/sights (toggle via '.' in tactical)
|
||||||
USE_SCOPE_MODES = TRUE
|
USE_SCOPE_MODES = TRUE
|
||||||
|
|
||||||
; Allow display of scope modes on weapon
|
|
||||||
DISPLAY_SCOPE_MODES = TRUE
|
|
||||||
|
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
; Spotter skill
|
; Spotter skill
|
||||||
;------------------------------------------------------------------------------------------------------------------------------
|
;------------------------------------------------------------------------------------------------------------------------------
|
||||||
@@ -2768,9 +2761,6 @@ ALLOW_SNAKES = TRUE
|
|||||||
; Weapons cool down over time.
|
; Weapons cool down over time.
|
||||||
OVERHEATING = FALSE
|
OVERHEATING = FALSE
|
||||||
|
|
||||||
; Should a 'thermometer' for guns and replacable barrels be displayed?
|
|
||||||
OVERHEATING_DISPLAY_THERMOMETER = TRUE
|
|
||||||
|
|
||||||
; Should we display temperature/jam threshold (TRUE) or temperature/damage threshold (FALSE)?
|
; Should we display temperature/jam threshold (TRUE) or temperature/damage threshold (FALSE)?
|
||||||
OVERHEATING_DISPLAY_JAMPERCENTAGE = TRUE
|
OVERHEATING_DISPLAY_JAMPERCENTAGE = TRUE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user