Page 1 of 1

Game config files...

PostPosted: Wed May 04, 2011 11:52 am
by occram
Hello!

My GunGame server config files are blank by default and I swear I've looked absolutely everywhere but can't seem to find any documentation or default configs available. I've searched google but all I can find are forum posts and bits and pieces of information.

I'm not an expert and need to look at some examples!I'm probably missing something *VERY* obvious and will deserve the flaming I'm about to get. :lol:

Thanks in advance for any assistance,
Mark~

PostPosted: Wed May 04, 2011 1:44 pm
by wtfaatp
Well the first question would be is "Eventscripts" loaded?
After that is "Gungame51" loaded?
After that is there any error logs? (.../cfg/gungame51/log/)

Beyond that I would be lost.

Re: Game config files...

PostPosted: Wed May 04, 2011 1:57 pm
by occram
My apologies.

I should have mentioned that EventScripts is loaded along with GunGame51. The mod seems to be running on the server (everyone starts with a glock, the audio "This server is running GunGame" plays) but there are a few issues that I would suspect could be attributed to a lack of variables in a config file(s) somewhere.

For example; When the game starts, when any player gets a kill, the level up sound plays but the player does not immediately receive the next weapon until all enemies have been eliminated on a particular team and the next round begins.

Thanks,
Mark~

PostPosted: Wed May 04, 2011 3:49 pm
by daggerclan
Documentation can be found here: http://wiki.gungame.net/pages/Main_Page

Info on included addons can be found here: http://wiki.gungame.net/pages/Scripts.included

Info on custom addons can be found here: http://wiki.gungame.net/pages/Scripts.custom

In your case you want to change the gg_turbo variable from 0 to 1.

Description
gg_turbo is used to give players their weapon when the level up.

Normally, players only receive a new weapon the next time they spawn.
This addon gives them their weapon immediately upon leveling up.



Variables
gg_turbo contains the following cvars that can be found in your server's ../cfg/gungame51/included_addon_configs/gg_turbo.cfg file:
// ============================================================================
// >> TURBO MODE
// ============================================================================
// Description:
//    Gives the player their next weapon immediately when they level up.
// Options:
//    0 = (Disabled) Do not load gg_turbo.
//    1 = (Enabled) Load gg_turbo.
// Default Value: 0

// Enables/Disables gg_turbo.
   gg_turbo 0

Re: Game config files...

PostPosted: Wed May 04, 2011 9:00 pm
by occram
Thank you! You've led me to the right area. I can't believe I didn't find all that on my own.

Thanks so much,
Mark~

Re: Game config files...

PostPosted: Mon Jun 20, 2011 7:21 pm
by dronelebeau
lol i didn't figured out on my own too.. at that time i was practically begging my friend. :lol: