Add Lua globals rochester_gen & westpoint_gen

This commit is contained in:
D4rkl1ght3r
2025-06-16 18:05:36 +02:00
parent 6db35c9b68
commit fdaa52d22e
3 changed files with 13 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ rem.mission.thnsave() -- Save THN configuration
-- Optional: Second THN entity for SpaceEnter at target base
rem.mission.trigger("SpaceEnter") -- Trigger: Activates when docking at target base
rem.mission.startbase("Li01_09_Base") -- Target base for THN
rem.mission.thnconfig("lismallstation_gen", "arc_juni") -- THN location and name
rem.mission.thnconfig("westpoint_gen", "arc_juni") -- THN location and name
rem.mission.thntime(35) -- THN duration in seconds
rem.mission.showpopup(458763, 458764) -- Infocard IDs for caption and content
rem.mission.missionmessage("popup", 458775) -- Message shown after popup
@@ -79,7 +79,7 @@ rem.mission.missionmessage("launch", 458773) -- Show Mission Message afte
rem.mission.thnsave() -- Save the thn config
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_09_Base") -- Set mission startbase
rem.mission.thnconfig("lismallstation_gen", "arc_juni") -- Set THN location and name
rem.mission.thnconfig("westpoint_gen", "arc_juni") -- Set THN location and name
rem.mission.thntime(34) -- Set THN duration to x seconds
rem.mission.showpopup(458770, 458774) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 458775) -- Show Mission Message after Popup
@@ -104,7 +104,7 @@ rem.mission.missionmessage("popup", 458762) -- Show Mission Message after
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Li01_13_Base") -- Set mission startbase
rem.mission.thnconfig("lismallstation_gen", "arc_harrison") -- Set THN location and name
rem.mission.thnconfig("rochester_gen", "arc_harrison") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(458760, 458764) -- Set infocard IDs for caption and content
rem.mission.thnsave() -- Save the thn config