Doom ]|[ OSP - Version 0.001
-------------------------------------------------------------------------------
- add: cvar osp_weaponRespawnTime, default:0.0 (disabled)
set time in seconds for weapons to respawn
- add: cvar osp_powerupRespawnTime, default:0.0 (disabled)
set time in seconds for powerups to respawn
- add: cvar disable_* system to disable any item in the game where * is the
item's classname
i.e.: add to server config /set disable_weapon_bfg 1
- add: cvar osp_floodTime, default:0.5 (500 milliseconds), disabled:0.0
Minimum time in seconds that a client must wait to not be flooding.
- add: cvar osp_floodMax, default:3
Number of flooding messages permitted before a client is muted.
- add: cvar osp_floodMuteTime, default:3.0
Time in seconds to mute a client when he's flooding.
- add: cvar osp_floodTeam, default:1
Wether clients can flood team chat.
- add: cvar osp_voiceMessages, default:1
Wether the server allows clients to send voice messages.
- add: cvar osp_inactivityTime, default:180.0
Time in seconds a player can remain inactive before being kicked off the server.
- add: cvar osp_maxFailedVotes, default:3
Maximum number of failed votes a client can have before not being to vote any longer.
- add: osp_welcomeString, default:Welcome to the hottest D3 OSP server out there!
Welcome string to print to players after they just joined the game.
- add: command 'motd'
Brings up the message of the day anytime.