Developer Commands: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 29: | Line 29: | ||
|[Event name] or [Options] | |[Event name] or [Options] | ||
|Renders the areas of an event. | |Renders the areas of an event. | ||
|<code>all</code>: shows all events; <code>none</code>: hides all events. | |<code>all</code>: shows all events; <code>none</code>: hides all events; <code>invert</code>: toggles displayed and undisplayed events. | ||
|- | |- | ||
|[[File:Client.png|left|frameless]] | |[[File:Client.png|left|frameless]] | ||
Line 67: | Line 67: | ||
| | | | ||
|- | |- | ||
|[[File: | |[[File:Server.png|left|frameless]] | ||
|gm13_memories_toggle | |gm13_memories_toggle | ||
|[Memory name] or [Options] | |[Memory name] or [Options] |
Revision as of 02:21, 28 July 2022
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. |
Warning: gm13_events_render_list doesn't work well and some commands are displaying wrong arguments, these issues will be fixed later.