# Farming Simulator 2025

## Connection Method

**Shared Memory (Mod)** — A DRSM telemetry mod writes vehicle data to shared memory.

## Automatic Setup

1. Launch Farming Simulator 2025 at least once, then exit the game.
2. Select **Farming Simulator 2025** as your source in DR Sim Manager.
3. Click the **Settings** icon (⚙) next to the source.
4. Click **Install FS2025 Telemetry Mod** — this will automatically copy the required mod to your Farming Simulator 2025 mods folder.
5. Click **Check Installation** to verify the mod was installed correctly.
6. Launch Farming Simulator 2025 and make sure mods are enabled in the game settings.

## Manual Setup

If you prefer to install the mod manually:

1. Navigate to the DR Sim Manager plugins folder:

   ```
   C:\Users\<Username>\AppData\Local\DRSimManager\Plugins\FarmingSimulator2025\
   ```
2. Copy the file `DRSM_Telemetry.zip` to your Farming Simulator 2025 mods folder, typically located at:

   ```
   C:\Users\<Username>\Documents\My Games\FarmingSimulator2025\mods\
   ```
3. Launch Farming Simulator 2025 and ensure mods are enabled.

## Available Telemetry

* **Orientation**: Pitch, Roll, Yaw
* **Acceleration**: G-forces
* **Speed**: Vehicle speed

### Telemetry Quality: ★★★☆☆

## Recommended Starting Settings

Farming vehicles typically move at low speeds with gentle motions:

* **Primary Cue Gain**: 80–100%
* **Smoothing**: Low to medium
* **Washout**: Low to medium

## Known Quirks

* **Mods must be enabled**: After installing the telemetry mod, you must ensure mods are enabled in the game settings.
* **Vehicles only**: Motion data is active only while driving a vehicle in-game.

## Troubleshooting

### No telemetry data

1. Verify the mod is in the correct mods folder.
2. Ensure mods are enabled in the Farming Simulator settings.
3. Make sure you are driving a vehicle.
4. If telemetry stops working after a game update, re-install the mod using the automatic setup.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.departedreality.com/dr-sim-manager/general/sources/farming-simulator-2025.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
