diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index 56c3b5dd..7e04198e 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -105,8 +105,8 @@ rem.AddInfoCard(459110, [[Welcome to the Remnant Freelancer Server, Freelancer!This mission introduces the new Features of this server.]]) +rem.AddInfoCard(465001, "Story Arc - Tutorial Manhattan") +rem.AddInfoCard(465002, [[Welcome to the Remnant Freelancer Server, Freelancer!This mission introduces the new Features of this Freelancer Server. King will guide you to the necessary additonal menus and will explain you how to fly your ship.]]) rem.AddInfoCard(465003, "Launch into Space") rem.AddInfoCard(465004, "Follow King's instructions") diff --git a/EXE/REM/Lua/LuaMissions.lua b/EXE/REM/Lua/LuaMissions.lua index 00aa42a5..e9157c53 100644 --- a/EXE/REM/Lua/LuaMissions.lua +++ b/EXE/REM/Lua/LuaMissions.lua @@ -7,16 +7,15 @@ -- Tutorial Mission === rem.mission.create("tutorial") -- Set mission name rem.mission.missiontype("flyto") -- Set mission type to PVE +rem.mission.flyto_targetbase("Li01_10_Base") -- Target base (mission completes when docking here and confirming popup) rem.mission.trigger("InitState") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter) rem.mission.startbase("Li01_01_Base") -- Set mission startbase rem.mission.thnconfig("manhattan_gen", "arc_tutorial") -- Set THN location and name -rem.mission.thntime(31) -- Set THN duration to x seconds +rem.mission.thntime(32) -- Set THN duration to x seconds rem.mission.showpopup(465001, 465002) -- Set infocard IDs for caption and content rem.mission.missionmessage("popup", 465003) -- Show Mission Message after Popup rem.mission.missionmessage("launch", 465004) -- Show Mission Message after launch -rem.mission.thnsave() -- Save the thn config -rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter) -rem.mission.startbase("li01_10_Base") -- Set mission startbase +rem.mission.trigger("SpaceEnter") -- Trigger: Activates when docking at target base rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Finalize and save mission to the list @@ -130,7 +129,7 @@ rem.mission.save() -- Create and configure the first mission rem.mission.create("rebus1") -- Set mission name -rem.mission.missiontype("pve") -- Set mission type to PVE +rem.mission.missiontype("flyto") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig rem.mission.startbase("Li01_12_base") -- Set mission startbase rem.mission.thnconfig("buffalo_gen", "arc_rebus1") -- Set THN location and name