You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,4 +27,4 @@
27
27
28
28
Planning notes, audits, i18n pipeline, old release copy, and engine reference text live under **[`_internal/`](./_internal/)** — not required for end users.
29
29
30
-
**Versions:** App **4.0.0** · Mod **3.0.0.0** · Build scripts: [../tools/README.md](../tools/README.md)
30
+
**Versions:** App **4.1.0** · Mod **3.1.0.0** · Build scripts: [../tools/README.md](../tools/README.md)
This guide walks you through installing and setting up the **FS25 Farm Dashboard** step-by-step. Follow these instructions **in order** — the mod must come before the Windows app.
5
-
6
-
## Why Mod First?
7
-
8
-
The Windows app **cannot read your farm directly from FS25**. It only reads a file called `data.json` that the **mod creates and updates** while you play.
9
-
10
-
Until you have **loaded a save with the mod enabled** at least once:
11
-
- The game has not created the mod's output folders
12
-
-`data.json` does not exist (or is not being updated)
13
-
- The dashboard shows "**waiting for data**"
14
-
15
-
**Solution:** Mod first (creates the data) → App second (reads the data)
16
-
17
-
---
18
-
19
-
## Stage A — Install the Mod
20
-
21
-
1. Download `FS25_FarmDashboard.zip` from [GitHub Releases](https://github.com/WizardlyPayload/FarmHub/releases)
22
-
23
-
2. Copy the zip file into your FS25 `mods` folder:
24
-
=======
25
3
Step-by-step setup for **FS25 Farm Dashboard**. Follow **stages A–E in order**. Skipping the mod stages is the #1 cause of a blank dashboard.
26
4
27
5
## Why mod first?
@@ -39,45 +17,13 @@ Until you load a save with the mod enabled:
39
17
40
18
## Stage A — Install the mod
41
19
42
-
1. Download **`FS25_FarmDashboard.zip`** from [Releases](https://github.com/WizardlyPayload/FarmHub/releases).
20
+
1. Download **`FS25_FarmDashboard.zip` (3.1.0.0)** from [Releases](https://github.com/WizardlyPayload/FarmHub/releases).
43
21
2. Copy into FS25 mods folder:
44
22
45
-
>>>>>>> Stashed changes
46
23
```
47
24
Documents\My Games\FarmingSimulator2025\mods\
48
25
```
49
26
50
-
<<<<<<< Updated upstream
51
-
**OR** extract it so you have:
52
-
```
53
-
mods\FS25_FarmDashboard\
54
-
├── modDesc.xml
55
-
├── icon.png
56
-
└── src\
57
-
```
58
-
59
-
3. Start **Farming Simulator 25** (the game will detect the mod)
60
-
61
-
---
62
-
63
-
## Stage B — Enable the Mod Per Save
64
-
65
-
**You must do this for every savegame where you want the dashboard to work.**
66
-
67
-
1. Open the game and go to **Mods**
68
-
2. Find and **enable** the **Farm Dashboard** mod for each save
69
-
3.**Load the save and enter the world** (just the main menu is not enough)
70
-
4. Wait ~1 minute for the mod to initialize
71
-
5. Repeat for all other saves
72
-
73
-
⚠️ **Important:** Load the save **into the world**, not just the menu screen. The mod only starts collecting data once you're in-game.
74
-
75
-
---
76
-
77
-
## Stage C — Confirm Data Is Being Written
78
-
79
-
After loading a save with the mod enabled, check for the `data.json` file:
80
-
=======
81
27
**Recommended:** leave as `.zip` (FS25 loads zip mods).
82
28
83
29
**Or extract** so you have:
@@ -110,85 +56,11 @@ Dedicated / rented server: enable the mod **on the server** and load the save th
0 commit comments