Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Spamming the boards! Scarhand's Avatar
    Join Date
    Feb 2011
    Replies
    98
    Country
    United States
    Clan
    -=PDP=-
    Maybe not a separate mod, but get popular mods to make them "TB compliant". If they don't make it TB compliant, servers are less likely to use the mod because they will lose players who want to rate, as an incentive. Maybe the mod addition could feature GUID based tracking, rather than playernames, to prevent the massively hated name change and such to cancel bad sessions.


  2. #2
    Chief Paul's Avatar
    Join Date
    Sep 2010
    Replies
    688
    Country
    Netherlands
    Xfire
    trackbase
    Steam
    trackbase
    Clan
    tb.
    Would be lovely though, but we don't have resources for it.

  3. #3
    Spamming the boards! Dragonji's Avatar
    Join Date
    Oct 2010
    Replies
    444
    Country
    Poland
    Xfire
    dragonji
    Steam
    dragonji
    Clan
    sKy-e
    Separate TBMod which would be the only one to rate on? Sounds terrible, it would make ET almost dead IMHO...

    Clanpage || --------------------------------------------------------------------- || sKy.eSports Clan

  4. #4
    Spamming the boards! testforecho's Avatar
    Join Date
    Oct 2011
    Replies
    103
    Quote Originally Posted by Paul View Post
    Would be lovely though, but we don't have resources for it.
    Yeah, unless you take a mod which is already bug free, and with source code available, it would take some work and it wouldn't be necessarily better than the actual system... I have some (basic) modding experience and I can't think about what I could add, to make it definitely better than k/d score.

    Maybe a player id to avoid renaming, or an elo-based score similar to etpub's k/d score... getstatus is in the game engine, not in mods, so if you wanna still use it you have to change xp, because that's what getstatus shows. Or implement a totally different thing, which means much more work. All in all it wouldn't be such a big improvement over the system you are already doing. So np

    Quote Originally Posted by Dragon View Post
    Separate TBMod which would be the only one to rate on? Sounds terrible, it would make ET almost dead IMHO...
    Actually everyone got his own idea about what killed/kills/could kill ET, that is yours, mine could be (and probably is) different, everyone likes a different kind of play. I understand what you mean, though, because for you rating probably means killing a lot of noobs in laggy servers full of players, while with a rating mod there would be only few raters there, and no noobs. For someone it could be nicer for others boring. I respect your opinion.

  5. #5
    Chief Paul's Avatar
    Join Date
    Sep 2010
    Replies
    688
    Country
    Netherlands
    Xfire
    trackbase
    Steam
    trackbase
    Clan
    tb.
    Quote Originally Posted by Dragon View Post
    Separate TBMod which would be the only one to rate on? Sounds terrible, it would make ET almost dead IMHO...
    That will never happen, all mods should be fair and be ratable for sure

  6. #6
    Developer giriel's Avatar
    Join Date
    Oct 2010
    Replies
    233
    Country
    Belgium
    Xfire
    giriel
    Clan
    -TB#
    Perhaps you guys have noticed but the k/d scores were fucked up.
    Seems like the statistics we get aren't really consistent so I had to remove this fix again, srry guys.
    I'll try to find another way.

  7. #7
    Spamming the boards! testforecho's Avatar
    Join Date
    Oct 2011
    Replies
    103
    Quote Originally Posted by giriel View Post
    Perhaps you guys have noticed but the k/d scores were fucked up.
    Seems like the statistics we get aren't really consistent so I had to remove this fix again, srry guys.
    I'll try to find another way.
    yeah I noticed, but, how come you get all those weird values? Do you get them wrong from the server, or it's the calculation you do after, that screws them up?
    I don't know exactly how you connect, but I guess you should be able to check the gamestate and all the stuff like a regular client, right?

    Are you checking that gamestate is GS_PLAYING (that is, 0) or maybe also GS_INTERMISSION (3)? You could wait some extra seconds after the warmup is over.

    edit:
    Actually the real problem should be xp, since you have xpsave and you need to know how much xp you have at the start. Player stats (k/d) instead, are resetted after every round, if it was only that you could even read them once at the end of the game, since you know how much time every player has played (shown at the end of the round, and it can be read by clients)

    edit2:
    if you don't have a real client (since I don't know the details I can't really help), you have those command strings ("sc0", "sc1") in the stream of data the server sends, there you should have all clients score and also how much time they have played up to then
    Last edited by testforecho; 14-12-2011 at 09:21.

  8. #8
    Spamming the boards! HellfiG's Avatar
    Join Date
    Oct 2010
    Replies
    139
    Country
    Belgium
    Xfire
    leaderplop
    Quote Originally Posted by giriel View Post
    Perhaps you guys have noticed but the k/d scores were fucked up.
    Seems like the statistics we get aren't really consistent so I had to remove this fix again, srry guys.
    I'll try to find another way.
    I did. More and more maps with several players getting an amount of +200 kills
    Looks cool though...

  9. #9
    Developer giriel's Avatar
    Join Date
    Oct 2010
    Replies
    233
    Country
    Belgium
    Xfire
    giriel
    Clan
    -TB#
    darn testforecho you just made an awesome point
    I wasn't aware the warmup was given with the gamestate, that makes things a bit easier.

    But it isn't a fix to our problem, we sometimes get wrong values from the servers.
    The current technique just compared 2 consecutive values and saw whether they were increasing or equal.
    If this ain't the case then we know it is a player who rejoined the game and lost his/her stats.
    But somehow the consecutive values aren't always correct

Page 2 of 2 FirstFirst 12

Posting Permissions