Marvel's Spider-Man: Custom Web Sounds
Requested/Commissioned by patts
- Allows you to play custom Web Shooter and Web Line sounds easily by placing any sound file in the folder.
- Allows you to play a "WOO" sound as well when releasing from your swing.
int SETTINGS_WEB_VOLUME = 225; // Volume of the web
int SETTINGS_WOO_VOLUME = 225; // Volume of the woo sound
bool SETTINGS_PLAY_WOO = true; // Whether or not to play woo sound
int SETTINGS_WOO_CHANCE = 4; // Woo sound chance, default is 4 so 1/4 or 25% chance everytime you jump from a swing
Installation:
- Place ALL files inside your game's directory.
- Run SMPCScriptHookLauncher.exe
Requirements:
- Marvel's Spider-Man v1.817.1.0, Only Works For This Version (Downgrade Instructions)
- Spider-Man PC ScriptHook Unreleased (Included)
- PatreonAuth
How To Use:
Put sound files inside the folder, WebLine, WebShooter, and WOO. Settings also configurable. WOO will play by chance after jumping from a swing.
Changelog
v1.0.0 (2/1/23)
- Initial release