Configuration
Settings
Pick which observed player is "me". Used for streaks, head-to-head, and rematch summaries.
Me
No me setRocket League Stats API config
The Rocket League DefaultStatsAPI.ini file lives on the local machine, so it is now configured from the agent rather than the web UI.
From the repo root, run:
dotnet run --project RocketStats.Agent -- \ --write-rl-config "<path to>\DefaultStatsAPI.ini" 60 49123
Or hand-edit the file directly (set PacketSendRate above 0 and the Port the agent should listen on, default 49123).