Beta 5.
- [flak_m] Implement particle meshes. - Append heal amount to health pickups (excl. superhealth). - Armor Bonus item. - Overhaul Stinger explosive charge behaviour, more in line with 0.83 and the novels. - Fix: Dispersion Pistol should only have infinite ammo in deathmatch. - Dispersion Pistol altfire always at level 0 if below 10 ammo. - More Fireblaster tweaks and touches and whatnot. Now fires in 3 bursts of 3 projectiles. And there's more damage and whatnot, it should stop sucking. - Capped fire effects for huge actors. - Reduced flames per tic on Flamethrower, to see if this causes less performance issues. May roll back if this was a bad idea. - Snuck in some longer versions of a couple player sounds. - [oldsounds] Added higher quality dispersion pistol select sound.
This commit is contained in:
parent
c44512e312
commit
0cb76eb03a
30 changed files with 270 additions and 117 deletions
|
|
@ -172,6 +172,11 @@ stinger/hit bladehit
|
|||
stinger/hit2 ricochet
|
||||
stinger/flesh chunkhit
|
||||
$limit stinger/hit 16
|
||||
stinger/explo1 stingex1
|
||||
stinger/explo2 stingex2
|
||||
stinger/explo3 stingex3
|
||||
$random stinger/explode { stinger/explo1 stinger/explo2 stinger/explo3 }
|
||||
$limit stinger/explode 16
|
||||
|
||||
flak/click click
|
||||
|
||||
|
|
@ -318,8 +323,9 @@ flamegun/fire flamgfir
|
|||
flamegun/end flamgend
|
||||
flamegun/charge flamgabg
|
||||
flamegun/alt flamgalt
|
||||
flamegun/exp expl04
|
||||
flamegun/exp expl2
|
||||
$limit flamegun/exp 16
|
||||
flamegun/exp2 expl04
|
||||
|
||||
flamet/select flamtsel
|
||||
flamet/idle flamtidl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue