Cfg/gungame51/weapon orders

From GunGame5 Documentation

Jump to: navigation, search

Contents

Variables

All of the following variables can be found in your server's ../cfg/gungame51/gg_en_config.cfg file.

gg_weapon_order_file

  1. Use this variable to set which weapon order file to use.
  2. The value should be the name of a .txt file in your server's ../cfg/gungame51/weapon_orders/ folder.

gg_weapon_order_sort_type

  1. Use this variable to change how the weapon order file will be read.
    • #default
    1. The order will happen exactly as it is written in the weapon order file.
    • #reversed
    1. The weapon order will be reversed from what it is in the weapon order file.
    2. HEGrenade and Knife values will be added to the bottom of the list, if they are in the weapon order file.
    • #random
    1. The weapon order will be randomized using all the weapons from the weapon order file.
    2. HEGrenade and Knife values will be added to the bottom of the list, if they are in the weapon order file.

gg_multikill_override

  1. Use this variable to override any weapon specific <multikill> values given in the weapon order file.
  2. Set this value to 0 if you wish to use the values given in your weapon order file.

Creating/Editing a weapon order

Personal tools