[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 <Cyberboss@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-09 00:53:58 +01:00
committed by GitHub
co-authored by Jordan Brown
parent 0af7568d85
commit 3faf67869c
+6
View File
@@ -0,0 +1,6 @@
static_files:
- name: config
populate: true
- name: data
linux_scripts:
PreCompile.sh: tools/tgs4_scripts/PreCompile.sh