You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran compile.bat and I'm using the Windows "Flash Player projector content debugger" (downloaded here). The game seems to work fine in general except for the audio. Songs and sound effects don't play. What could be?
The text was updated successfully, but these errors were encountered:
Hello,
I know the subject is a bit old but if you are still trying to find out how to put sound/music on the game :
In the "INSTALL_PATH\hammerfest-master\class\hammer\Loader.mt" file, you need to modify the constructor starting at line 80:
For lines : Std.setVar(Std.getRoot(),"$sound", "0"); Std.setVar(Std.getRoot(),"$music", "0");
You need to set them to 1 : Std.setVar(Std.getRoot(),"$sound", "1"); Std.setVar(Std.getRoot(),"$music", "1");
And now you should have the game's sounds and music
I ran
compile.bat
and I'm using the Windows "Flash Player projector content debugger" (downloaded here). The game seems to work fine in general except for the audio. Songs and sound effects don't play. What could be?The text was updated successfully, but these errors were encountered: