Page 1 of 1

gg_stats issue

PostPosted: Mon Jun 08, 2009 9:32 pm
by InvertedOblivion
Hey...

First off, sorry if this has been asked and answered before, but i couldn't find it here, or on the eventscripts forum, so i was hoping someone would be able to help me.
I installed this adodn to my server, and it works fine, it comes up at end of every game etc, but it doesn't save any winners... So the winner is always said to be "Place -1 of 0", or something similar... Do i need to set up a database on gungame or eventscripts or something...? I've played on a few servers where this is the case, so i'm sure there is an extra step i have missed somehow. I think it's probably fairly easy, but can anyone help?

Thanks in advance... :)

PostPosted: Mon Jun 08, 2009 11:35 pm
by Warren
../cfg/gungame5/gg_default_addons.cfg
//=========================================================
// STATS DATABASE AND COMMANDS
//=========================================================
// This variable controls whether you want to keep track of winners on your
// server. This also enables the stat commands (!leader, !top, !rank, etc).
//
// Note: This will save a file to the server and requires appropiate read /
// write permissions.
//
// Note: This feature does not work on game-servers.com and clan-servers.com
// game servers.
//
// Options: 0 = Disabled
// 1 = Enabled

gg_stats 1

PostPosted: Tue Jun 09, 2009 12:53 am
by InvertedOblivion
thanks for the reply... i already have that enabled though... :/ i noticed in another similar thread that someone had said that, but i checked and it was already set at 1...

PostPosted: Tue Jun 09, 2009 4:13 am
by Warren
What is your server IP?

PostPosted: Tue Jun 09, 2009 7:11 pm
by InvertedOblivion
217.163.31.195:27015

PostPosted: Fri Jun 12, 2009 10:15 pm
by InvertedOblivion
any ideas...? :/

sorry for the double post/being pushy...

PostPosted: Fri Jun 12, 2009 11:07 pm
by Warren
It appears some GamServers.com servers are incompatible with the cPickle module that we use.
Some aren't but I guess some are.

In the next release of GunGame5.1 we will be using a different type of database. We have no estimate on when this will be completed though. I would say less than 6 months and more than 2-3, but that may be incorrect.

Re: gg_stats issue

PostPosted: Sat Jun 13, 2009 2:40 am
by XE_ManUp

PostPosted: Sat Jun 13, 2009 2:41 am
by Warren
He would also have to change every instance of cPickle to Pickle in GunGame files.

PostPosted: Sat Jun 13, 2009 11:07 pm
by InvertedOblivion
ok, thanks for the info...

i'm renting the server from gameservers.com, incase anyone else has a similar problem or anything, thought it might help...


anyways, we've changed it to a minigame server now to attract more visitors... there seems to have been a sudden rush of gungame servers recently, and our 12 slot server just ain't good enough...

Re: gg_stats issue

PostPosted: Mon Jul 13, 2009 11:27 am
by higgsy
What files do i have to get read write permissions on?
as mine shows up as Just one winner and thats it.
ie:

Higgsy 1 wins. then when anyone else wins it does nothing, its running on a windows box so im guess that the chmod's are ok because its windows any ideas why mine isnt working?

Re: gg_stats issue

PostPosted: Mon Jul 13, 2009 11:09 pm
by higgsy
ok it doesnt do that say if there are two players on the server

Higgsy and Deadpool

if i win it shows

Higgsy 1 wins

if deadpool wins it shows

Deadpool 1 wins

will never show any more... what does this mean whats going on?