forked from ss220club/Paradise-SS220
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tgs.yml
19 lines (19 loc) · 806 Bytes
/
.tgs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# This file is stolen from tg
version: 1
byond: "515.1619"
# Folders to create in "<instance_path>/Configuration/GameStaticFiles/"
static_files:
# Config directory should be static
- name: config
# This implies the folder should be pre-populated with contents from the repo
populate: true
# Data directory must be static
- name: data
# String dictionary. The value is the location of the file in the repo to upload to TGS. The key is the name of the file to upload to "<instance_path>/Configuration/EventScripts/"
# This one is for Linux hosted servers
linux_scripts:
PreCompile.sh: tools/tgs_scripts/PreCompile.sh
WatchdogLaunch.sh: tools/tgs_scripts/WatchdogLaunch.sh
InstallDeps.sh: tools/tgs_scripts/InstallDeps.sh
# The security level the game should be run at
security: Trusted