From ebdc13ea08b7c6efce85d7c4016a80c9ec2df8b1 Mon Sep 17 00:00:00 2001 From: Nathaniel Cosford Date: Wed, 4 Jun 2025 16:16:39 +0930 Subject: [PATCH] Upload from upload_mods.ps1 --- ChangeLog.txt | 3 + Config/Localization.txt | 15 + Config/buffs.xml | 213 +++++++ Config/gameevents.xml | 1220 +++++++++++++++++++++++++++++++++++++++ Config/quests.xml | 810 ++++++++++++++++++++++++++ ModInfo.xml | 11 + 6 files changed, 2272 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..a82ef60 --- /dev/null +++ b/ChangeLog.txt @@ -0,0 +1,3 @@ +v1.1 - added BeltTooltip to "_stop" gameevents to include god/silver/bronze completion achievement. + +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. \ No newline at end of file diff --git a/Config/Localization.txt b/Config/Localization.txt new file mode 100644 index 0000000..ec0ef68 --- /dev/null +++ b/Config/Localization.txt @@ -0,0 +1,15 @@ +Key,File,Type,UsedInMainMenu,NoTranslate,english + +quest_tier1_speed_clear_name,Quest,Quest Info,,,Tier 1 Expedited Eradication +quest_tier2_speed_clear_name,Quest,Quest Info,,,Tier 2 Expedited Eradication +quest_tier3_speed_clear_name,Quest,Quest Info,,,Tier 3 Expedited Eradication +quest_tier4_speed_clear_name,Quest,Quest Info,,,Tier 4 Expedited Eradication +quest_tier5_speed_clear_name,Quest,Quest Info,,,Tier 5 Expedited Eradication +quest_speed_clear_subtitle,Quest,Quest Info,,,Expedited Eradication +quest_speed_clear_description,Quest,Quest Info,,,I need your help clearing out all the zombies at [DECEA3]{poi.name}[-]. 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_speed_clear_offer,Quest,Quest Info,,,I need your help clearing out all the zombies at [DECEA3]{poi.name}[-]. 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_speed_clear_statement,Quest,Quest Info,,,Expedited Eradication +quest_speed_clear_response,Quest,Quest Info,,,Expedited Eradication ([DECEA3]{poi.distance} {poi.direction}[-]) +quest_speed_clear_completion,Quest,Quest Info,,,Thanks for your help clearing out the zombies - great job! +quest_speed_clear_completion_silver,Quest,Quest Info,,,Pretty quick job - nice work! Take some ammo for your efforts. (Silver Clear) +quest_speed_clear_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..86ee1fe --- /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..0aa76d2 --- /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..3b9af4f --- /dev/null +++ b/Config/quests.xml @@ -0,0 +1,810 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/ModInfo.xml b/ModInfo.xml new file mode 100644 index 0000000..bea283c --- /dev/null +++ b/ModInfo.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file