- 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:
silversurfer
2013-10-13 11:35:30 +00:00
parent 04a2fda24b
commit 36a6ac83c9
2 changed files with 12 additions and 5 deletions
+6 -3
View File
@@ -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
+6 -2
View File
@@ -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