Page 2 of 3

Re: Hideous Helmet (HDest addon)

Posted: Sun Apr 25, 2021 9:57 pm
by dastrukar
Update(26/04/2021)[2]:
"Hope this doesn't break anything"
  • Updated to latest main of Hideous Destructor.
  • Helmet should now show up in the automap.
  • Added option for bleed indicator, "Hide indicator when not bleeding".

Re: Hideous Helmet (HDest addon)

Posted: Wed Apr 28, 2021 8:26 am
by dastrukar
Update(28/04/2021):
"Weapon status rework coming soon..."
  • Fixed Radsuit and Blood Bag not displaying on the HUD without helmet.
  • Fixed helmet sprite being broken for FreeDoom.
  • Added options to tweak durability of helmets dropped from enemies.
  • Added an option to show firemode. (if you wish to add custom weapons into the list, please refer to hh_manual.md)
  • Improved spawning, helmets should drop from undead marines now, and not drop again from an enemy that has already tried.
  • Reduced default durability of helmets dropped from enemies.
  • Nerfed defense by a bit. (might need some tweaking)
  • "Hide Weapon status" is now enabled by default.

Re: Hideous Helmet (HDest addon)

Posted: Wed Apr 28, 2021 12:29 pm
by dastrukar
Update(29/04/2021)[1]:
  • Made the helmet a bit more durable. (the defense nerf made it less durable)

Re: Hideous Helmet (HDest addon)

Posted: Wed Apr 28, 2021 9:28 pm
by dastrukar
Update(29/04/2021)[2]:
  • Fixed an oversight where grenades would cause a VM abort.

Re: Hideous Helmet (HDest addon)

Posted: Fri Apr 30, 2021 6:37 am
by dastrukar
Update(30/04/2021):
  • Undo helmet durability buff.
  • Added weapons from PB's Weapon Addon, and Icarus' weapons to "hh_firemodecode". (now you don't have to add it yourself :])

Re: Hideous Helmet (HDest addon)

Posted: Sun May 02, 2021 1:23 am
by dastrukar
Update(2/05/2021):
  • Increased bulk of helmet when not worn.
  • Decreased bulk of helmet when worn.

Re: Hideous Helmet (HDest addon)

Posted: Mon May 03, 2021 7:16 pm
by dastrukar
Update(4/05/2021):
  • You can now change your skin based on whether you have a helmet or not. (Change with CVar "hh_nohelmskin" and "hh_helmetskin")
  • Added better menu info.

Re: Hideous Helmet (HDest addon)

Posted: Sun May 09, 2021 12:27 pm
by dastrukar
Update(10/05/2021):
"Here's the long overdue 'Hide weapon status' rework, and some other minor additions/fixes."
  • Reworked "Hide weapon status", with a brand new whitelist system. (and pray that it works)
  • Fixed strip message showing up for every player.
  • Fixed strip cooldown not being applied.
  • Fixed helmet skin not working in multiplayer. (hopefully)
  • Added some options to adjust the helmet's position on the HUD.
  • "hh_strip" will now also equip helmet.
  • Helmet skin change is now toggleable. (Turned off by default)
  • Default skin now works with helmet skin change.

Re: Hideous Helmet (HDest addon)

Posted: Mon May 10, 2021 11:50 pm
by dastrukar
Update(11/05/2021):
"Hopefully this doesn't break anything."
  • Update to latest main of Hideous Destructor.

Re: Hideous Helmet (HDest addon)

Posted: Thu May 20, 2021 4:20 am
by dastrukar
Update(20/05/2021):
  • Fixed a bug that would cause a VM Abort if the player wasn't HDPlayerPawn.

Re: Hideous Helmet (HDest addon)

Posted: Thu May 20, 2021 2:52 pm
by dastrukar
Update(21/05/2021):
"Thanks to Ace for the fix."
  • Fixed an oversight that would cause a VM Abort if the player loaded a multiplayer save in singleplayer.

Re: Hideous Helmet (HDest addon)

Posted: Wed May 26, 2021 11:09 am
by dastrukar
Update(27/05/2021)[1]
"Hopefully nothing's horribly broken"
Compat:
  • Updated to latest main of Hideous Destructor.
Tweaks:
  • Bullets now bypass helmet if enemy is standing right over you while incap'd.
  • Helmet can now turn into dust, when attempting to take off with lower than 5 durability. (originally was 3)
  • Helmet now makes a sound when breaking.
Misc:
  • Less code overwriting.
  • Sorted some code.

Re: Hideous Helmet (HDest addon)

Posted: Wed May 26, 2021 11:57 pm
by dastrukar
Update(27/05/2021)[2]
Compat:
  • Exclude helmet from the new CheckStrip() system.
Misc:
  • No longer overwriting gadgets.zs

Re: Hideous Helmet (HDest addon)

Posted: Fri May 28, 2021 11:24 am
by dastrukar
Update(29/05/2021)
Compat:
  • Adapt to the new ArmourChangeEffect().
Fixes:
  • Fixed ArmourChangeEffect() not passing the right pointer.
  • Helmet now actually requires you to "double click" to remove it. (does not apply to hh_strip)
Tweaks:
  • As a result of the ArmourChangeEffect() fix, you now get staggered when the helmet breaks while worn.
  • The helmet is now actually called "HUD Helmet" in the backpack.

Re: Hideous Helmet (HDest addon)

Posted: Sat May 29, 2021 11:43 pm
by dastrukar
Update(30/05/2021)
Compat:
  • Updated to latest main of Hideous Destructor.