mirror of
https://github.com/Novetus/Novetus_src.git
synced 2025-01-31 09:41:33 +02:00
35 lines
650 B
TOML
35 lines
650 B
TOML
[[actions]]
|
|
name = "[IMPORTANT] Install Dependencies"
|
|
path = "data/Novetus_dependency_installer.exe"
|
|
console = true
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Play"
|
|
path = "data/bin/Novetus.exe"
|
|
args = ["-nocmd"]
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Play with Console"
|
|
path = "data/bin/Novetus.exe"
|
|
args = ["-nocmd"]
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus SDK"
|
|
path = "data/bin/Novetus.exe"
|
|
args = ["-sdk"]
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus Console"
|
|
path = "data/bin/Novetus.exe"
|
|
args = ["-cmdonly", "-cmdmode"]
|
|
sandbox = true
|
|
|
|
[[actions]]
|
|
name = "Novetus Console Help"
|
|
path = "data/bin/Novetus.exe"
|
|
args = ["-cmdonly", "-help"]
|
|
sandbox = true |