itch.io is community of indie game creators and players

Devlogs

GMRoomLoader v1.2.1

GMRoomLoader
A downloadable GameMaker library

This Patch release fixes instance execution order to match GameMaker's default.

If you've already used GMRoomLoader for loading instances that have Variable Definitions and Creation Code, you might have to make some adjustments to adapt your code.

Please note the execution order differences shown in the table below and (re)structure your instances accordingly.

OrderBefore v1.2.1v1.2.1 and after
1 Room-defined parameters Room-defined parameters + Variable Definitions
(mixed in a single pre-create struct)
2 Create event Create event
3 Variable Definitions Creation Code
4 Creation Code -

Files

  • GMRoomLoader v1.2.1.yymps - Local Package 14 kB
    Feb 16, 2024
  • GMRoomLoader.yyz - Demo Project 2 MB
    Feb 16, 2024
Download GMRoomLoader
Leave a comment