mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- externalized noise threshold for silenced shots to Ja2_Options.ini (MAX_PERCENT_NOISE_SILENCED_SOUND)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1817 4f8fa57e-7814-0410-bad4-adc449f26b7c
This commit is contained in:
@@ -625,11 +625,14 @@ SMALL_SIZE_PB = FALSE
|
||||
; 0 = no change
|
||||
; 100 = max volume
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
|
||||
WEAPON_SOUND_EFFECTS_VOLUME = 0
|
||||
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; This parameter sets the threshold for using silenced weapons sounds. The weapon noise level has to be below this to play
|
||||
; the silenced sound. For example if you use a Pistol Suppressor which provides 75% noise reduction your remaining noise level
|
||||
; is 25%. Valid values are from 0 (never play silenced sound) to 100 (always play silenced sound). Default is 35.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MAX_PERCENT_NOISE_SILENCED_SOUND = 35
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -626,8 +626,12 @@ SMALL_SIZE_PB = FALSE
|
||||
|
||||
WEAPON_SOUND_EFFECTS_VOLUME = 0
|
||||
|
||||
|
||||
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
; This parameter sets the threshold for using silenced weapons sounds. The weapon noise level has to be below this to play
|
||||
; the silenced sound. For example if you use a Pistol Suppressor which provides 75% noise reduction your remaining noise level
|
||||
; is 25%. Valid values are from 0 (never play silenced sound) to 100 (always play silenced sound). Default is 35.
|
||||
;------------------------------------------------------------------------------------------------------------------------------
|
||||
MAX_PERCENT_NOISE_SILENCED_SOUND = 35
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user