Scripts.included.gg handicap

From GunGame5 Documentation

(Difference between revisions)
Jump to: navigation, search
(Created page with '== Description == '''gg_handicap''' adjusts new connecting players level. *New connecting players will be set to either the lowest level or the average level. == Variables == ...')
Line 1: Line 1:
-
== Description ==
+
{{Addons|
-
'''gg_handicap''' adjusts new connecting players level.
+
-
*New connecting players will be set to either the lowest level or the average level.
 
 +
name=gg_handicap|
-
== Variables ==
+
 
-
'''gg_handicap''' contains the following cvars that can be found in your server's <span style="color:red">../cfg/gungame51/included_addon_configs/gg_handicap.cfg</span> file:<pre>// ============================================================================
+
description=adjusts new connecting players level.
 +
 
 +
*New connecting players will be set to either the lowest level or the average level.|
 +
 
 +
 
 +
cfg_file=included_addon_configs/gg_handicap|
 +
 
 +
 
 +
cfg_contents=<pre>// ============================================================================
// >> HANDICAP
// >> HANDICAP
// ============================================================================
// ============================================================================
Line 66: Line 73:
// The time (in seconds) to update players' levels using handicap.
// The time (in seconds) to update players' levels using handicap.
-
   gg_handicap_update 0</pre>
+
   gg_handicap_update 0</pre>}}

Revision as of 22:40, 22 March 2011


Description

gg_handicap adjusts new connecting players level.

  • New connecting players will be set to either the lowest level or the average level.


Variables

gg_handicap contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_handicap.cfg file:
// ============================================================================
// >> HANDICAP
// ============================================================================
// Description:
//    Helps newly connected players by adjusting their level.
//    Basically "catching them up".
// Options:
//    0 = (Disabled) Do not load gg_handicap.
//    1 = Set player to the lowest level of all the other players.
//    2 = Set player to the average level of all the other players.
// Default Value: 0

// Helps newly connected players by adjusting their level.
   gg_handicap 0

// ============================================================================
// >> HANDICAP MAXIMUM FIRST LEVEL
// ============================================================================
// Description:
//    The highest level a player may receive when first joining the server.
// Notes:
//    * If you are running handicap update, this setting is pointless.
// Options:
//    0 = (Disabled)
//    # = Max. level a player may join in on.
// Default Value: 0

// Helps newly connected players by adjusting their level. (max)
   gg_handicap_max 0

// ============================================================================
// >> HANDICAP NO RECONNECT
// ============================================================================
// Description:
//    gg_handicap will only process a handicap level for the first time
//    a player joins the server.  This prevents players from abusing the
//    handicap system. (reconnecting to level up)
// Notes:
//    * If you are running handicap update, this setting is pointless.
// Options:
//    0 = (Disabled)
//    1 = (Enabled)
// Default Value: 0

// Prevents abuse from reconne cting
   gg_handicap_no_reconnect 0

// ============================================================================
// >> HANDICAP UPDATE
// ============================================================================
// Description:
//    A timer (in seconds) that updates players with the lowest level to the
//    lowest level of the other players. Basically "catching them up".
// Options:
//    0 = (Disabled) Do not load gg_handicap_update.
//    180 = (Enabled) Update the lowest level players
//                     every 180 seconds (3 minutes).
// Default Value: 0

// The time (in seconds) to update players' levels using handicap.
   gg_handicap_update 0
Personal tools