From 32659e87609a89ffcc5388b3ca30f3ddddeb1226 Mon Sep 17 00:00:00 2001 From: Ian Date: Wed, 29 Dec 2021 14:58:04 -0500 Subject: [PATCH] Update to v1.4.2 --- README.md | 6 +- extended_credits.txt | 6 +- gamedata/audio/zm/zm_al_vox.csv | 11 +- licensed_scripts.txt | 1 + scripts/zm/_zm.gsc | 30 +- scripts/zm/_zm_afterlife.csc | 11 + scripts/zm/_zm_afterlife.gsc | 90 +- scripts/zm/_zm_ai_brutus.gsc | 1 + scripts/zm/_zm_magicbox.gsc | 5 +- scripts/zm/_zm_perks.gsc | 4 +- scripts/zm/_zm_powerup_carpenter.csc | 20 + scripts/zm/_zm_powerup_carpenter.gsc | 448 ++++ scripts/zm/_zm_powerup_full_ammo.gsc | 19 +- scripts/zm/_zm_spawner.gsc | 3294 +++++++++++++++++++++++++ scripts/zm/_zm_weap_blundersplat.cscc | Bin scripts/zm/_zm_weap_blundersplat.gscc | Bin scripts/zm/_zm_weap_blundersplat.gsh | 102 +- scripts/zm/zm_alcatraz_amb.csc | 2 +- scripts/zm/zm_alcatraz_amb.gsc | 152 +- scripts/zm/zm_alcatraz_craftables.csc | 1 + scripts/zm/zm_alcatraz_craftables.gsc | 199 +- scripts/zm/zm_alcatraz_island.gsc | 16 + scripts/zm/zm_alcatraz_perks.gsc | 11 +- scripts/zm/zm_alcatraz_sq.gsc | 59 +- scripts/zm/zm_alcatraz_sq_nixie.gsc | 23 + scripts/zm/zm_alcatraz_utility.gsc | 162 +- scripts/zm/zm_alcatraz_visions.gsc | 90 + scripts/zm/zm_giant_cleanup_mgr.gsc | 1 + scripts/zm/zm_prison_spoon.gsc | 9 +- scripts/zm/zm_prison_sq_bg.gsc | 6 +- scripts/zm/zm_prison_sq_final.csc | 31 + scripts/zm/zm_prison_sq_final.gsc | 87 +- scripts/zm/zm_prison_traps.gsc | 4 +- scripts/zm/zm_prison_travel.gsc | 11 +- scripts/zm/zm_prison_weap_quest.gsc | 15 +- scripts/zm/zm_usermap.csc | 189 ++ scripts/zm/zm_usermap.gsc | 472 +--- scripts/zm/zm_weap_tomahawk.gsc | 12 +- zone_source/zm_mod.zone | 33 + 39 files changed, 4898 insertions(+), 735 deletions(-) create mode 100755 scripts/zm/_zm_powerup_carpenter.csc create mode 100755 scripts/zm/_zm_powerup_carpenter.gsc create mode 100755 scripts/zm/_zm_spawner.gsc mode change 100644 => 100755 scripts/zm/_zm_weap_blundersplat.cscc mode change 100644 => 100755 scripts/zm/_zm_weap_blundersplat.gscc mode change 100644 => 100755 scripts/zm/_zm_weap_blundersplat.gsh create mode 100755 scripts/zm/zm_alcatraz_visions.gsc create mode 100755 scripts/zm/zm_prison_sq_final.csc create mode 100755 scripts/zm/zm_usermap.csc diff --git a/README.md b/README.md index 395fcad..c142c59 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

-

Mob of the Dead Remastered Patch 1.3.2

+

Mob of the Dead Remastered Patch 1.4.2

A Patch for the Mob of the Dead Remastered Workshop Item


@@ -21,7 +21,7 @@


# About -The following is the source/modtree, excluding raw audio and images, for the Call of Duty: Black Ops III Steam Workshop Item [Mob of the Dead Remastered Patch](https://steamcommunity.com/sharedfiles/filedetails/?id=1725568279), version 1.3.2. The repository will be updated to version 1.4.2 (latest) when possible. +The following is the source/modtree, excluding raw audio and images, for the Call of Duty: Black Ops III Steam Workshop Item [Mob of the Dead Remastered Patch](https://steamcommunity.com/sharedfiles/filedetails/?id=1725568279), version 1.4.2. This is the last published version.
@@ -32,7 +32,7 @@ All original source files are licensed under the [MIT License](https://opensourc # Credits -These are the credits specific to this patch, you can find the credits for the entire project, [Mob of The Dead Remastered](https://steamcommunity.com/workshop/filedetails/?id=1128166280), by clicking [here](extended_credits.txt). +These are the credits **specific to this patch**, you can find the credits for the entire project, [Mob of The Dead Remastered](https://steamcommunity.com/workshop/filedetails/?id=1128166280), by clicking [here](extended_credits.txt).