Offscreen Wallbuster reload animation tweaks.

This commit is contained in:
Mari the Deer 2021-04-21 09:37:17 +02:00
commit 4ff7d89ab4
5 changed files with 41 additions and 19 deletions

View file

@ -27,7 +27,6 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after
- Under Pressure *(Break a crusher)*
- The Longest Journey *(Walk a total of 1000km)*
- [Doom] Graffiti Master *(Doodle mustaches on 20 demon faces)*
- [Doom] Heck No *(Instakill 10 Archviles)*
- [Doom] Goodbye Franchise *(Rescue Commander Keen)*
- [Doom] Taking out the Trash *(Kill all Nazis in the Doom 2 secret maps)*
- [Doom] Environmental Disaster *(Destroy 1000 barrels)*
@ -57,13 +56,21 @@ This is just a bit of *"future planning"* for stuff that I ***might*** add after
- [Hexen] Worship This *(Defeat Korax)*
- [Hexen] Another One *(Defeat yet another Heresiarch)*
- [Hexen] And Another One *(Defeat... yup, one more Heresiarch)*
- [Hexen] Finally *(Defeat the last Heresiarch)*
- [Hexen] The Last One *(Defeat the last Heresiarch)*
- [Hexen] Didn't I Kick Your Ass Before? *(Defeat the Deathkings)*
* **Official Sunder support *(when the WAD is complete)***
* ***(Maybe)* Fake livestream chat overlay, with dynamic reactions to all sorts of stuff**
* **Replace all hitscan with *"light projectiles"***
* **Leaning and a lot of other stuff involving ViewAngles and ViewPos**
* **Crouch sliding *(+ proper crouch dashing)***
* **More items:**
- [Heretic/Hexen] Safety Tether *(original)*
- Angel of Death *(Total Destruction / SWWM Platinum Ep2)*
- Black Matter Armor *(SWWM / UnSX 3)*
* **Additional grenades *(replaces clips)*:**
- Cyrus POW Grenades *(UnSX 4)*
- Z-Bomb *(UnSX 3)*
- Dr. Locke's Burrow Bombs *(SWWM Platinum Ep2 / UnSX 5)*
* **Expand third person animations**
- 4-directional movement variants
- Height-dependent headpats (current animation was designed for dogs on same floor)

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r446 \cu(Fri 16 Apr 18:09:59 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r446 \cu(2021-04-16 18:09:59)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r447 \cu(Wed 21 Apr 09:37:17 CEST 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r447 \cu(2021-04-21 09:37:17)\c-";

Binary file not shown.

Binary file not shown.

View file

@ -1097,38 +1097,48 @@ Class Wallbuster : SWWMWeapon
}
Wait;
DetachShell0:
XZWA EFGHIJKLMN 1;
XZWA EFGHIJKLM 1;
XZWA N 0;
Stop;
DetachShell1:
XZWB CDEFGHIJKL 1;
XZWB CDEFGHIJK 1;
XZWB L 0;
Stop;
DetachShell2:
XZWC ABCDEFGHIJ 1;
XZWC ABCDEFGHI 1;
XZWC J 0;
Stop;
DetachShell3:
XZWC YZ 1;
XZWD ABCDEFGH 1;
XZWD ABCDEFG 1;
XZWD H 0;
Stop;
DetachShell4:
XZWD WXYZ 1;
XZWE ABCDEF 1;
XZWE ABCDE 1;
XZWE F 0;
Stop;
DetachShellF0:
XZWF LMNOPQRSTU 1;
XZWF LMNOPQRST 1;
XZWF U 0;
Stop;
DetachShellF1:
XZWF VWXYZ 1;
XZWG ABCDE 1;
XZWG ABCD 1;
XZWG E 0;
Stop;
DetachShellF2:
XZWG FGHIJKLMNO 1;
XZWG FGHIJKLMN 1;
XZWG O 0;
Stop;
DetachShellF3:
XZWG PQRSTUVWXY 1;
XZWG PQRSTUVWX 1;
XZWG Y 0;
Stop;
DetachShellF4:
XZWG Z 1;
XZWH ABCDEFGHI 1;
XZWH ABCDEFGH 1;
XZWH I 0;
Stop;
Attach:
XZW6 EF 2;
@ -1194,19 +1204,24 @@ Class Wallbuster : SWWMWeapon
Goto DetachSpinReturn;
AttachShell0:
XZWA OPQRSTUVWXYZ 1;
XZWB AB 1;
XZWB A 1;
XZWB B 0;
Stop;
AttachShell1:
XZWB MNOPQRSTUVWXYZ 1;
XZWB MNOPQRSTUVWXY 1;
XZWB Z 0;
Stop;
AttachShell2:
XZWC KLMNOPQRSTUVWX 1;
XZWC KLMNOPQRSTUVW 1;
XZWC X 0;
Stop;
AttachShell3:
XZWD IJKLMNOPQRSTUV 1;
XZWD IJKLMNOPQRSTU 1;
XZWD V 0;
Stop;
AttachShell4:
XZWE GHIJKLMNOPQRST 1;
XZWE GHIJKLMNOPQRS 1;
XZWE T 0;
Stop;
EndReload:
XZW4 W 1;