Correctly implement some projectile damages. Readjust damages to adapt to this change.
Add 3D explosion blast and knockback functions. Migrate pretty much everything to it. Add "Classic Enhanced Shock Rifle" option, disables altfire and splash damage on beams. Screen shakes for explosions now correctly fall off with distance. Some minor refactoring/fixes.
This commit is contained in:
parent
fe0d8d4238
commit
3267c89487
12 changed files with 103 additions and 45 deletions
|
|
@ -21,3 +21,4 @@ user bool flak_footsteps = true;
|
|||
server bool flak_translocator = false;
|
||||
user bool flak_noswitchdeemer = true; // don't switch to redeemer when out of ammo
|
||||
user bool flak_deemershader = false;
|
||||
server bool flak_classicsshock = false; // classic enhanced shock rifle (no altfire, beams don't have splash damage)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue