From daec358a32c47422fee791a2734e296c5ba997bd Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Thu, 30 Sep 2021 20:10:01 +0200 Subject: [PATCH] Remove a multiplayer-only teleport destination in Heretic E4M8 that makes no sense whatsoever and prevents the player from finishing the map in the hardest skills. --- language.version | 4 ++-- zscript.txt | 2 +- zscript/compat/swwm_compat.zsc | 2 ++ 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/language.version b/language.version index 8cb951807..6a6827b80 100644 --- a/language.version +++ b/language.version @@ -1,3 +1,3 @@ [default] -SWWM_MODVER="\chSWWM \czGZ\c- \cw1.1.11 \cu(Wed 29 Sep 18:39:41 CEST 2021)\c-"; -SWWM_SHORTVER="\cw1.1.11 \cu(2021-09-29 18:39:41)\c-"; +SWWM_MODVER="\chSWWM \czGZ\c- \cw1.1.12 \cu(Thu 30 Sep 20:11:39 CEST 2021)\c-"; +SWWM_SHORTVER="\cw1.1.12 \cu(2021-09-30 20:11:39)\c-"; diff --git a/zscript.txt b/zscript.txt index 212aaa936..1f434b7f2 100644 --- a/zscript.txt +++ b/zscript.txt @@ -4,7 +4,7 @@ version "4.6" SWWM GZ Main Codebase (C)2020-2021 Marisa Kirisame, UnSX Team This copyright and the attached LICENSE.code file apply to all files - included from here, with the exception of the Gutamatics library + included from here, with the exception of any third party libraries */ // Gutamatics diff --git a/zscript/compat/swwm_compat.zsc b/zscript/compat/swwm_compat.zsc index a498bf428..647b7f746 100644 --- a/zscript/compat/swwm_compat.zsc +++ b/zscript/compat/swwm_compat.zsc @@ -121,6 +121,8 @@ Class SWWMLevelCompatibility : LevelPostProcessor case '30D1480A6D4F3A3153739D4CCF659C4E': level.nextsecretmap = level.nextmap; // so the handler can detect this level.nextmap = "E5M1"; + // remove a multiplayer-exclusive teleport because it's dumb as all fuck that it exists + SetThingEdNum(78,0); break; // Micro Slaughter Community Project MAP13 (beta) / MAP14 (v1) case 'E45AA3BE411845AA0DEE7CA5DAAB65FE':