From 025aa19974189ca73d1b3af4886f5c1d55eae406 Mon Sep 17 00:00:00 2001 From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com> Date: Sun, 1 Jun 2025 22:42:17 +0200 Subject: [PATCH] Prepare config.lua A config concept for probably a later usage --- EXE/REM/Lua/DYNAMIC/config.lua | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 EXE/REM/Lua/DYNAMIC/config.lua diff --git a/EXE/REM/Lua/DYNAMIC/config.lua b/EXE/REM/Lua/DYNAMIC/config.lua new file mode 100644 index 00000000..40a1d505 --- /dev/null +++ b/EXE/REM/Lua/DYNAMIC/config.lua @@ -0,0 +1,25 @@ +-- Remnant Freelancer Lua Configuration File + +-- DATE Settings + +local day_gen = 01 +local months_gen = January + +-- DEBUG Settings + +local gcs_state = off + +-- CHARACTER Settings + +local char_gen = trent +local gcs_voice = trent +local anm_gen = stand + +-- MISSIONS Settings + +local manhattan_gen = origin +local rochester_gen = origin +local toledo_gen = origin + +-- This Config File has currently no effect, because it has no integration +-- Idea is to combine it with dofile to thn scripts \ No newline at end of file