26 lines
693 B
Lua
26 lines
693 B
Lua
-- Remnant Freelancer Lua Configuration File
|
|
|
|
-- DATE Settings
|
|
|
|
setglobal('day_gen', "01")
|
|
setglobal('months_gen', "January")
|
|
|
|
-- DEBUG Settings
|
|
|
|
setglobal('gcs_state', "off")
|
|
|
|
-- CHARACTER Settings
|
|
|
|
setglobal('char_gen', "trent")
|
|
setglobal('gcs_voice', "trent")
|
|
setglobal('anm_gen', "stand")
|
|
|
|
-- MISSIONS Settings
|
|
|
|
setglobal('manhattan_gen', "origin")
|
|
setglobal('rochester_gen', "origin")
|
|
setglobal('toledo_gen', "origin")
|
|
|
|
-- This Config File effecting Character Animation References, Planet & Station Enviorments and Mission Cutscenes
|
|
-- Files in DATA\SCRIPTS GCS,BASES and EXTRAS using these defined globals
|
|
-- Included with dofile('..\\EXE\\REM\\Lua\\DYNAMIC\\config.lua') in .thn scripts |