Server Manual: Difference between revisions
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{| class="wikitable" style="margin: 1em auto 1em auto" | {| class="wikitable" style="margin: 1em auto 1em auto" | ||
| | | align="center" colspan="4" style="border-top:2px solid black; border-right:1px solid black; border-bottom:2px solid black; border-left:1px solid black;" | | ||
'''Announcements and Messages''' | |||
|- | |- | ||
| [[Server_Manual#g_privateMessages|g_privateMessages]] || [[Server_Manual#g_spreeOptions|g_spreeOptions]] || [[Server_Manual#g_multikillTime|g_multikillTime]] || [[Server_Manual#g_obituary|g_obituary]] | | [[Server_Manual#g_privateMessages|g_privateMessages]] || [[Server_Manual#g_spreeOptions|g_spreeOptions]] || [[Server_Manual#g_multikillTime|g_multikillTime]] || [[Server_Manual#g_obituary|g_obituary]] | ||
|- | |- | ||
| | | [[Server_Manual#g_dropMsg|g_dropMsg]] | ||
|} | |||
{| class="wikitable" style="margin: 1em auto 1em auto" | |||
| align="center" colspan="4" style="border-top:2px solid black; border-right:1px solid black; border-bottom:2px solid black; border-left:1px solid black;" | | |||
'''User Database, XP Save, Shrubbot and Bans''' | |||
|- | |||
| [[Server_Manual#g_dbDirectory|g_dbDirectory]] || [[Server_Manual#g_dbUserMaxAge|g_dbUserMaxAge]] || [[Server_Manual#g_XPSave|g_XPSave]] || [[Server_Manual#g_XPSaveMaxAge_xp|g_XPSaveMaxAge_xp]] | |||
|- | |||
| [[Server_Manual#g_XPSaveMaxAge|g_XPSaveMaxAge]] || [[Server_Manual#g_maxXP|g_maxXP]] || [[Server_Manual#g_maxXPResetWarn|g_maxXPResetWarn]] || [[Server_Manual#g_damageXP|g_damageXP]] | |||
|} | |} | ||
Line 63: | Line 74: | ||
:Default is 1 | :Default is 1 | ||
==g_dropMsg== | |||
;g_dropMsg [string] | |||
:Message to add to the drop screen when a client is kicked or banned. | |||
:Default is "" |
Latest revision as of 23:03, 22 January 2011
Announcements and Messages | |||
g_privateMessages | g_spreeOptions | g_multikillTime | g_obituary |
g_dropMsg |
User Database, XP Save, Shrubbot and Bans | |||
g_dbDirectory | g_dbUserMaxAge | g_XPSave | g_XPSaveMaxAge_xp |
g_XPSaveMaxAge | g_maxXP | g_maxXPResetWarn | g_damageXP |
g_privateMessages
- g_privateMessages [0|1]
- If set to 1, players can send private messages to one another with the m command. Example:
- /m tjw you totally suck!
- Clients can reject private message from other individual clients with the /ignore client command.
- Default is 0
g_spreeOptions
- g_spreeOptions [bitmask]
- A few options to control the display of killingsprees. Note that the flags 1, 2 and 4 are just made for fast enabling / disabling and :still require a g_settings file.
- 1
- Enable killingsprees ([spree] blocks)
- 2
- Enable killingspree ends ([end] blocks)
- 4
- Enable multikills ([kill] blocks)
- 8
- When set, a top 3 current killing sprees message will be printed every minute, similar to binoc masters, and a map's longest killing :spree will be printed every two minutes
- 16
- At the beginning of the intermission the highest spree and the 3 highest sprees which are still active will be shown
- 32
- /kill will end a spree
- 64
- Teamswitching will end a spree
- 128
- Multikill messages will be delayed g_multikillTime milliseconds, to prevent the doublekill -> multikill -> megakill -> etc. flooding
- 256
- Killing bots doesn't count for multikills or killingsprees (Note: they DO count for ending kill/deathsprees)
- 512
- Display the map and overall spree record when entering intmission
- 1024
- Summary: don't enable this flag if you don't have enabled g_spreeOptions flag 512 OR g_XPSave flag 16 or Shrubbot flag t
- Spree records are automatically saved into XPSave file when a map ends. By enabling this flag, you also store the spreerecord at the :points where g_XPSave flag 16 would store XP. When you don't have set XPSave flag 16 and g_spreeOptions flag 512 and not allow users :to use !spreerecord you should NOT set this flag as it takes some extra resources. When XPSave flag 16 is set this doesn't matter (it :actually takes much less resources then). When only g_spreeOptions flag 512 or shrubbot flag t is set it won't do much harm anyway
- (your server won't explode)
- 2048
- Enable revivesprees ([revive] blocks)
- Default is 0
g_multikillTime
- g_multikillTime [integer]
- The time (in milliseconds) in which two kills should be made in order to count them as multikills.
- Default is 1000
g_obituary
- g_obituary [0|1]
- This cvar controls will the server send obituary events to the clients. If this is set to 0, no obituary events will be sent. If set :to any nonzero value, obituary events will be sent.
- Default is 1
g_dropMsg
- g_dropMsg [string]
- Message to add to the drop screen when a client is kicked or banned.
- Default is ""