Page 1 of 1

Please Help, Thanks =]

PostPosted: Fri Jun 19, 2009 3:07 am
by moehog0
Hey guys, i'd just like to start off by saying nice site, and gungame 5 is awsome. I have it running on my server, to the point of the warmup round starting and the gungame starts.

HOWEVER, i would like to change some things and i have NO IDEA how to. First i'd like to turn multi leveling on, and deathmatch on.
I have absolutely no idea how to turn them on, im guessing i have to add them to some .cfg , but im not sure which one and i dont wanna start
messin with stuff.

So any help is super greatly appreciated (yes super) =]

EDIT: der, i would also prefer it so that these addons automaticaly started up with the gungame, i have the gungame set to auto start with the server already

PostPosted: Sat Jun 20, 2009 10:21 pm
by Xp3r7
/cfg/gungame5/gg_default_addons.cfg

Look for:

//=========================================================
// MULTI LEVEL
//=========================================================
// Set the below variable to the number of times a player has to level
// up prior to recieving the multi-level bonus.
//
// Note: Formally knows as Triple Level Bonus.
//
// Options: 0 = Disabled
// # = The number of kills in a row the player must get in order
// to recieve the multi-level bonus.

gg_multi_level 0

and...

//=========================================================
// DEATHMATCH
//=========================================================
// When enabled, this addon emulates a team-deathmatch mode, and players will
// respawn when they die.
//
// Note: This addon enables: Turbo Mode.
// Note: This addon disables: Knife Elite, Elimination.
// Note: This addon disables: map objectives, freezetime and roundtime.
// Note: This addon requires usage of the "gg_respawn_cmd" found in the
// gg_en_config.cfg
//
// Options: 0 = Disabled
// 1 = Enabled

gg_deathmatch 0

Put both at 1. :)