diff --git a/DATA/AUDIO/story_sounds.ini b/DATA/AUDIO/story_sounds.ini index 9a6b9158..d21be2f4 100644 --- a/DATA/AUDIO/story_sounds.ini +++ b/DATA/AUDIO/story_sounds.ini @@ -7360,8 +7360,22 @@ nickname = dx_REM_0201_Rebus type = voice is_2d = true attenuation = 0 +file = Audio\Rem_Audio\Rebus\TheRebus_topic.wav + +[Sound] +nickname = dx_REM_0202_Rebus +type = voice +is_2d = true +attenuation = 0 file = Audio\Rem_Audio\Rebus\TheRebus_Order.wav +[Sound] +nickname = dx_REM_0203_Rebus +type = voice +is_2d = true +attenuation = 0 +file = Audio\Rem_Audio\Rebus\TheRebus_difficult.wav + [Sound] nickname = dx_REM_0301_Rebus type = voice diff --git a/EXE/REM/Lua/Infocards.lua b/EXE/REM/Lua/Infocards.lua index b8cfcbfa..ec8b8341 100644 --- a/EXE/REM/Lua/Infocards.lua +++ b/EXE/REM/Lua/Infocards.lua @@ -75,9 +75,9 @@ rem.AddInfoCard(459009, [[President Jacobi's political power fades away. She is loosing more and more control to the authorities in Liberty. She will not be able to hold on her power for much longer, if she continues to weaken..Although she does not clearly represent our ideals, President Jacobi was the only hope for a peaceful solution to our conflict with the colonies. That's why we have to launch an attack, the authorities of Liberty won't recover so quickly from this blow.Objectives:.- Destroy Liberty's Black Op Strike Force]]) +rem.AddInfoCard(459011, [[President Jacobi's political power fades away. She is loosing more and more control to the authorities in Liberty. She will not be able to hold on her power for much longer, if she continues to weaken..Although she does not clearly represent our ideals, President Jacobi was the only hope for a peaceful solution to our conflict with the colonies. That's why we have to launch an attack, the authorities of Liberty won't recover so quickly from this blow. The undercover strike force usually hides in the Detroit Debris Field..Objectives:.- Destroy Liberty's Black Op Strike Force]]) rem.AddInfoCard(459012, "Destroy Liberty's Black Op Strike Force") -rem.AddInfoCard(459013, "Fly to Sector C3") +rem.AddInfoCard(459013, "Fly to Sector C5") -- Story Arc - Data Fragment (Liberty) (Buffalo Station - Li01_12_Base) diff --git a/EXE/REM/Lua/LuaMissions.lua b/EXE/REM/Lua/LuaMissions.lua index e9157c53..34ac4e5c 100644 --- a/EXE/REM/Lua/LuaMissions.lua +++ b/EXE/REM/Lua/LuaMissions.lua @@ -128,7 +128,7 @@ rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Create and configure the first mission -rem.mission.create("rebus1") -- Set mission name +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 rem.mission.startbase("Li01_12_base") -- Set mission startbase @@ -140,7 +140,7 @@ rem.mission.missionmessage("launch", 459003) rem.mission.thnsave() rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter) rem.mission.startbase("Li01_12_Base") -- Set mission startbase -rem.mission.thnconfig("rochester_gen", "arc_rebus2") -- Set THN location and name +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 @@ -148,7 +148,29 @@ rem.mission.thnsave() -- Save the thn config rem.mission.save() -- Create and configure the first mission -rem.mission.create("rebus2") -- Set mission name +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 +rem.mission.startbase("Li01_12_base") -- Set mission startbase +rem.mission.pve_enemyfaction("li_p_grp") -- Set Enemy Faction to Xenos +rem.mission.pve_enemycount(4) -- 4 enemies per wave +rem.mission.pve_wavecount(2) -- 2 waves +rem.mission.pve_spawnmethod("fixed") -- NPC spawn Method set to fixed Location +rem.mission.pve_spawnpos(-50000, 0, 5000) -- NPC Spawn Position +rem.mission.thnconfig("buffalo_gen", "arc_rebus3") -- Set THN location and name +rem.mission.thntime(57) -- Set THN duration to 57 seconds +rem.mission.showpopup(459010, 459011) -- Set infocard IDs for caption and content +rem.mission.missionmessage("popup", 459012) -- Show Mission Message after Popup +rem.mission.missionmessage("launch", 459013) +rem.mission.thnsave() +rem.mission.trigger("SpaceEnter") -- Trigger to setup thnconfig (InitState, BaseEnter, SpaceEnter) +rem.mission.thnconfig("buffalo_gen", "arc_rebus4") -- Set THN location and name +rem.mission.thntime(20) -- Set THN duration to 20 seconds +rem.mission.thnsave() +rem.mission.save() + +-- Create and configure the first mission +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