Ever wanted to know what time, day, season and crop calendar it was on a multiplayer server while you were not playing? This simple web-app is for you. Enter the in-game time details when needed to re-align with the MP server, and the script will keep track of it. Server had a glitch or downtime? No issues, just click on "Sync" again and update the details.
Features
- In-Game Clock — live FS25 time display that runs forward in real time from a sync anchor. Tracks day/night periods (including if using the FastNight Mod by Aquehri) and displays the current season, date, and year.
- Crop Activity — shows which crops are available to sow and harvest this month, plus what's coming next month. Updates automatically as the clock ticks.
- Crop Calendar — full-year Gantt chart covering all 25 FS25 standard base-game crops (no mods required), with sow and harvest windows highlighted. The current in-game month is marked so you can see at a glance where you are in the season.
How to Use
- Open the app in your browser.
- Click Sync on the In-Game Clock card.
- Set Days per Month to match your FS25 game setting (default is 4).
- Enter your current in-game date, time, and the day/night speed multipliers from your FS25 game settings (or Night Speed if using the FastNight Mod by Aquehri).
- Click Save & Sync. The clock starts running immediately.
- Share the link with your MP session mates — each player syncs their own browser.
Settings are saved to your browser's local storage. Refreshing the page will not lose your sync.
How the Clock Sync Works
FS25's in-game time runs faster than real time. The game uses separate speed multipliers for daytime (06:00–21:30) and night-time (21:30–06:00). When you sync, the app records:
- The exact in-game date and time you entered (converted to total in-game seconds)
- The real-world timestamp at the moment you pressed Save
- Your day and night speed multipliers
Every 15 seconds, the app calculates how many real seconds have passed since the sync, advances through day/night periods at their respective speeds, and converts the result back to an in-game date and time.
FS25's year starts in March. Month 1 = March, Month 12 = February. The number of days per month is configurable (1–28) to match your FS25 game setting — default is 4.
Each player syncs independently. There is no shared state between players. Each person opens the app, enters the same in-game date/time (as agreed in the session), and their clock runs from that anchor.
Copyright & Usage
© 2026 O'Connor Digital Marketing. All rights reserved.
This app is provided for personal, non-commercial use only. You are welcome to use it freely, but you may not reproduce, redistribute, modify, resell, or create derivative works from any part of this project without explicit written permission from the author.
Changelog
v1.3.0 — 2026-03-18
- Added logo and favicon
- Renamed app to Farm Sim Companion for FS25
- Added Help & Feedback tooltip in the header
- Mobile header improvements — icon-only buttons on small screens
- Footer O'Connor Digital Marketing link added
v1.2.0 — 2026-03-17
- Added How to Use button in the header — opens a modal with features overview, step-by-step usage guide, and clock sync explanation
- Added Buy Me a Coffee button to the footer
- Updated footer copyright line
v1.1.0 — 2026-03-17
- Added configurable Days per Month (1–28) to the Sync modal, matching the FS25 game setting
- Day select in the Sync modal now populates dynamically based on the Days per Month value
- All clock math (igSecsToDateTime, dateTimeToIgSecs) now uses the saved daysPerMonth setting
- Default remains 4 days per month for backwards compatibility
v1.0.0 — 2026-03-17
- Initial release
- In-Game Clock panel with live FS25 time, season display, and day/night speed tracking
- Sync modal — enter in-game date, time, and speed multipliers without browser dialogs
- Crop Activity panel showing Sow Now, Harvest Now, and Coming Next Month columns
- Full-year Crop Calendar Gantt chart for all 25 standard base-game crops
- Current month column highlighted in the Gantt chart
- Dark and light theme with toggle, persisted to local storage
- Fully responsive — stacks to single column on mobile
- FastNight Mod by Aquehri supported via the Night Speed field