Add System Entries for Infocards

This commit is contained in:
D4rkl1ght3r
2025-07-27 14:10:04 +02:00
parent 7dba97bf31
commit e42ba9ae9c
2 changed files with 42 additions and 29 deletions

View File

@@ -123,7 +123,7 @@ rem.mission.startbase("Li01_13_Base") -- Set mission startbase
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, 458766) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.missionmessage("popup", 480000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
@@ -143,7 +143,7 @@ rem.mission.startbase("Li01_12_Base") -- Set mission startbase
rem.mission.thnconfig("buffalo_gen", "arc_rebus2") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459000, 459004) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.missionmessage("popup", 480000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
@@ -176,31 +176,31 @@ rem.mission.trigger("InitState") -- Trigger to setup
rem.mission.startbase("Ku06_01_base") -- Set mission startbase
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(61) -- Set THN duration to 59 seconds
rem.mission.showpopup(459100, 459101) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459102) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459103)
rem.mission.showpopup(471100, 471101) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 471102) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 471103)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("Ku01_01_base") -- Set mission startbase
rem.mission.thnconfig("tokyo_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459100, 459104) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459105) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459106)
rem.mission.showpopup(471100, 471104) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 471105) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 471106)
rem.mission.thnsave()
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("ku05_02_base") -- Set mission startbase
rem.mission.thnconfig("ainu_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43)
rem.mission.showpopup(459100, 459107) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 459108) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 459109)
rem.mission.showpopup(471100, 471107) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 471108) -- Show Mission Message after Popup
rem.mission.missionmessage("launch", 471109)
rem.mission.thnsave() -- Save the thn config
rem.mission.startbase("Ku06_01_base") -- Set mission startbase
rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name
rem.mission.thntime(43) -- Set THN duration to 44 seconds
rem.mission.showpopup(459100, 459110) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.showpopup(471100, 471110) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 480000) -- Show Mission Message after Popup
rem.mission.thnsave() -- Save the thn config
rem.mission.save()
@@ -218,5 +218,5 @@ rem.mission.thnsave() -- Save the thn config
rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter)
rem.mission.startbase("St01_01_base") -- Set mission startbase
rem.mission.showpopup(458780, 458788) -- Set infocard IDs for caption and content
rem.mission.missionmessage("popup", 465000) -- Show Mission Message after Popup
rem.mission.missionmessage("popup", 480000) -- Show Mission Message after Popup
rem.mission.save()