Reverted radius/height changes to items, it causes issues on many maps.

Implemented proper HUD rendering, along with toggling and resizing. Works just like in UT now.
Added "extended" version of the Beta menu music, quickly put together in OpenMPT. I really like it.
Added M_DOOM graphic and changed the titlemap texture.
Made various screen graphics additive now that I know how to.
Separated pickup and first person brightmaps for Pulse Gun, this is needed for beta skin packs (there will be skins for the Pulse Gun, Redeemer and Impact Hammer).
This commit is contained in:
Marisa the Magician 2018-05-31 22:02:03 +02:00
commit 4c451de008
27 changed files with 295 additions and 327 deletions

View file

@ -1,6 +1,6 @@
DOOM TOURNAMENT
What began as a test for importing UT vertex meshes is turning into an actual
What began as a test for importing UT vertex meshes has turned into an actual
full UT weapon and item mod.
Currently implemented:
@ -39,21 +39,19 @@ Currently implemented:
- Minigun (slot 7)
- Sniper Rifle (slot 0)
- Rocket Launcher (slot 9)
- Scaling/Customization options for the HUD
In progress:
- Add some more effects, maybe some nicer recoil on guns too.
- General polishing and bugfixing.
- Trim out unused animations.
TODO:
- Scaling/Customization options for the HUD.
- Make biorifle sludge follow ceiling and wall movement (this might be hard)
- Add some more effects, maybe some nicer recoil on guns too
- General polishing and bugfixing
- Trim out unused animations
Known bugs:
- Sometimes the slave enforcer gets "lowered" while the main enforcer is
reloading. No idea what causes this.
- Sludge doesn't react to ceiling and wall movement.
- Sometimes the slave enforcer has its psprite "lower" slightly while the main
enforcer is reloading. No idea what causes this (Could be bobbing-related)
- Sludge doesn't react to ceiling and wall movement
- Pulse gun beams behave oddly when the player is on moving platforms.
This might just be a rendering interpolation glitch, as usual.
This might just be a rendering interpolation glitch, as usual