fullscreen Read more

DemoRec: input recording and playback

I wish to show you a new Game Maker extension I made to record the gameplay. The extension can record mouse and keyboard input and reproduce them accurately during playback. In order to simulate mouse down and mouse up, I created a simple DLL “RecHelper.dll”, which is included in the gmez. How to use it […]

Read more

Volume control in GMS

I made an extension in Game Maker Studio for volume control in games. I called it volc. Here is a screenshot: At any time, you can adjust sound effects and music volume by using keys from F9 to F12. The extension adapts to the various resolutions. Moreover, it saves volume settings and reloads them on […]