diff --git a/DATA/UNIVERSE/SYSTEMS/KU05/BASES/ROOMS/ku05_02_deck.ini b/DATA/UNIVERSE/SYSTEMS/KU05/BASES/ROOMS/ku05_02_deck.ini index 96e18765..5419e075 100644 --- a/DATA/UNIVERSE/SYSTEMS/KU05/BASES/ROOMS/ku05_02_deck.ini +++ b/DATA/UNIVERSE/SYSTEMS/KU05/BASES/ROOMS/ku05_02_deck.ini @@ -8,6 +8,7 @@ ambient = ambience_deck_space_larger [PlayerShipPlacement] name = X/Shipcentre/01 +landing_script = Scripts\Bases\ainu_deck_land_01.thn [Camera] name = Camera_0 diff --git a/EXE/REM/Lua/DYNAMIC/config.lua b/EXE/REM/Lua/DYNAMIC/config.lua index df701555..194fd9a2 100644 --- a/EXE/REM/Lua/DYNAMIC/config.lua +++ b/EXE/REM/Lua/DYNAMIC/config.lua @@ -22,6 +22,7 @@ setglobal('rochester_gen', "origin") setglobal('westpoint_gen', "origin") setglobal('buffalo_gen', "origin") setglobal('kyoto_gen', "origin") +setglobal('ainu_gen', "origin") setglobal('arranmore_gen', "origin") setglobal('vogtland_gen', "origin") setglobal('toledo_gen', "origin") diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index de4757a2..c2032785 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -102,15 +102,13 @@ rem.AddInfoCard(459023, "Fly to Sector B2") -- Story Arc - Shattered Empire (Kyoto Base - Ku06_01_base) rem.AddInfoCard(471100, "Story Arc - Shattered Empire") -rem.AddInfoCard(471101, [[The Blood Dragons prepare for the next strike against the Edo Shogunate. But before this can happen, a rumor must be investigated..There's an information about a special seven-year-old Kyushu girl that will impact Kusari's future at once. The Rebus pleased you to meet a contact who knows more about the current state..Objectives:.- Meet a Kusari Priest at Planet New Tokyo]]) +rem.AddInfoCard(471101, [[The Blood Dragons prepare for the next strike against the Edo Shogunate. But before this can happen, a rumor must be investigated..There's an information about a special seven-year-old Kyushu girl that will impact Kusari's future at once. The Rebus pleased you to meet a contact who knows more about the current state..Objectives:.- Meet a Kusari Priest at Ainu Depot]]) rem.AddInfoCard(471102, "Meet the Kusari Priest") -rem.AddInfoCard(471103, "Fly to Planet New Tokyo") -rem.AddInfoCard(471104, [[My Contact was a Kusari Priest who told me a lot about the history of Kusari. The young Emperor's decisions are increasingly influenced by the Edo Shogunate. Thus, his power is becoming more and more insignificant and the turmoil caused by the betrayal of Samura and the Edo Shogunate are steady increasing..There's also a new hope, a young girl was brought from the Golden Chrysanthemums to a place of safety among his priesthood in the Tohoku system. She is a descendant of Shogun Hideyoshi, the legitimate heir and the true lord. While nobody knows the exact position of her location and even her existence is not very common, the Rebus knows the Golden Chrysanthemums teached her everything she needs to know to run the country. We need an evidence she is the real descendant of Shogun Hideyoshi so we can influence Kusari's further history. If she is the so-called Hideyoshi descendant then she will fill the power vacuum, once the Edo Shogunate has fallen.Since we have a good relationship with Golden Chrysanthemums, we will visit Ainu Depot in the Hokkaido system and request a copy of her genealogical certificate.Objectives:.- Procure the genealogical certificate]]) -rem.AddInfoCard(471105, "Procure the genealogical certificate") -rem.AddInfoCard(471106, "Fly to Ainu Depot") -rem.AddInfoCard(471107, [[Fortunately, I was able to convince the Golden Chrysanthemums to hand over the data I was looking for. They were somewhat skeptical about revealing such a sensitive information, but they sympathize with the Rebus network..I am very curious to see whether this will lead to an agreement between the different Kusari factions or whether it will only exacerbate the situation. Furthermore, I am wonder about the Rebus' motives..Objectives:Now, that I have everything what I need, I have to bring back the copy to Kyoto Base.- Procure the genealogical certificate]]) -rem.AddInfoCard(471108, "Bring the informations to the Rebus") -rem.AddInfoCard(471109, "Fly to Kyoto Base") +rem.AddInfoCard(471103, "Fly to Ainu Depot") +rem.AddInfoCard(471104, [[My Contact was a Kusari Priest who told me a lot about the history of Kusari. The young Emperor's decisions are increasingly influenced by the Edo Shogunate. Thus, his power is becoming more and more insignificant and the turmoil caused by the betrayal of Samura and the Edo Shogunate are steady increasing..There's also a new hope, a young girl was brought from the Golden Chrysanthemums to a place of safety among his priesthood in the Tohoku system. She is a descendant of Shogun Hideyoshi, the legitimate heir and the true lord. While nobody knows the exact position of her location and even her existence is not very common, the Rebus knows the Golden Chrysanthemums teached her everything she needs to know to run the country. The Kusari Priest provided me with evidence that she is the true descendant of Shogun Hideyoshi. If she is the so-called Hideyoshi descendant then she will fill the power vacuum, once the Edo Shogunate has fallen.Since we have a good relationship with Golden Chrysanthemums, he gave me a copy of her genealogical certificate.Objectives:.- Deliver the genealogical certificate]]) +rem.AddInfoCard(471105, "Deliver the informations to the Rebus") +rem.AddInfoCard(471106, "Fly to Kyoto Base") +rem.AddInfoCard(471107, [[Fortunately, I was able to convince the Kusari Priest to hand over a copy of her genealogical certificate and deliver to the Rebus..I am very curious to see whether this will lead to an agreement between the different Kusari factions or whether it will only exacerbate the situation. Furthermore, I am wonder about the Rebus' motives.]]) -- Mission Text Introducing rem.AddInfoCard(459110, [[I received a cryptic message from an unknown contact for a rendezvous on Kyoto Base in the Chugoku System. The message contains also the specific location data for the meeting..There could be a trap, but at least I should risk a look.]]) diff --git a/EXE/REM/Lua/LuaMissions.lua b/EXE/REM/Lua/LuaMissions.lua index c410efe9..c3310eb7 100644 --- a/EXE/REM/Lua/LuaMissions.lua +++ b/EXE/REM/Lua/LuaMissions.lua @@ -5,6 +5,7 @@ -- Triggers change the config.lua -- Tutorial Mission === +rem.mission.arc("Tutorial Liberty") 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) @@ -77,6 +78,7 @@ rem.mission.thnsave() -- Save THN configuration rem.mission.save() -- Finalize and save mission -- Create and configure the mission +rem.mission.arc("StoryArc2") rem.mission.create("reunion") -- Set mission name rem.mission.missiontype("pve") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter) @@ -103,6 +105,7 @@ rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Finalize and save mission to the list -- Create and configure the first mission +rem.mission.arc("StoryArc2") rem.mission.create("duty") -- Set mission name rem.mission.missiontype("pve") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig @@ -128,6 +131,7 @@ rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Create and configure the first mission +rem.mission.arc("StoryArc1") rem.mission.create("rebus_liberty1") -- Set mission name rem.mission.missiontype("flyto") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig @@ -148,6 +152,7 @@ rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Create and configure the first mission +rem.mission.arc("StoryArc1") rem.mission.create("rebus_liberty2") -- Set mission name rem.mission.missiontype("pve") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig @@ -170,42 +175,36 @@ rem.mission.thnsave() rem.mission.save() -- Create and configure the first mission +rem.mission.arc("StoryArc3") rem.mission.create("rebus_kusari1") -- Set mission name rem.mission.missiontype("flyto") -- Set mission type to PVE rem.mission.trigger("InitState") -- Trigger to setup thnconfig rem.mission.startbase("Ku06_01_base") -- Set mission startbase -rem.mission.thnconfig("kyoto_gen", "arc_rebus3") -- Set THN location and name +rem.mission.thnconfig("kyoto_gen", "arc_rebus1") -- Set THN location and name rem.mission.thntime(61) -- Set THN duration to 59 seconds 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.startbase("ku05_02_base") -- Set mission startbase +rem.mission.thnconfig("ainu_gen", "arc_rebus1") -- Set THN location and name +rem.mission.thntime(43) 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(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(471100, 471110) -- Set infocard IDs for caption and content +rem.mission.thnconfig("kyoto_gen", "arc_rebus2") -- Set THN location and name +rem.mission.thntime(13) -- Set THN duration to 44 seconds +rem.mission.showpopup(471100, 471107) -- 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() -- Create and configure the first mission +rem.mission.arc("StoryArc20") rem.mission.create("relics") -- Set mission name rem.mission.trigger("InitState") -- Trigger to setup thnconfig rem.mission.startbase("St01_01_base") -- Set mission startbase diff --git a/EXE/REM/Lua/luastart.lua b/EXE/REM/Lua/luastart.lua index 501f8017..82c0ac37 100644 --- a/EXE/REM/Lua/luastart.lua +++ b/EXE/REM/Lua/luastart.lua @@ -74,6 +74,8 @@ function modifyLuaConfig(filePath) lines[i] = "setglobal('buffalo_gen', \"origin\")" elseif line:find("setglobal%('kyoto_gen',") then lines[i] = "setglobal('kyoto_gen', \"origin\")" + elseif line:find("setglobal%('ainu_gen',") then + lines[i] = "setglobal('ainu_gen', \"origin\")" elseif line:find("setglobal%('arranmore_gen',") then lines[i] = "setglobal('arranmore_gen', \"origin\")" elseif line:find("setglobal%('vogtland_gen',") then