Update luastart & config
This commit is contained in:
@@ -22,7 +22,11 @@ setglobal('rochester_gen', "origin")
|
||||
setglobal('westpoint_gen', "origin")
|
||||
setglobal('toledo_gen', "origin")
|
||||
|
||||
-- CAMERA Settings
|
||||
-- CAMERA_0 Settings
|
||||
|
||||
setglobal('li01_city_posX_gen', "59.65879")
|
||||
setglobal('li01_city_posY_gen', "46.31464")
|
||||
setglobal('li01_city_posZ_gen', "97.57275")
|
||||
|
||||
setglobal('li01_city_fovh_gen', "29.5")
|
||||
setglobal('li01_city_hvaspect_gen', "1.31")
|
||||
@@ -30,12 +34,13 @@ setglobal('li01_city_nearplane_gen', "20")
|
||||
setglobal('li01_city_farplane_gen', "7000")
|
||||
|
||||
|
||||
-- Li01 City Camera_0
|
||||
-- Li01 City Camera_0 Widescreen "Fix"
|
||||
|
||||
-- fovh = 29.5,
|
||||
-- hvaspect = 1.31,
|
||||
-- nearplane = 20,
|
||||
-- farplane = 7000
|
||||
-- pos = { 59.65879, 46.31464, 97.57275 },
|
||||
|
||||
-- Li01 Bar Camera_0
|
||||
|
||||
@@ -44,6 +49,14 @@ setglobal('li01_city_farplane_gen', "7000")
|
||||
-- nearplane = 0.5,
|
||||
-- farplane = 100
|
||||
|
||||
-- Li01 City Camera_0 Vanilla
|
||||
|
||||
-- fovh = 29.5,
|
||||
-- hvaspect = 1.333333,
|
||||
-- nearplane = 20,
|
||||
-- farplane = 7000
|
||||
-- pos = { 59.65879, 56.31464, 97.57275 }
|
||||
|
||||
-- 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.
|
||||
Reference in New Issue
Block a user