679b0f63c9fbf

679b0f63cb933
3 Guests are here.
 

Topic: Mod that makes guns quieter? Read 745 times  

679b0f63cbcb0
I want to get one of my friends into SS2 but sudden loud noises (especially guns) can cause them to get overwhelmed. Are there any mods that make guns quieter?

679b0f63cbe24voodoo47

679b0f63cbe71
no, and not aware of any other easy way.

679b0f63cc157RoSoDude

679b0f63cc1b0
Would this do the trick?

Code: [Select]
DML1

//Reduce volume of player gun sounds
+ObjProp -2334 "SchPlayParams" // fire_pistol_std
{
"Volume" -400 //was -100
}
+ObjProp -2335 "SchPlayParams" // fire_pistol_ap
{
"Volume" -400 //was -100
}
+ObjProp -2336 "SchPlayParams" // fire_pistol_HE
{
"Volume" -400 //was -100
}
+ObjProp -2337 "SchPlayParams" // fire_ar_std
{
"Volume" -400 //was -100
}
+ObjProp -2338 "SchPlayParams" // fire_ar_ap
{
"Volume" -400 //was -100
}
+ObjProp -2339 "SchPlayParams" // fire_ar_HE
{
"Volume" -400 //was -100
}
+ObjProp -2340 "SchPlayParams" // fire_shotgun
{
"Volume" -400 //was -100
}
+ObjProp -2341 "SchPlayParams" // fire_laser
{
"Volume" -400 //was -100
}
+ObjProp -2342 "SchPlayParams" // fire_emp
{
"Volume" -400 //was -100
}
+ObjProp -2343 "SchPlayParams" // fire_fusion
{
"Volume" -400 //was -100
}
+ObjProp -2344 "SchPlayParams" // fire_gren
{
"Volume" -400 //was -100
}

I don't really remember how the volume property works exactly, you may need to tweak it. More negative = lower volume. Also, this only covers player gun sounds, not enemy gun sounds.
« Last Edit: 15. August 2024, 20:58:45 by Moderator »

679b0f63cc299voodoo47

679b0f63cc2e5
aha, was thinking this is only doable for the rapier (the permanent humming sound).

so this could work, would have to try it out. //yeah, should work.
« Last Edit: 15. August 2024, 16:19:38 by voodoo47 »
679b0f63cc5f5
RoSoDude
Thank you!! Where would I put this?

679b0f63cc6c9voodoo47

679b0f63cc712
converted to dml and attached to his post - download the dml, put it into a folder (weapon muffler, for example), move that folder into your SS2\DMM folder and use the mod manager to activate as a mod.

as mentioned, you can lower the volume further yourself, edit the file with any text editor and lower the values even further (so -400 to -600, for example).
3 Guests are here.
então eu terminei toda a tradução dos logs fiz a tradução só pra mim msm e todo o credito vai pra eles
Contact SMF 2.0.19 | SMF © 2016, Simple Machines | Terms and Policies
FEEP
679b0f63cd6ad