ssypchenko / cs2-gungame

GunGame mode on Counter Strike Sharp
MIT License
23 stars 4 forks source link

Disable custom audio/lower volume #6

Closed Haelnorr closed 10 months ago

Haelnorr commented 10 months ago

The audio files that play (configured in gungame.json) are extremely loud, and I cannot work out how to lower their volume or disable them entirely.

ssypchenko commented 10 months ago

It is impossible to manage the volume right now :( You have these options:

pnallinger commented 10 months ago

thank you! can you tell me why? is this sound command not implemented on cs2? with sounds it is unplayable imo or i am missing a setting. i will delete all sounds for now & it would be great to disable them with one setting

ssypchenko commented 10 months ago

Emit Sound with volume control as it was in SourceMode has not been developed in CounterStrikeSharp yet. !music command turns off and back on extra sounds now.