[Freeciv-Dev] Re: (PR#9321) pubserver rankings are based on player name
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://rt.freeciv.org/Ticket/Display.html?id=9321 >
Hi!
Nice to see there're patches and progression on this area. If you guys
can provide me some gamelogs in this new format (unfortunatelly i don't
have time to play these days) i'll adapt the ranking script to this.
Only 1 question: Unassigned means unidentified player right? Do you
think it's a good idea to let unidentified players play in these games?
I think have separated authed(and ranked) an non-authed(funplay, w/o
ranking) ports is better solution.
thx, hirisov
2004-09-26, v keltezéssel 08:03-kor Mike Kaufman ezt írta:
> <URL: http://rt.freeciv.org/Ticket/Display.html?id=9321 >
>
> here is a patch which adds usernames to the gamelog. I've added a
> version identifier string to the top of the gamelog, so the parsers
> know what to do.
>
> I've changed the previous format a bit so that the parser won't get
> confused on strange UTF-8 names (that might have commas in them)
>
> The format is thus:
>
> Freeciv Gamelog - v2.0 <--- version string
> 0 Starting new log
>
> < map >
>
> NATION 0,Romans
> NATION 1,Babylonians
> NATION 2,Galicians
> -4000 USER 0,Unassigned,1,1,Caesar
> -4000 USER 1,kauf,1,0,Hammurabi
> -4000 USER 2,Unassigned,1,1,Hermerico
>
>
> NATION player_no, nation_name
> year, USER player_no, username, connecting, ai controlled, playername
>
> -3950 A Coruña (8, 21) founded by the Galicians
> *** 1: Babylonians(2) 2: Galicians(2) 3: Romans(1)
> RANK 1,4|2,4|0,3|
> STATUS 1,kauf,0,1,4|2,Unassigned,1,0,4|0,Unassigned,1,0,3|
> -3900 USER 1,kauf,0,1,Hammurabi
> -3850 Beneventum (41, 21) founded by the Romans
> *** 1: Romans(2) 2: Babylonians(2) 3: Galicians(2)
> RANK 0,4|1,4|2,4|
> STATUS 0,Unassigned,1,0,4|1,kauf,1,0,4|2,Unassigned,1,0,4|
> -3800 Lagash (66, 30) founded by the Babylonians
>
>
> RANK player_no,rank|player_no,rank|etc
> STATUS player_no,username,skill_level,rank|etc
>
> I need feedback, especially from those of you who maintain the files that
> parse the gamelog.
>
> -mike
|
|