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

@ -35,8 +35,6 @@ Class MiniAmmo : Ammo
Ammo.BackpackAmount 100;
Ammo.BackpackMaxAmount 199;
Ammo.DropAmount 20;
Radius 12;
Height 14;
}
States
{
@ -194,9 +192,6 @@ Class Minigun : UTWeapon
Weapon.AmmoType2 "MiniAmmo";
Weapon.AmmoUse2 1;
Weapon.AmmoGive 50;
Radius 20;
Height 16;
UTWeapon.DroppedHeight 8;
}
States
{
@ -412,8 +407,8 @@ Class Minigun : UTWeapon
MGU2 ABCDEFGHIJKLM 1;
Goto Idle;
Deselect:
MGND A 2 A_StopSound(CHAN_WEAPON);
MGND BCDEFGHIJ 2;
MGND A 1 A_StopSound(CHAN_WEAPON);
MGND BCDEFGHIJ 1;
MGND J 1 A_Lower(int.max);
Wait;
MuzzleFlash: