Page 1 of 1

where the **** do i change the weapon order??

PostPosted: Sat Mar 03, 2012 3:22 pm
by TimTams
Hi all,

tried looking for some documentation on this and the wiki only says how to install it but doesn't have any info on configuring gun game

Could someone please tell me where I actually specify which weapon order for the server to use? do I have to create a file or can one of the existing ones be used? I see people saying "use #reverse" but I have no idea where to put that line. I put it in gg_server.cfg but it did nothing

Cheers
Tim

PostPosted: Sat Mar 03, 2012 4:51 pm
by daggerclan
gg_en_config.cfg

PostPosted: Sat Mar 03, 2012 5:33 pm
by tnarocks
/cstrike/cfg/gungame51/weapon_orders and in there you can change one of the orders.
/cstrike/cfg/gungame51/gg_en_config.cfg
that file you can change some of the stuff in it like this


// ============================================================================
// >> WEAPON ORDER FILE
// ============================================================================
// Notes:
// * The file must be located under "cfg/gungame51/weapon_orders/".
// * Changing this variable in-game will result in a restart.
// * If gg_weapon_order_random = 1, this will be the starting weapon order.
// Default Value: "default_weapon_order"

// The file that will be used for the weapon order.
gg_weapon_order_file "default_weapon_order"

// ============================================================================
// >> RANDOM WEAPON ORDER FILE
// ============================================================================
// Options:
// 0 = (Disabled) use gg_weapon_order for a static weapon order.
// 1 = (Enabled) get a new weapon order each map change.
// Default Value: 0

// Randomly select a new weapon order file each map.
gg_weapon_order_random 0

// ============================================================================
// >> RANDOM WEAPON ORDER EXCLUDED FILES
// ============================================================================
// Options:
// "" = (Disabled) No weapon orders are excluding when choosing a random
// weapon order with gg_weapon_order_random enabled above.
// "name1,name2" = (Enabled) Exclude these orders when choosing a random
// weapon order with gg_weapon_order_random enabled above.
// Default Value: "weapon_short,nade_bonus_order"

// Excluded orders when choosing a random order with gg_weapon_order_random.
gg_weapon_order_random_excluded "weapon_short,nade_bonus_order"

// ============================================================================
// >> WEAPON ORDER SORT TYPE
// ============================================================================
// Notes:
// * #random sort type will move hegrenade and knife levels to the end of
// the order.
// Options:
// #default = Order will go Top -> Bottom.
// #random = Order will be randomly shuffled.
// Default Value: "#default"

// The order in which the weapons and levels will be sorted.
gg_weapon_order_sort_type "#default"

PostPosted: Sun Mar 04, 2012 2:42 am
by satoon101
The Wiki is still a work in progress, but it already contains this page:
http://wiki.gungame.net/pages/Cfg/gunga ... pon_orders

And here is the main page where the configuration starts, which is linked to on the main Installation page:
http://wiki.gungame.net/pages/Cfg/gungame51

Satoon