Search found 18 matches

Go to advanced search

by FlyveHest
Tue May 19, 2009 4:11 am
Forum: UTStatsDB
Topic: auto parse
Replies: 12
Views: 10258

Re: auto parse

On a Windows box, you will need an external tool to "trigger" the parse, I use cURL, which works perfectly (note, cURL can do a LOT more than just trigger a webpage, but, its small, efficient, and works.

You can get it here

http://curl.haxx.se/latest.cgi?curl=win32-nossl

Then, make a bat file ...
by FlyveHest
Tue May 05, 2009 2:43 am
Forum: UTStatsDB
Topic: Wait until match is launched, to write stats?
Replies: 0
Views: 27356

Wait until match is launched, to write stats?

Hi,

I just noticed that the statsfiles are written when the map is spawned, and not when the match actually begins, which can lead to a little confusion, because the matchtime will be reported wrong. (Again, its not a very big deal, I just noticed it)

For instance, if I start the server at 12:00 ...
by FlyveHest
Mon May 04, 2009 9:35 am
Forum: UTStatsDB
Topic: Do not show bots at all?
Replies: 3
Views: 3246

Re: Do not show bots at all?

I have numplay=0 in my config, and normally there aren't any bots, but it seems like if you join a match (server is running 20 minute limit), and everybody leaves before time, UT3 spawns a bot. (It gets killed off as soon as someone joins)

Its not a biggie, I just wondered if you could remove them ...
by FlyveHest
Sun May 03, 2009 11:45 pm
Forum: UTStatsDB
Topic: Do not show bots at all?
Replies: 3
Views: 3246

Do not show bots at all?

Is it possible to totally exclude bots from ever being shown?

I have, in the main config, disabled anything related to bots, but they still show up in the match statistics, as can be seen here, http://www.gladblad.dk/ut3/matchstats.php?match=44

Is it possible to disable bots from appearing ...
by FlyveHest
Tue Apr 28, 2009 2:38 am
Forum: UTStatsDB
Topic: Is serverquery working?
Replies: 4
Views: 3780

Re: Is serverquery working?

I can see in the INI files that the default query port is 6500 also, do I need to enable being able to query the server in the commandline or INI files somewhere?

Maybe I should note that I am running this server on a LAN, I don't know i UT3 disables query-ability when running on a LAN? (The server ...
by FlyveHest
Tue Apr 28, 2009 2:10 am
Forum: UTStatsDB
Topic: Is serverquery working?
Replies: 4
Views: 3780

Re: Is serverquery working?

I just downloaded serverquery.php from SVN (are other files necessary, or it that the only one related to querying servers?)

Still no dice .. I tried specifying -queryport 6500 on my commandline, but I can see that UT3 doesn't bind to or listen to that port at all (it uses 7777, 13000 and 14001 ...
by FlyveHest
Tue Apr 28, 2009 12:19 am
Forum: UTStatsDB
Topic: Is serverquery working?
Replies: 4
Views: 3780

Is serverquery working?

I just tried enabling serverquery, but I get nothing but "Server is offline or not responding"

Checking my servers log, I can see the following lines every time I reload the frontpage

NetComeGo: Open TheWorld 04/28/09 08:59:05 192.168.0.13:3683
NetComeGo: Close TcpipConnection_4 192.168.0.13:3683 ...
by FlyveHest
Fri Apr 24, 2009 6:19 am
Forum: UTStatsDB
Topic: SpeedMod Mutator
Replies: 5
Views: 3989

Re: SpeedMod Mutator

As far as I know, its not possible to change the gamespeed "normally", it has to be done via a mutator.

But, I am writing my own mutator for this now, what is it exactly that UTStats is looking for (i'll just change it by hand in the existing logs), and, then i'll have a look at implementing this ...
by FlyveHest
Fri Apr 24, 2009 12:02 am
Forum: UTStatsDB
Topic: SpeedMod Mutator
Replies: 5
Views: 3989

Re: combo not showing up in matches be in player records

Logs PMed to you.

On another note, I had to revert to 3.06 instead of the SVN version, as I couldn't import logs when using the SVN version.
by FlyveHest
Thu Apr 23, 2009 6:46 am
Forum: UTStatsDB
Topic: SpeedMod Mutator
Replies: 5
Views: 3989

SpeedMod Mutator

I'm using the SpeedMod Mutator and have the gamespeed set at 25%, the 20 minute matches are logged as only taking 5 minutes (via the chatlog, and connection log)

I have the latest UTStatsDB version from SVN (build 118)

Are you checking the gamespeed by looking for the specific speedup/slowdown ...
by FlyveHest
Thu Apr 23, 2009 2:59 am
Forum: UTStatsDB
Topic: Rocket Scientist / Flak Master in UT3
Replies: 5
Views: 6708

Re: Rocket Scientist / Flak Master in UT3

Super, i'll look forward to it (and save my old logfiles :)
by FlyveHest
Thu Apr 23, 2009 12:17 am
Forum: UTStatsDB
Topic: Rocket Scientist / Flak Master in UT3
Replies: 5
Views: 6708

Re: Rocket Scientist / Flak Master in UT3

Hmm, no bots present during any of the matches, could it be that UT3 awards Flak Master based on other criteria than 15 kills?
by FlyveHest
Wed Apr 22, 2009 2:29 pm
Forum: UTStatsDB
Topic: Rocket Scientist / Flak Master in UT3
Replies: 5
Views: 6708

Re: Rocket Scientist / Flak Master in UT3

Should mention that this is on UT3 2.0 w/ Titan, using SVN version checked out today (22/4/09, I think it was revision 118)
by FlyveHest
Wed Apr 22, 2009 2:16 pm
Forum: UTStatsDB
Topic: Rocket Scientist / Flak Master in UT3
Replies: 5
Views: 6708

Rocket Scientist / Flak Master in UT3

Do these specials work?

I have a couple of these entries in the log

Code: Select all

333.4467 P 256 rocketscientist

Code: Select all

269.7930 P 262 flakmaster
But, they don't seem to be visible on the stats/player pages?
by FlyveHest
Wed Apr 22, 2009 1:45 pm
Forum: UTStatsDB
Topic: UT3 logs not uploading for me :(
Replies: 8
Views: 5033

Re: UT3 logs not uploading for me :(

Now that i've moved the stats to the local server, I can't seem to get it to trigger parsing when rounds are done.

I had to go and manually parse the logs from the admin part of the site, even though bParseLogs=True

I just enabled logs for the webserver, so i'll try and see if it actually does try ...
by FlyveHest
Tue Apr 21, 2009 2:19 pm
Forum: UTStatsDB
Topic: UT3 logs not uploading for me :(
Replies: 8
Views: 5033

Re: UT3 logs not uploading for me :(

But, is there any way that I can help you debug this? I'd be happy to help.

For now, I just moved the stats to the server running the UT3 server, and have gotten UTStats to parse the files using a direct directory reference, and it works as intended.

Could you, now that I have your attention, help ...
by FlyveHest
Tue Apr 21, 2009 1:55 pm
Forum: UTStatsDB
Topic: UT3 logs not uploading for me :(
Replies: 8
Views: 5033

Re: UT3 logs not uploading for me :(

The latest, 3.06, just downloaded and setup today.
by FlyveHest
Tue Apr 21, 2009 8:48 am
Forum: UTStatsDB
Topic: UT3 logs not uploading for me :(
Replies: 8
Views: 5033

Re: UT3 logs not uploading for me :(

I'm having the same issues, i've set up my own Stats server (Linux/Apache/PHP), and edited the .INI file (just to be clear, it should be placed together with the .u file, and not in the standard config folder?)

After playing a map, I get the following in the log

ScriptLog: UT3Stats: Closing log ...

Go to advanced search