diff --git a/EXE/REM/Lua/DYNAMIC/config.lua b/EXE/REM/Lua/DYNAMIC/config.lua index faba6328..3f1432ef 100644 --- a/EXE/REM/Lua/DYNAMIC/config.lua +++ b/EXE/REM/Lua/DYNAMIC/config.lua @@ -22,6 +22,28 @@ setglobal('rochester_gen', "origin") setglobal('westpoint_gen', "origin") setglobal('toledo_gen', "origin") +-- CAMERA Settings + +setglobal('li01_city_fovh_gen', "29.5") +setglobal('li01_city_hvaspect_gen', "1.31") +setglobal('li01_city_nearplane_gen', "20") +setglobal('li01_city_farplane_gen', "7000") + + +-- Li01 City Camera_0 + +-- fovh = 29.5, +-- hvaspect = 1.31, +-- nearplane = 20, +-- farplane = 7000 + +-- Li01 Bar Camera_0 + +-- fovh = 35, +-- hvaspect = 1.333333, +-- nearplane = 0.5, +-- farplane = 100 + -- 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. \ No newline at end of file