I know this may seem outrageous, but if a critical bug in stable releases prevents the mod from working properly, there is nothing to do but ask players to rely on GZDoom devbuilds until the next release is out.
Added a couple more tips.
Added some spooktober compatibility text replacements, just for lil' consistency. (can't replace the SECRET01 hudmessages, unfortunately)
---
Sometimes things change in your life, things that you didn't expect.
Even so, you must stay strong and push on forward.
Trust in those who believe in you, who wish to help you.
There's always hope.
Thank you, Allie.
- Added "additional tips" help menu section detailing some important things.
- Bit more work into inter-mod compat.
- Reorganize main menu elements (layout is now like Hexen, plus info).
- Add sprites and other simple graphic stuff for upcoming dlc weapons.
- ZScript file reorganizing.
- Fix enemies that spend a long time in-air eating up FPS due to blood trails.
- Remove Swinger code, it's unused anyway.
- Fix scaling of titlemap texts.
- Make help screen scale nicely in 21:9, like the hud.
- Add cvar to allow people to still somehow play this with BD (it will break).
- Expand lore entry for Saya's mom, detailing that one event at the wedding with Kirin.
- Add model notes again so I can keep track of my progress with the collectibles (I swear I'm working on it).
- Reduce number of collectibles (some might come back in the future).
- Merge both DLC weaponsets into one, removing redundant weapons.
- Readjust prices of some items.
- Initial work on collectibles (currently Frispy Corn is done).
- Added bigfont for main menu, based on Source Han Sans.
- Reduced default HUD margin to 10.
- Added blob shadows.
- Added precise crosshair drawing.
- Tweaked decals, imported more stuff from UT.
- Swapped the Ynykron impact decal for something better.
- Fixes to slope alignment code.
- Implemented headpats for MBF Helper Dogs and Cacodemons.
- Implemented partial HDoom support, with love and headpats.
- Fix various string functions breaking on unicode.
- Added cracktro-style text scroll to Titlemap.
- Fixed handling of healthbars for friendly monsters.
- Workaround for maps that use the old author name hack (" - by: " separator).
- Fixed Silver Bullet not autoswitching on first pickup.
- Fixed misalignment of Silver Bullet zoomed aim.
- Silver Bullet is unchambered on first pickup, consistent with Candygun.
- Adjusted collision sizes of all items across the board.
- Implemented "Use To Pickup" to work around any issues introduced by the previous change.
- Swapped CHANF_LOOPING for CHANF_LOOP in many cases, this was a typo.
- Tweaked Biospark arc lengths, for balance and higher performance.
- Fix misaligned fire offsets of some weapons (most noticeable on Wallbuster).
- Prettified the loading disclaimers for BD and HDoom.
- Add pickup flash to all items.
- Add custom key models for Doom and Heretic.
- Fix blown kisses giving you "need key" messages.
- Fix worn armor and embiggeners not being removed on scripted inventory resets.
- Remove all references to the no longer planned Radio.
- Workaround for gzdoom devbuild quirk where MenuSound changed its argument type.
- Added timezone to fake clock.
- Fix some times and dates in said clock.
- SWWM blood now also hits ceilings.
- Added default properties to DLC ammo and weapon stubs.
- Lore entries for collectibles and dlc weapons (incomplete).
- Massive amount of typo fixes across the board.
- Split off big code files for easier navigation.
- Moved DoExplosion and DoKnockback to the SWWMUtility class.
- Removed DoBlast as it is no longer used, having been replaced entirely.
- Finalized Mag Manager:
* Implemented partial mag loading for Silver Bullet and Candygun.
* Show spare bullets on ammo displays of Silver Bullet and Candygun.
- Rebalanced Eviscerator and Hellblazer damages.
- Adjusted Dragon's Breath damage and effects.
- Adjusted ammo spawns again.
* Reduced shell spawns, as they seemed to max out too quickly.
* Added "intermediate" bundle spawns for Eviscerator shells, Hellblazer missiles and Silver Bullet / Candygun rounds.
- Doubled max ammo of Biospark Carbine.
- Biospark beams no longer spawn arcs near their start point. This should reduce the likelihood of self-damage.
- Armors now use AbsorbDamage, which fixes some wonky behaviour (AbsorbDamage extra parameters, needed for splash damage checking).
- Vanilla cacos and barons/knights now have blue and green blood (CopyBloodColor, needed to change their blood at runtime).
- Reduce code duplication for Hellblazer grenade classes (Mixins now handle Default blocks).
In addition:
- Healthbar is no longer always full when invincible (so you can still know whether or not you're in big danger if the invinciball runs out).
- Death screen does not display when spectating (so you can spy on dead players properly).
- Respawning now works properly (previously it was instant and without prompt, due to incorrect conditionals).
- Demolitionist cannot be morphed (the collar prevents it) or have health drained (it's a robot).
- Fix positioning of Ragekit shockwaves on dash impact (lil' mistake there).
- When standing on something, its movement will be followed (this includes monsters).
- Bodies simply "teleport" away when a player respawns (looks better than a fade, and makes more sense lore-wise, as it's a recall).
- Don't allow "partial uncrouch" on places where the ceiling is only slightly taller than the crouch height (because it looks weird).
- Fix rare case where the self-light can cause a VM abort (which may no longer be needed because it was related to morphing, which is now disabled).