Developer Commands
Jump to navigation
Jump to search
The map has a custom events system controlled by console commands.
Client Command
Shared Command
Server Command
Command | Arguments | Description | Options | |
---|---|---|---|---|
devmode_gm13_toggle | Toggles the dev commands | |||
gm13_events_list | Shows enabled and disabled events. | |||
gm13_events_render | [Event name] or [Options] | Renders the areas of an event. | all : shows all events; none : hides all events; invert : toggles displayed and undisplayed events.
| |
gm13_events_render_auto | [0 or 1] (Def. 0) | Renders events by default if on. | ||
gm13_events_render_list | Shows a list of all renderable events and which ones are rendered. | |||
gm13_events_show_names | [0 or 1] (Def. 0) | Shows the name of events at locations close to where they occur. | ||
gm13_events_toggle | [Event name] or [Options] | Enables or disables events and their respective memories. It's not possible to activate events that have incompatible memories active. | enabled : toggles enabled events; disabled : toggles disabled events.
| |
gm13_memories_list | Shows enabled and disabled memories. | |||
gm13_memories_print_logic | Displays memory layers, useful for debugging only. | |||
gm13_memories_toggle | [Memory name] or [Options] | Enables or disables memories and their respective events. Turning off a memory will cause incompatible events to be loaded. | enabled : toggles enabled events; disabled : toggles disabled events.
| |
gm13_reset | [Options] | Fully reset the map. | yes : action confirmation.
| |
gm13_tier | [Integer] | Changes the events tier. currently there is just tier 1 so this command is mostly useless |
Warning: gm13_events_render_list doesn't work well and some commands are displaying wrong arguments, these issues will be fixed later.