Prepare config.lua
A config concept for probably a later usage
This commit is contained in:
25
EXE/REM/Lua/DYNAMIC/config.lua
Normal file
25
EXE/REM/Lua/DYNAMIC/config.lua
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user