Page 1 of 1

Adding Levels.

PostPosted: Thu May 19, 2011 12:04 am
by Texno
Quick question, i've looked through alot of files and can't find anything. [Must be blind] How do i add extra levels instead of the default 23? For instance, im running GG DeathMatch and would like 45 levels, instead of the quick 23.

PostPosted: Thu May 19, 2011 1:33 am
by satoon101
I haven't gotten around to adding that information to the Wiki as of yet. Basically, you want to either make a new file in your server's ../cfg/gungame51/weapon_orders/ folder, or edit one of the one's currently in that folder. Then, set the value of gg_weapon_order_file to the name of that file (minus the .txt part) in your ../cfg/gungame51/gg_en_config.cfg file:
// ============================================================================
// >> WEAPON ORDER FILE
// ============================================================================
// Notes:
//    * The file must be located under "cfg/gungame51/weapon_orders/".
//    * Changing this variable in-game will result in arestart.
//    * 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"
Satoon

Re: Adding Levels.

PostPosted: Thu May 19, 2011 2:35 am
by Texno
Thanks satoon! It worked. (: