Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: Manc on Sun 09/04/2023 11:47:08

Title: Default game speed and audio volume sliders not working
Post by: Manc on Sun 09/04/2023 11:47:08
Hi, I've been working on my game for the last few months and I started with the Sierra-Style template. Today I noticed that the Volume and Game Speed sliders wont move when I Try to move them and will move back to their original value immediately. The sliders aren't locked and it worked fine before, I don't know what could have caused this. :~(
Title: Re: Default game speed and audio volume sliders not working
Post by: Khris on Mon 10/04/2023 12:34:10
Could you upload your game sources somewhere so we can take a look? You can also send me a PM instead if you don't want to "publish" your game.
Title: Re: Default game speed and audio volume sliders not working
Post by: Cassiebsg on Mon 10/04/2023 21:34:19
What Khris said. :)

But since you say it was working before, then it's likely that you added/changed some code that is forcing the sliders back to "default". Check the code where the change is applied, rep_exe_always, ClaimEvent, etc. New modules you might have added as well.

Of course, easier if you can share the game code with Khris.