* RotorOpsPerks, mist change, ice halo fix

* Update RotorOpsPerks.lua
- added new points conditions, revised cas bonus
- allow perks to be defined dynamically
- option to silence point scoring messages
- added red coalition support
- multicrew support!

Update MissionGenerator.exe for release
This commit is contained in:
spencershepard
2023-01-28 15:52:20 -08:00
committed by GitHub
parent f382a2e3cc
commit 76e2858c7b
20 changed files with 1037 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
RotorOps = {}
RotorOps.version = "1.3.3"
RotorOps.version = "1.3.4"
local debug = true
@@ -1517,6 +1517,10 @@ end
--make some changes to the CTLD script/settings
function RotorOps.setupCTLD()
if not ctld then
trigger.action.outText("ERROR: CTLD Not Loaded!!", 90)
return
end
if type(ctld.pickupZones[1][2]) == "number" then --ctld converts its string table to integer on load, so we'll see if that's happened already
trigger.action.outText("ERROR: CTLD Loaded Too Soon!!", 90)
return