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:
parent
eaa6f118d8
commit
4c451de008
27 changed files with 295 additions and 327 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue