Feature/mission refactor (#26)

* Refactored Mission classes to add Missions other than trigger zone missions. (eg. Runway Strikes, Resupply etc.)
* Runway strike initial POC
Co-authored-by: dutchie032 <dutchie032>
This commit is contained in:
2025-05-07 13:18:45 +02:00
committed by GitHub
parent 31f99686f6
commit a2f62d797b
30 changed files with 1580 additions and 547 deletions
+2 -2
View File
@@ -52,7 +52,7 @@ SpearheadConfig = {
maxMissionStage = 10,
--Stage starting number
startingStage = 1,
startingStage = 0,
---DEBUG logging. Consider keeping this disabled
debugEnabled = true
@@ -61,7 +61,7 @@ SpearheadConfig = {
--- io and lfs cannot be sanitized in the MissionScripting.lua
--- enables or disables the persistence logic in spearhead
enabled = true,
enabled = false,
--- sets the directory where the persistence file is stored
--- if nil then lfs.writedir() will be used.