No description
Find a file
Henning Storck b3deeb94fc
All checks were successful
/ build (push) Successful in 19s
Rename .github to .forgejo
2026-04-30 06:20:08 +02:00
.forgejo/workflows Rename .github to .forgejo 2026-04-30 06:20:08 +02:00
.mvn/wrapper Add Maven wrapper 2026-04-30 06:13:30 +02:00
docs Add API documentation 2026-04-24 07:19:14 +02:00
src/main/java/com/henningstorck/tswrealweather Use full title 2026-01-21 20:28:10 +01:00
.editorconfig Add EditorConfig 2025-12-06 07:15:23 +01:00
.gitignore Initial commit 2025-12-06 07:15:23 +01:00
mise.toml Add mise 2025-12-06 07:15:23 +01:00
mvnw Add Maven wrapper 2026-04-30 06:13:30 +02:00
mvnw.cmd Add Maven wrapper 2026-04-30 06:13:30 +02:00
pom.xml Update dependency tools.jackson.core:jackson-databind to v3.1.2 2026-04-17 02:06:33 +00:00
README.md Use full title 2026-01-21 20:28:10 +01:00
renovate.json Use Renovate presets 2026-04-01 05:52:07 +02:00

Train Sim World Real Weather

This application brings real weather into Train Sim World. Based on the train location, the weather data is loaded from Open-Meteo and updated every few minutes.

Setup

  1. Add the -HTTPAPI parameter as start parameter.
    • Steam: Find Train Sim World in your Steam Library, right click on it and select Properties. From the dialog that opens, select the General tab (which should be the default) and observe the Launch options section. Add the parameter there.
  2. Start the game and let it create an API key.

Usage

Once the setup is done, all you need to do is to start this application together with the game. You're game weather should be updated automatically as soon as you start a trip.

To do

  • Update wind
  • Update snow
  • Fine-tune fog density
  • Add compatibility with development builds
  • Transition between weather updates

This project is not affiliated with Dovetail Games nor Train Sim World.