Update config.lua FOV variables

This commit is contained in:
D4rkl1ght3r
2025-06-22 22:36:52 +02:00
parent 116c07ff90
commit 20bc0c1824

View File

@@ -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.