SE adds a new tab to the in-game Statistics screen that displays all achievements and farm statistics for the active savegame.
Adds a new "Statistics Extended" tab into the existing statistics menu. The tab is split into two sections.
- Name : The achievement's display name
- Description : A description of what I believe to be the unlock condition
- Progress : Current progress toward the target. Shows "Unlocked" once the achievement is earned
Displays all achievements registered with
g_achievementManager.
- Statistic : Display name of the statistic
- Session : The value accumulated in the current play session
- Total : The all-time total for the savegame Displays raw farm stats from the active save, covers breeding counts, distances traveled, field area worked, time spent on tasks, resource usage, harvests, bales, wood, and more. Some of these are duplicated from the existing "Statistics" tab
- Download
FS25_StatsExtended_update.zipfrom the latest release on the releases page - Move your downloaded copy of
FS25_StatsExtended_update.ziptoDocuments\My Games\Farming Simulator 2025\mods
git archive -o FS25_StatsExtended.zip HEAD
Create and push a tag on the desired release commit following the pattern [0-9]+.[0-9]+.[0-9]+.[0-9]+
git tag <tagname>
git push origin <tagname>