25 lines
551 B
Lua
25 lines
551 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 has currently no effect, because it has no integration
|
|
-- Idea is to combine it with dofile to thn scripts |