Add option to give Redeemer lowest selection priority so it's not autoselected when out of ammo on other weapons (enabled by default).
Switch ambientglow+brightmap shader to actually use brightmap textures directly. This bumps the version requirement to 3.5.0 and makes it sorta-possible to play with software rendering without seeing "invisible pickup models". Re-ran all textures through optipng. All add-ons have been updated accordingly.
This commit is contained in:
parent
5ab9bb4930
commit
d763744234
66 changed files with 36 additions and 90 deletions
|
|
@ -19,3 +19,4 @@ user float flak_weaponsize = 0.8; // 0.2 <-> 1.0 in steps of 0.2 (default 0.8)
|
|||
user float flak_statussize = 1.0; // 0.5 <-> 1.5 in steps of 0.1 (default 1.0)
|
||||
user bool flak_footsteps = true;
|
||||
server bool flak_translocator = false;
|
||||
user bool flak_noswitchdeemer = true; // don't switch to redeemer when out of ammo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue