HarpyWar / nfsuserver

Server emulator for the game Need For Speed: Underground
100 stars 28 forks source link

Open rusers.dat and stat.dat #13

Open AtmelMk51 opened 1 year ago

AtmelMk51 commented 1 year ago

Hi. Thanks for the server. Its works fine. But for better communication, users had to be connected to a my VPN server. With VPN there were 5/6 cells of communication quality in game. Without VPN 2/6 and the races did not start.

BTW How to open and edit these files? rusers.dat and stat.dat For example, someone forgot their username or password. Or look at statistics?

With respect.

HarpyWar commented 1 year ago

There are no ready tools to modify these files, but you can try to do it yourself in hex editor or write own program based on the source code: ServerClass::LoadSettings() ServerClass::LoadStat() Structures RegUser and PlayerStat are in server.h

HarpyWar commented 1 year ago

Web statistics script which gathers info from the server port 10980 https://github.com/HarpyWar/nfsuserver/tree/master/web/stats