Jump to content

DMFlags: Difference between revisions

289 bytes added ,  11 January 2019
no edit summary
No edit summary
No edit summary
(One intermediate revision by one other user not shown)
Line 103: Line 103:
|  65536  
|  65536  
|  Prevents players from jumping.
|  Prevents players from jumping.
|-
| Allow jumping
|  SV_AllowJump
|  131072
|  Allows the players to jump regardless of the MAPINFO NoJumping argument.
|-
|-
| Disallow freelook  
| Disallow freelook  
|  SV_NoFreelook  
|  SV_NoFreelook  
131072
262144
|  Prevents the players from being able to freelook.
|  Prevents the players from being able to freelook.
|-  
|-  
| Mega powerups respawn  
| Mega powerups respawn  
|  SV_RespawnSuper  
|  SV_RespawnSuper  
262144
524288
|  Allows mega powerups (i.e: invisibility, invulnerability) to respawn. Requires sv_itemrespawn to be 'true'.
|  Allows mega powerups (i.e: invisibility, invulnerability) to respawn. Requires sv_itemrespawn to be 'true'.
|-  
|-  
| Disallow FOV  
| Disallow FOV  
|  SV_NoFOV  
|  SV_NoFOV  
524288
1048576
|  Disallows the clients to use a different Field of View value. [Default: 90]
|  Disallows the clients to use a different Field of View value. [Default: 90]
|-
|-
| Don't spawn multiplayer weapons (In Cooperative)
| Don't spawn multiplayer weapons (In Cooperative)
|  SV_NoWeaponSpawn
|  SV_NoWeaponSpawn
1048576
2097152
|  Prevents 'multiplayer only' weapons from spawning.
|  Prevents 'multiplayer only' weapons from spawning.
|-  
|-  
| Disallow crouch  
| Disallow crouch  
|  SV_NoCrouch
|  SV_NoCrouch
2097152
4194304
|  Disallow players ability to crouch.
|  Disallow players ability to crouch.
|-
| Allow crouch
|  SV_AllowCrouch
|  8388608
|  Allow players to crouch regardless of the NoCrouch flag on the MAPINFO lump.
|-
|-
| Lose inventory (In Cooperative)  
| Lose inventory (In Cooperative)  
|  SV_Coop_LoseInventory
|  SV_Coop_LoseInventory
4194304
16777216
|  Players lose all of their inventory when killed.
|  Players lose all of their inventory when killed.
|-  
|-  
| Lose keys (In Cooperative)  
| Lose keys (In Cooperative)  
|  SV_Coop_LoseKeys
|  SV_Coop_LoseKeys
8388608
33554432
|  Players will lose all of their keys when killed.
|  Players will lose all of their keys when killed.
|-  
|-  
| Lose weapons (In Cooperative)  
| Lose weapons (In Cooperative)  
|  SV_Coop_LoseWeapons
|  SV_Coop_LoseWeapons
16777216
67108864
|  Players will lose all of their weapons when killed.
|  Players will lose all of their weapons when killed.
|-  
|-  
| Lose armor (In Cooperative)  
| Lose armor (In Cooperative)  
|  SV_Coop_LoseArmor
|  SV_Coop_LoseArmor
33554432
134217728
|  Players will lose all of their armor when killed.
|  Players will lose all of their armor when killed.
|-  
|-  
| Lose powerups (In Cooperative)  
| Lose powerups (In Cooperative)  
|  SV_Coop_LosePowerups
|  SV_Coop_LosePowerups
67108864
268435456
|  Players will lose all of their powerups when killed.
|  Players will lose all of their powerups when killed.
|-  
|-  
| Lose ammo (In Cooperative)  
| Lose ammo (In Cooperative)  
|  SV_Coop_LoseAmmo
|  SV_Coop_LoseAmmo
134217728
536870912
|  Players will lose all their ammo when killed.
|  Players will lose all their ammo when killed.
|-
|-
| Lose half ammo
| Lose half ammo
|  SV_Coop_HalveAmmo
|  SV_Coop_HalveAmmo
268435456
1073741824
|  Players lose half of their ammo when killed.
|  Players lose half of their ammo when killed.
|-
| Allow jumping
|  SV_AllowJump
|  536870912
|  Allows the players to jump regardless of the MAPINFO NoJumping argument.
|-
| Allow crouch
|  SV_AllowCrouch
|  1073741824
|  Allow players to crouch regardless of the NoCrouch flag on the MAPINFO lump.
|}
|}


Line 410: Line 410:
|-
|-
| Emulate vanilla blood brightness.
| Emulate vanilla blood brightness.
sv_maxbloodscalar
sv_MaxbloodScalar
|  8192
|  8192
|  Forces blood brightness to max when damaged.
|  Forces blood brightness to max when damaged.
|-
|-
| Unblock players on same team
| Unblock players on same team
sv_unblockallies
sv_UnblockAllies
|  16384
|  16384
|  Allows players of the same team to pass through each other only.
|  Allows players of the same team to pass through each other only.
|
|-
|-
| Don't allow dropping.
| Don't allow dropping.
sv_nodrop
sv_NoDrop
|  32768
|  32768
|  Prevents players from dropping items.
|  Prevents players from dropping items.
|-
| Dead players keep inventory
|  sv_DeadPlayersCanKeepInventory
|  65536
|  In a Survival game, when a player loses all of their lives, they keep their inventory.
|-
| No map reset
|  sv_Survival_NoMapResetOnDeath
|  131072
|  In a Survival game, the map is not reset if all players die.
|}
|}


7

edits