This commit is contained in:
2026-07-07 21:08:52 +02:00
commit 4c20cfc716
2613 changed files with 318021 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
exports('GetUFOObject', function()
return UFO
end)
UFO = {
Hippie = {
ipl = "ufo", -- Hippie base: 2490.47729, 3774.84351, 2414.035
Enable = function(state)
EnableIpl(UFO.Hippie.ipl, state)
end
},
Chiliad = {
ipl = "ufo_eye", -- Chiliad: 501.5288, 5593.865, 796.2325
Enable = function(state)
EnableIpl(UFO.Chiliad.ipl, state)
end
},
Zancudo = {
ipl = "ufo_lod", -- Zancudo: -2051.99463, 3237.05835, 1456.97021
Enable = function(state)
EnableIpl(UFO.Zancudo.ipl, state)
end
}
}