UT2004-Coding-Projects / 3SPNC

A version of 3SPN built without using a separate stats server.
GNU General Public License v3.0
2 stars 1 forks source link

0 ppr / ppr for specs / stats bugs #1

Closed hvownij closed 3 years ago

hvownij commented 3 years ago

From hv:

Also stats has a issue Gonna add to issue list 0.0 is recording randomly for ppr for players Even when ingame for full game I let horst guys know They are also looking into a fix for it Guessing for this one we want to not record less than .3 or something... for the stats bug... it appears to me from the behavior and other things ive found out from horst discord That this all could be related to spectators being recorded as players in the stats 0.0 could be given to a spectator who is just watching. Also you can get 12 ppr for ex and spec... then rejoin and you keep 12 ppr even after rounds go by. Its doing something fishy with spectators is my guess


m|x Mercury had a highscore of 101, server rebooted and poofy was again the leader with 94 pts.

hvownij commented 3 years ago

-- End result = We need to split servers from using the same INI file. End of night / off hours, reboot the servers. Compare the INI files and merge the data together for the users that played on multiple servers. Update highscore info is there is one different on one of the servers.

UT2004 is locking the stats .ini file this is expected behavior as it uses the SaveConfig class to save the info to the ini file. Not much we can do. Closing this issue for now and can reopen if there are new developments.