Cfg/gungame51/weapon orders
From GunGame5 Documentation
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
- Use this variable to set which weapon order file to use.
- The value should be the name of a .txt file in your server's ../cfg/gungame51/weapon_orders/ folder.
gg_weapon_order_sort_type
- Use this variable to change how the weapon order file will be read.
- #default
- The order will happen exactly as it is written in the weapon order file.
- #reversed
- The weapon order will be reversed from what it is in the weapon order file.
- HEGrenade and Knife values will be added to the bottom of the list, if they are in the weapon order file.
- #random
- The weapon order will be randomized using all the weapons from the weapon order file.
- HEGrenade and Knife values will be added to the bottom of the list, if they are in the weapon order file.
gg_multikill_override
- Use this variable to override any weapon specific <multikill> values given in the weapon order file.
- Set this value to 0 if you wish to use the values given in your weapon order file.