From 3d26510ed173bde2a34198490d09be662b131980 Mon Sep 17 00:00:00 2001 From: Furior <68264134+Furrior@users.noreply.github.com> Date: Thu, 28 Sep 2023 22:11:21 +0700 Subject: [PATCH] Feat: tgs yml config (#252) --- .tgs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .tgs.yml diff --git a/.tgs.yml b/.tgs.yml new file mode 100644 index 000000000000..aad9a7b180b1 --- /dev/null +++ b/.tgs.yml @@ -0,0 +1,13 @@ +# This file is stolen from tg +version: 1 +byond: "515.1614" +# Folders to create in "/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 +# The security level the game should be run at +security: Trusted