From 3faf67869c19e488c78c41c7c01c4a338bf2297f Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Sat, 9 Jan 2021 00:53:58 +0100 Subject: [PATCH] [MIRROR] Add .tgs4.yml (#2561) * Add .tgs4.yml (#55993) This is a simple reference to be used by TGS4 clients (not the server, fuck everything about TGS3.json) to help automatically setup new instances. No official spec but the basic schema I have in mind is: static_files: Array of directory names to create in the StaticFiles directory. If populate is set, they should be copied from the repository (can also be used to select files). linux_scripts/windows_scripts: Map of names of EventScripts to paths to copy from the repository for Linux or Windows respectively. dme: Path to .dme to build for downstreams that have multiple. * Add .tgs4.yml Co-authored-by: Jordan Brown --- .tgs4.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .tgs4.yml diff --git a/.tgs4.yml b/.tgs4.yml new file mode 100644 index 00000000000..9a507cfb75c --- /dev/null +++ b/.tgs4.yml @@ -0,0 +1,6 @@ +static_files: + - name: config + populate: true + - name: data +linux_scripts: + PreCompile.sh: tools/tgs4_scripts/PreCompile.sh