2022-12-20 18:18:26 +02:00
|
|
|
[[actions]]
|
|
|
|
name = "[IMPORTANT] Install Dependencies"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/Novetus_dependency_installer.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
console = true
|
|
|
|
sandbox = true
|
|
|
|
|
2020-07-12 01:15:47 +03:00
|
|
|
[[actions]]
|
|
|
|
name = "Play"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/bin/Novetus.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
args = ["-nocmd"]
|
2020-07-12 01:15:47 +03:00
|
|
|
sandbox = true
|
|
|
|
|
|
|
|
[[actions]]
|
2022-12-20 18:18:26 +02:00
|
|
|
name = "Play with Console"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/bin/Novetus.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
args = ["-nocmd"]
|
2021-11-01 00:13:59 +02:00
|
|
|
sandbox = true
|
|
|
|
|
|
|
|
[[actions]]
|
2022-12-20 18:18:26 +02:00
|
|
|
name = "Novetus SDK"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/bin/Novetus.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
args = ["-sdk"]
|
|
|
|
sandbox = true
|
|
|
|
|
|
|
|
[[actions]]
|
|
|
|
name = "Novetus Console"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/bin/Novetus.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
args = ["-cmdonly", "-cmdmode"]
|
|
|
|
sandbox = true
|
|
|
|
|
|
|
|
[[actions]]
|
|
|
|
name = "Novetus Console Help"
|
2024-05-15 19:29:07 +03:00
|
|
|
path = "data/bin/Novetus.exe"
|
2022-12-20 18:18:26 +02:00
|
|
|
args = ["-cmdonly", "-help"]
|
2020-07-12 01:15:47 +03:00
|
|
|
sandbox = true
|