AztecGameLab / LongTermGame8

2 stars 1 forks source link

Console Commands Update #44

Closed Spectrum-Programmer closed 5 months ago

Spectrum-Programmer commented 5 months ago

Added 6 new commands (4 which can prove helpful for development, 2 fun ones :p)

Noclip: Allows Sigmund to fly and phase through walls

Teleport: Allows Sigmund to teleport to either a pre-set location (1 arg, string) or to a given set of coordinates (3 args, floats or ints).

IgnoreDialogue: Allows Sigmund to ignore Eggy (Dialogue triggers are not activated, current dialogue ends early)

Sensitivity: Allows the user to change the mouse sensitivity.

Most command scripts are under Assets/Scripts/PluginScripts/Commands, with some executions under Assets/Scripts/PluginsScripts/Executions.