Configuration - glebtsereteli/GMRoomLoader GitHub Wiki

Description

The following config macros can be used to customize various RoomLoader behaviors.

Config Macros are located in the RoomLoaderConfig script.

Macros

Macro Type Default Value Description
ROOMLOADER_ENABLE_DEBUG Boolean false Whether to show debug messages in Output (true) or not (false).
ROOMLOADER_LAYER_PREFIX String "__roomloader__" String prefix added to layers created by RoomLoader.
ROOMLOADER_DEFAULT_XORIGIN Real 0 Default x origin used by RoomLoader's loading and screenshotting methods.
ROOMLOADER_DEFAULT_YORIGIN Real 0 Default y origin used by RoomLoader's loading and screenshotting methods.
ROOMLOADER_DEFAULT_FLAGS Enum ROOMLOADER_FLAG.CORE Default flags used by RoomLoader's loading and screenshotting methods.
ROOMLOADER_INSTANCES_USE_ROOM_PARAMS Boolean true Whether to use room parameters for loaded instances (true) or not (false). NOTE: setting this to false improves loading performance at scale.
ROOMLOADER_INSTANCES_RUN_CREATION_CODE Boolean true Whether to run Creation Code for loaded instances (true) or not (false). NOTE: setting this to false improves loading performance at scale.
ROOMLOADER_SEQUENCES_PAUSE Boolean false Whether to pause loaded sequences (true) or not (false).
ROOMLOADER_PARTICLE_SYSTEMS_STEPS Real 0 Steps to progress loaded particle systems by. NOTE: increasing this value negatively affects loading performance.
ROOMLOADER_ROOMS_RUN_CREATION_CODE Boolean true Whether to run the loaded rooms' Creation Code (true) or not (false).