Update luastart & config

This commit is contained in:
D4rkl1ght3r
2025-06-23 19:40:00 +02:00
parent 22f6e1a4d2
commit 51a2b6463a
2 changed files with 22 additions and 2 deletions

View File

@@ -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\")"