I haven't used custom sounds extensively, but your script seems fine.
One thing you might try is to uncomment the remaining gcw stuff that you replaced with cw files:
Another thing that you might want to try is loading your "custom" resources first (before the music)
One thing you might try is to uncomment the remaining gcw stuff that you replaced with cw files:
Code Select
...
OpenAudioStream("sound\\hot.lvl", "hot1gcw");
OpenAudioStream("sound\\hot.lvl", "hot1gcw");
...
Not sure if this will have an effect.Another thing that you might want to try is loading your "custom" resources first (before the music)
Code Select
...
OpenAudioStream("dc:sound\\hot.lvl", "hot1cw");
OpenAudioStream("dc:sound\\hot.lvl", "hot1cw");
...