Update config.lua
This commit is contained in:
@@ -2,24 +2,24 @@
|
|||||||
|
|
||||||
-- DATE Settings
|
-- DATE Settings
|
||||||
|
|
||||||
local day_gen = 01
|
setglobal('day_gen', "01")
|
||||||
local months_gen = January
|
setglobal('months_gen', "January")
|
||||||
|
|
||||||
-- DEBUG Settings
|
-- DEBUG Settings
|
||||||
|
|
||||||
local gcs_state = off
|
setglobal('gcs_state', "off")
|
||||||
|
|
||||||
-- CHARACTER Settings
|
-- CHARACTER Settings
|
||||||
|
|
||||||
local char_gen = trent
|
setglobal('char_gen', "trent")
|
||||||
local gcs_voice = trent
|
setglobal('gcs_voice', "trent")
|
||||||
local anm_gen = stand
|
setglobal('anm_gen', "stand")
|
||||||
|
|
||||||
-- MISSIONS Settings
|
-- MISSIONS Settings
|
||||||
|
|
||||||
local manhattan_gen = origin
|
setglobal('manhattan_gen', "origin")
|
||||||
local rochester_gen = origin
|
setglobal('rochester_gen', "origin")
|
||||||
local toledo_gen = origin
|
setglobal('toledo_gen', "origin")
|
||||||
|
|
||||||
-- This Config File has currently no effect, because it has no integration
|
-- This Config File has currently no effect, because it has no integration
|
||||||
-- Idea is to combine it with dofile to thn scripts
|
-- Idea is to combine it with dofile to thn scripts
|
||||||
Reference in New Issue
Block a user