Mr. Shizzy Posted July 21, 2022 Share Posted July 21, 2022 Hi all, I tried to Google this before posting with no luck. My question is, is there a way to set a running script for a game to set the volume for that specific game? Thanks in advance for any help Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted July 21, 2022 Share Posted July 21, 2022 If you want it for just a single game and you can't adjust it in the game itself, you'd need to create an Additional Application to run before "Main Application" (aka, the game). "Running Scripts" are for emulators only and they'll run for every game that uses that emulator. Create a text file and in it put SoundSet, 50 This will set your volume to 50%. Then to add the additional app (the above script) to a game, see here: You'll probably want a 2nd script to set it back to 100% (or whatever). Create a 2nd text file and change the "50" to "100" and set it up the same as above but check the box "Automatically Run After Main Application". 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.