Nebual / sandbox-plus

A community fork of Facepunch's Sandbox gamemode for s&box, with tweaks to allow modular addons, like Wirebox, to extend it further
MIT License
15 stars 9 forks source link

HL2 Gravity Gun sounds #24

Closed Hri7566 closed 1 year ago

Hri7566 commented 1 year ago

I had a slight issue with volume, modify if it's too loud or quiet.

Sounds are played with owner.PlaySound instead of the tool's PlaySound. Without this, the sounds would change loudness based on where the player is looking (most notably straight up or down).

This PR has the same changes as #16, I have no clue how this will work out.

Showcase videos: https://cdn.discordapp.com/attachments/859725052453978137/1148821227356561429/2023-09-05_23-22-06.mp4 https://cdn.discordapp.com/attachments/859725052453978137/1148828235178725386/2023-09-05_23-52-17.mp4

Nebual commented 1 year ago

I manually merged this to resolve the git conflicts, thanks!