Minifix for voodoo doll stuff.
Added some stuff to TODO/plans for when I come back from break.
This commit is contained in:
parent
6f9e2d9a48
commit
cc787a77a8
4 changed files with 24 additions and 12 deletions
|
|
@ -34,6 +34,7 @@ after the first release.
|
|||
- Frispy™ Tasty Corn Snack (Saya's favorite)
|
||||
- Hoagie (Can't eat it, but looks delicious)
|
||||
- Lithium - Volume One (A work of art, one of the finest graphic novels)
|
||||
- PISS Whiskey ("Is it actually piss or is that just the brand name? Either way, I don't want to know what's inside")
|
||||
- [Heretic] Demolitionist Plush ("You're getting famous, Demo-chan")
|
||||
- [Heretic] Firemace ("What kind of ridiculous weapon is this?")
|
||||
- [Heretic] Doomguy Action Figure ("Oh, he gets one too?")
|
||||
|
|
|
|||
32
TODO.md
32
TODO.md
|
|
@ -1,27 +1,37 @@
|
|||
Fundamental things:
|
||||
- Ynykron Artifact
|
||||
Fundamental things before beta:
|
||||
- Ynykron Artifact altfire
|
||||
|
||||
Not so fundamental things:
|
||||
Not so fundamental things during beta:
|
||||
- Extra Demolitionist animations (swimming, additional gestures)
|
||||
- Item detection button (highlights nearby, visible items)
|
||||
- Dual wielding Explodium Gun
|
||||
- Quick grenade function (Explodium Mag)
|
||||
- Mag refilling system (no more wasted ammo)
|
||||
- Randomized vanilla monster retagging with multiple options
|
||||
- Fun options
|
||||
- Omnibusting (all weapons can bust walls)
|
||||
- Infinite fuel
|
||||
- Confetti gibs
|
||||
- Keen replacement (need ideas)
|
||||
- Achievements
|
||||
- Collectables
|
||||
|
||||
Extra things:
|
||||
- Art for custom intermission
|
||||
Extra things for later:
|
||||
- More art for custom intermission
|
||||
- Commission fanart or something idk
|
||||
- Draw some 4Komas myself
|
||||
- Titlemap stuff
|
||||
- A background with a bit more flair than just the fuzz shader.
|
||||
- Some sort of flyby featuring the Demolitionist booting up, closeups of
|
||||
weapons/items etc.
|
||||
- Dual wielding Explodium Gun
|
||||
- Quick grenade function (Explodium Mag)
|
||||
- Mag refilling system (no more wasted ammo)
|
||||
- Randomized vanilla monster retagging with multiple options
|
||||
- Japanese localization
|
||||
- Keen replacement (need ideas)
|
||||
- Extra Demolitionist Menu tabs
|
||||
- Mod trailer video
|
||||
|
||||
Very extra things:
|
||||
Very extra things for the future:
|
||||
- DLC
|
||||
- Strife support
|
||||
- Rewrite all the game's dialogue
|
||||
- Rewrite all the shop systems and other things
|
||||
- Rewrite the cutscenes
|
||||
- Saya and Ibuki companion add-ons
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
[default]
|
||||
SWWM_MODVER="\chSWWM \cwGZ\c- r415 (Tue 30 Jun 19:31:15 CEST 2020)";
|
||||
SWWM_MODVER="\chSWWM \cwGZ\c- r416 (Sat 11 Jul 20:12:53 CEST 2020)";
|
||||
|
|
|
|||
|
|
@ -479,6 +479,7 @@ Class Demolitionist : PlayerPawn
|
|||
selflight.target = self;
|
||||
selflight.Tick();
|
||||
}
|
||||
if ( player.mo != self ) return; // no voodoo dolls past this point
|
||||
oldlagvel = lagvel;
|
||||
oldlagready = lagready;
|
||||
if ( player.weaponstate&WF_WEAPONBOBBING ) lagready = lagready*.9+.1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue