Update luastart & config
This commit is contained in:
@@ -74,6 +74,13 @@ function modifyLuaConfig(filePath)
|
||||
lines[i] = "setglobal('toledo_gen', \"origin\")"
|
||||
|
||||
-- Change Li01 City Camera_0 to origin values
|
||||
|
||||
elseif line:find("setglobal%('li01_city_posX_gen',") then
|
||||
lines[i] = "setglobal('li01_city_posX_gen', \"59.65879\")"
|
||||
elseif line:find("setglobal%('li01_city_posY_gen',") then
|
||||
lines[i] = "setglobal('li01_city_posY_gen', \"46.31464\")"
|
||||
elseif line:find("setglobal%('li01_city_posZ_gen',") then
|
||||
lines[i] = "setglobal('li01_city_posZ_gen', \"97.57275\")"
|
||||
|
||||
elseif line:find("setglobal%('li01_city_fovh_gen',") then
|
||||
lines[i] = "setglobal('li01_city_fovh_gen', \"29.5\")"
|
||||
|
||||
Reference in New Issue
Block a user