Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Does anyone know why when i throw out the hook for the first time theres a super loud buzz and then theres no more audio??

Thanks for letting us know and sorry for the issue!

It's possible that it's overloaded some the audio buffers. If this is the case, we might be able to provide a workaround that gets your audio working much better

To do so you can launch the game with this startup argument: --audio-output-latency 30

Process of launching the game with a startup argument: 

- Find the game's exe file 
- Right-click and create a shortcut to it 
- Right-click the shortcut, open Properties and find the Target field
- Add the above argument to the end of the path (ensure there's a space between)
- So the path should be something like this: "C:\path\to\idols_of_ash.exe --audio-output-latency 30"
- Launch the game via the new shortcut

If you try the above setting tweak and it's better but still having some issues you can try increasing the latency a bit more with this argument: --audio-output-latency 45

Hopefully this helps! The audio is super important in this game!

If you continue to have issues, emailing us at team@leafygames.com will let us better support you directly!