No Game Engine Game Dev: Word Sleuth 082 Part B: Making a Sound arena pool, some animation updates

7 days ago
1

Streamed on 2024-11-12 (https://www.twitch.tv/thediscouragerofhesitancy)

Game Engines are for sissies!

Continuing from Part A. The audio on my machine continued to act up for the rest of the session, sometimes sounding terrible, sometimes echoing and sometimes having multiple second delays. But it appears to only affect my local machine and not the stream. Very strange.

With the new Sound pool in Scheduler, I went through each scene and removed their hardcoded Sounds, replacing them with Sounds from the Scheduler. In the end, actions sound much better, properly overlapping their audio.

Then I did the final review of words. I did end up removing almost all of the ones on my list to review. It was nothing too drastic, but it had to be done some time.

After that I started fixing up a complaint I had about the transition into and out of GameScene: the floor was just popping in. It became clear that something was wrong with scene transitions, but it took some frustrated digging to find it. In the end the issue was in the Scene transition itself. Cleaning up and creating the Schedulers was taking too long. Timers and Animations were completing without having the chance to execute properly. I shrunk the size of the various resource pools in the Scheduler and that fixed it up. With the sound delay on my machine it was very hard to tell if that fixed all of the issue or not. After the stream I updated OBS, my computer, and rebooted everything. Hopefully that fixed all my audio issues.

Loading comments...