Scripts.included.gg handicap

From GunGame5 Documentation

Revision as of 17:01, 13 November 2011 by Satoon101 (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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


Conflicting Addons

Personal tools