From 09a596eb37946054886e6a17f0b1edd0ab9f59ff Mon Sep 17 00:00:00 2001 From: Nathaniel Cosford Date: Wed, 4 Jun 2025 16:16:35 +0930 Subject: [PATCH] Upload from upload_mods.ps1 --- ChangeLog.txt | 1 + Config/Localization.txt | 15 + Config/buffs.xml | 213 +++++++ Config/gameevents.xml | 1220 +++++++++++++++++++++++++++++++++++++++ Config/quests.xml | 829 ++++++++++++++++++++++++++ ModInfo.xml | 11 + 6 files changed, 2289 insertions(+) create mode 100644 ChangeLog.txt create mode 100644 Config/Localization.txt create mode 100644 Config/buffs.xml create mode 100644 Config/gameevents.xml create mode 100644 Config/quests.xml create mode 100644 ModInfo.xml diff --git a/ChangeLog.txt b/ChangeLog.txt new file mode 100644 index 0000000..64f6c16 --- /dev/null +++ b/ChangeLog.txt @@ -0,0 +1 @@ +v1.3 Fixed quest progress reset on logout before handin (singleplayer), and issues with other quests reseting progress or preventing other quest starts in server and singleplayer. Aligned final phases with ReturnToNPC and InteractWithNPC. diff --git a/Config/Localization.txt b/Config/Localization.txt new file mode 100644 index 0000000..6699931 --- /dev/null +++ b/Config/Localization.txt @@ -0,0 +1,15 @@ +Key,File,Type,UsedInMainMenu,NoTranslate,english + +quest_tier2_accelerated_annihiliation_name,Quest,Quest Info,,,Tier 2 Accelerated Annihiliation +quest_tier3_accelerated_annihiliation_name,Quest,Quest Info,,,Tier 3 Accelerated Annihiliation +quest_tier4_accelerated_annihiliation_name,Quest,Quest Info,,,Tier 4 Accelerated Annihiliation +quest_tier5_accelerated_annihiliation_name,Quest,Quest Info,,,Tier 5 Accelerated Annihiliation +quest_tier6_accelerated_annihiliation_name,Quest,Quest Info,,,Tier 6 Accelerated Annihiliation +quest_accelerated_annihiliation_subtitle,Quest,Quest Info,,,Accelerated Annihiliation +quest_accelerated_annihiliation_description,Quest,Quest Info,,,I need your help clearing out [DECEA3]{poi.name}[-] which is infested with zombies. An operative is inbound and I need it cleared ASAP so I'm paying a bonus for a fast clear. Get in there and get it done! +quest_tier1_accelerated_annihiliation_offer,Quest,Quest Info,,,I need your help clearing out [DECEA3]{poi.name}[-] which is infested with zombies. An operative is inbound and I need it cleared ASAP so I'm paying a bonus for a fast clear. Get in there and get it done! +quest_accelerated_annihiliation_statement,Quest,Quest Info,,,Accelerated Annihiliation +quest_accelerated_annihiliation_response,Quest,Quest Info,,,Accelerated Annihiliation ([DECEA3]{poi.distance} {poi.direction}[-]) +quest_accelerated_annihiliation_completion,Quest,Quest Info,,,Thanks for your help clearing out the zombies - great job! +quest_accelerated_annihiliation_completion_silver,Quest,Quest Info,,,Pretty quick job - nice work! Take some ammo for your efforts. (Silver Clear) +quest_accelerated_annihiliation_completion_gold,Quest,Quest Info,,,Amazing - I can't believe you took out all the zombies like that! Take an extra reward on the house! (Gold Clear) \ No newline at end of file diff --git a/Config/buffs.xml b/Config/buffs.xml new file mode 100644 index 0000000..0fa851b --- /dev/null +++ b/Config/buffs.xml @@ -0,0 +1,213 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Config/gameevents.xml b/Config/gameevents.xml new file mode 100644 index 0000000..c19f870 --- /dev/null +++ b/Config/gameevents.xml @@ -0,0 +1,1220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/Config/quests.xml b/Config/quests.xml new file mode 100644 index 0000000..81f18a7 --- /dev/null +++ b/Config/quests.xml @@ -0,0 +1,829 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ModInfo.xml b/ModInfo.xml new file mode 100644 index 0000000..0b46ccc --- /dev/null +++ b/ModInfo.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file