PocketRelay / Server

Mass Effect 3 Rust Server Emulator, LAN and WAN private server
https://pocket-relay.pages.dev/
MIT License
12 stars 4 forks source link

Task: Persistent leaderboards #60

Closed jacobtread closed 9 months ago

jacobtread commented 9 months ago

Description

This change will persist leaderboard rankings and values in the database using the values provided through the GameReporting->SubmitOfflineGameReport (0x001c->0x0002) packets

image

This will prevent the need for the costly computation required to compute the leaderboard whenever it expires

Checklist

jacobtread commented 9 months ago

Working implementation on branch 60-task-persistent-leaderboards, needs to be fully tested and cleaned up before merging across

jacobtread commented 9 months ago

Implemented tested and is working correctly