Add Silver Bullet "wasted ammo" easter egg.
This commit is contained in:
parent
5e8824843c
commit
af3161ff71
9 changed files with 508 additions and 481 deletions
|
|
@ -104,6 +104,7 @@ nosave bool swwm_uniqstats = false; // only list stats from the same map once,
|
|||
nosave int swwm_filterachievements = 1; // filter for achievements at 0%: 0 - no filter, 1 - obscure text, 2 - don't show
|
||||
nosave noarchive bool swwm_debugview = false; // debug visual aid for various things, such as actor collision, trajectories, relationships, etc.
|
||||
nosave bool swwm_oldcheat = false; // set to true if you used a SWWM Platinum cheat, so the easter egg only appears once per iwad
|
||||
nosave bool swwm_silveregg = false; // set to true if the Silver Bullet easter egg has been triggered, so it only appears once per iwad
|
||||
server bool swwm_selflight = true; // player emits light
|
||||
server bool swwm_usetopickup = false; // allow item pickup only by pressing use
|
||||
server bool swwm_meleepickup = true; // allow picking up items through melee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue