Page 1 of 1

weapon order

PostPosted: Tue Feb 03, 2009 11:05 am
by NoOne
hi have just installed gg5 all working but i cannot change the weapon order.

have changed it in the cfg but it still runs the defult

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// WEAPON SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// WEAPON ORDER FILE
//=========================================================
// This variable controls what weapon order file will be used.
//
// Note: The file must be located under "cfg/gungame5/weapon_orders/".
//
// Note: Changing this variable in-game will result in a restart.
//
// Note: If gg_weapon_order_random = 1, this will be the starting weapon order.
//
// Default Value: default_weapon_order

gg_weapon_order_file reverse_weapon_order

//=========================================================
// RANDOM WEAPON ORDER FILE
//=========================================================
// This variable controls whether a random weapon order will be chosen at the
// of each map.
//
// Options: 0 = Off, use gg_weapon_order for a static weapon order.
// 1 = On, get a new weapon order each map change.
//
// Default Value: 0

gg_weapon_order_random 0

//=========================================================
// WEAPON ORDER
//=========================================================
// This variable controls which order type in which the weapon order will be parsed.
//
// Options: #default = Order will go Top -> Bottom.
// #reversed = Order will go Bottom -> Top.
// #random = Order will be shuffled.
//
// Default Value: #default

gg_weapon_order_type #reversed


thats what i have changed

thanks in advance

PostPosted: Tue Feb 03, 2009 1:17 pm
by Warren
That is because you chose the reverse weapon order file, then reversed it.

PostPosted: Tue Feb 03, 2009 6:49 pm
by Artsemis
LOL!
Not making fun of you, that's just funny :)

PostPosted: Thu Feb 05, 2009 1:42 pm
by NoOne
you missed my point i want the order reversed !!!!

it will not do it !!!!

Re: weapon order

PostPosted: Thu Feb 05, 2009 1:45 pm
by NoOne
NoOne wrote:hi have just installed gg5 all working but i cannot change the weapon order.

have changed it in the cfg but it still runs the defult

// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
// WEAPON SETTINGS
// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

//=========================================================
// WEAPON ORDER FILE
//=========================================================
// This variable controls what weapon order file will be used.
//
// Note: The file must be located under "cfg/gungame5/weapon_orders/".
//
// Note: Changing this variable in-game will result in a restart.
//
// Note: If gg_weapon_order_random = 1, this will be the starting weapon order.
//
// Default Value: default_weapon_order

gg_weapon_order_file reverse_weapon_order

//=========================================================
// RANDOM WEAPON ORDER FILE
//=========================================================
// This variable controls whether a random weapon order will be chosen at the
// of each map.
//
// Options: 0 = Off, use gg_weapon_order for a static weapon order.
// 1 = On, get a new weapon order each map change.
//
// Default Value: 0

gg_weapon_order_random 0

//=========================================================
// WEAPON ORDER
//=========================================================
// This variable controls which order type in which the weapon order will be parsed.
//
// Options: #default = Order will go Top -> Bottom.
// #reversed = Order will go Bottom -> Top.
// #random = Order will be shuffled.
//
// Default Value: #default

gg_weapon_order_type #reversed


thats what i have changed

thanks in advance



have high lighted bits for for you

Re:

PostPosted: Thu Feb 05, 2009 4:55 pm
by Cisco
Sc0pE wrote:That is because you chose the reverse weapon order file, then reversed it.


Since large red font makes sense to you maybe the sentence above is now no longer a mystery.

Re: weapon order

PostPosted: Thu Feb 05, 2009 6:39 pm
by NoOne
oh yer mabe i need to learn to read ... my bad

another question i would like to ask " it maybe in the wrong forum"

how would i change the wepon order with a .cfg ? would it need a server restart ?

would it be as simple as renaming the text file and exec it ?

PostPosted: Thu Feb 05, 2009 11:32 pm
by Cisco
I'd say the cleanest way would be to reload gungame after you change the config file. If you really want to try to do it in-game I would try doing this in console:

rcon gg_weapon_order_file reverse_weapon_order


Where "reverse_weapon_order" is the name of the weapon config file. So for example if you modifed gungame5/weapon_orders/custom_weapon_order1.txt and you wanted to load it, you'd do:

rcon gg_weapon_order_file custom_weapon_order1


...but once again I'd expect that to have some unintended consequences.

PostPosted: Fri Feb 06, 2009 4:10 am
by Don
I would just put in one or the other of this:

gg_weapon_order_type #reversed
or
gg_weapon_order_type #default