From 48a1f9a181166935f7e3815538668426c39bd0b1 Mon Sep 17 00:00:00 2001
From: D4rkl1ght3r <86805404+D4rkl1ght3r@users.noreply.github.com>
Date: Mon, 4 Aug 2025 21:26:51 +0200
Subject: [PATCH] Add Pirate Arc Rheinland References
---
EXE/REM/Lua/DYNAMIC/config.lua | 1 +
EXE/REM/Lua/Infocards.lua | 15 +++++++++++++--
EXE/REM/Lua/luastart.lua | 2 ++
3 files changed, 16 insertions(+), 2 deletions(-)
diff --git a/EXE/REM/Lua/DYNAMIC/config.lua b/EXE/REM/Lua/DYNAMIC/config.lua
index 194fd9a2..c4f22242 100644
--- a/EXE/REM/Lua/DYNAMIC/config.lua
+++ b/EXE/REM/Lua/DYNAMIC/config.lua
@@ -25,6 +25,7 @@ setglobal('kyoto_gen', "origin")
setglobal('ainu_gen', "origin")
setglobal('arranmore_gen', "origin")
setglobal('vogtland_gen', "origin")
+setglobal('newberlin_gen', "origin")
setglobal('toledo_gen', "origin")
diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua
index 07538288..041a2465 100644
--- a/EXE/REM/Lua/Infocards.lua
+++ b/EXE/REM/Lua/Infocards.lua
@@ -78,8 +78,8 @@ rem.AddInfoCard(458793, "Transport Water to California Minor")
-- Story Arc - Inner Coruption (Buffalo Station - Li01_12_Base)
rem.AddInfoCard(459000, "Story Arc - Inner Coruption")
-rem.AddInfoCard(459001, [[After my arrival on Buffalo Station, I met a female artificial intelligence unit linked with an underground news channel called the Rebus. Revealing the truth about Liberty's intention, it's inner corruption and the lie to cover-up of the impacts of the nomad incident..Through the complex security communication structure of the Rebus, independent freelancers are always required to gain information data. Getting these documents will certainly have an impact to the further political events and the revelation of Liberty's political agendas..Objectives:.- Destroy Liberty's Black Op Strike Force]])
-rem.AddInfoCard(459002, "Obtain the latest emergency action documents from Liberty")
+rem.AddInfoCard(459001, [[After my arrival on Buffalo Station, I met a female artificial intelligence unit linked with an underground news channel called the Rebus. Revealing the truth about Liberty's intention, it's inner corruption and the lie to cover-up of the impacts of the nomad incident..Through the complex security communication structure of the Rebus, independent freelancers are always required to gain information data. Getting these documents will certainly have an impact to the further political events and the revelation of Liberty's political agendas..Objectives:.- Obtain the latest emergency action documents from Liberty]])
+rem.AddInfoCard(459002, "Obtain the emergency action documents")
rem.AddInfoCard(459003, "Fly to Sector D5")
-- Mission Text Introducing
@@ -116,6 +116,17 @@ rem.AddInfoCard(471112, "Join the convoy assault")
rem.AddInfoCard(471113, "Fly to Kyushu")
rem.AddInfoCard(471114, [[The Blood Dragons and the Golden Chrysanthemums have accomplished their ambush. This will be a hard hit to Samura and the Hogosha..No doubt, the Shogunate's heir will soon meet his end, and he will pay for his betrayal.]])
+-- Story Arc - The Sabotage (Vogtland Base - Rh05_04_base)
+
+rem.AddInfoCard(471200, "Story Arc - The Sabotage")
+rem.AddInfoCard(471201, [[The Rebus reports that a serious schockwave was registered coming out of the Aachenfeld.Later, despite Rheinland's denials, they finally admitted that one of their cruisers was indeed destroyed - apparently the work of saboteurs.Once again Rheinland has blamed the Bundschuh for the destruction. Meet the contacts on Planet on New Berlin to obatin the exact coordinates and investigate the wreckage. Objectives:.- Meet a Contact on New Berlin]])
+rem.AddInfoCard(471202, "Meet the agents on New Berlin")
+rem.AddInfoCard(471203, "Fly to New Berlin")
+rem.AddInfoCard(471204, [[Once again, Jonner and Blix crossed my way. They are working for the Rebus and uploaded the coordinates of the wreckage to my Neural Net.Jonner said me that an old friend has been appeared. Once the time has come, I will get more informations about Von Claussen.Objectives:.- Inverstigate the wreckage.- Loot and transmit the black box to Vogtland.]])
+rem.AddInfoCard(471205, "Inverstigate the wreckage")
+rem.AddInfoCard(471206, "Fly to F3")
+rem.AddInfoCard(471207, [[I investigated the wreckage and delivered the cruiser's black box to Vogtland..Now, the Rebus will evaluate the black box data to get the informations they are looking for.]])
+
-- 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/luastart.lua b/EXE/REM/Lua/luastart.lua
index 82c0ac37..58404e56 100644
--- a/EXE/REM/Lua/luastart.lua
+++ b/EXE/REM/Lua/luastart.lua
@@ -80,6 +80,8 @@ function modifyLuaConfig(filePath)
lines[i] = "setglobal('arranmore_gen', \"origin\")"
elseif line:find("setglobal%('vogtland_gen',") then
lines[i] = "setglobal('vogtland_gen', \"origin\")"
+ elseif line:find("setglobal%('newberlin_gen',") then
+ lines[i] = "setglobal('newberlin_gen', \"origin\")"
elseif line:find("setglobal%('toledo_gen',") then
lines[i] = "setglobal('toledo_gen', \"origin\")"