More compatible nashgore footprints (load order agnostic).

This commit is contained in:
Mari the Deer 2022-11-26 21:18:08 +01:00
commit c77eaea56d
3 changed files with 5 additions and 2 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r638 \cu(Sat 26 Nov 12:09:38 CET 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r638 \cu(2022-11-26 12:09:38)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r639 \cu(Sat 26 Nov 21:18:08 CET 2022)\c-";
SWWM_SHORTVER="\cw1.3pre r639 \cu(2022-11-26 21:18:08)\c-";

View file

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Before After
Before After

View file

@ -290,6 +290,9 @@ extend Class SWWMHandler
if ( inultdoom2 == -1 ) inultdoom2 = SWWMUtility.IsUltDoom2();
if ( e.Thing.GetClass() == 'Pig' )
e.Thing.SetTag("$FN_PIG"); // missing in gzdoom
// nashgore compat
if ( e.Thing.GetClassName() == "NashGoreFootprint" )
e.Thing.A_ChangeModel("",0,"","",0,"models/nashgore/Footprint","DemoFootprint.png");
// eviternity stuff
else if ( (e.Thing.GetClassName() == "Archangelus")
|| (e.Thing.GetClassName() == "ArchangelusA")