-
Notifications
You must be signed in to change notification settings - Fork 2
Shell and Commands
Vulcalien edited this page Aug 28, 2020
·
6 revisions
LuaG uses an integrated shell to make everything: run the game, open the editor, setup blank game files etc... It works with commands
and their arguments
.
To get a list of the commands, type help
.
Name | Arguments | Description | Developer only |
---|---|---|---|
run |
cartridge's name or none (if dev mode) |
Runs a cartridge, or (if no argument) the game being developed | |
edit | none | Opens the game editor | Yes |
pack | cartridge's name |
Creates a cartridge | Yes |
setup | none | Creates blank game files | Yes |
cls | none | Clears the shell | |
ver | none | Prints the console's version | |
help | none | Prints a list of commands | |
mode |
d (developer) or u (user) |
Switches console's mode | |
files | none | Opens console-userdata in the file explorer |
Yes |
log | none | Opens log file in the default text editor | Yes |
exit | none | Shuts down the console |