# No Limits 2

## Connection Method

**TCP** — No Limits 2 sends telemetry data over TCP when launched with the appropriate command-line arguments.

* **Default Port**: `15151`

> **Note**: The demo version of No Limits 2 does not support telemetry output. You must have the full version.

## Setup Steps

### Non-Steam Version

1. Create a shortcut to the `nolimits2app.exe` file.
2. Right-click it and choose **Properties**.
3. In the **Target** field, add the following parameters: `--telemetry --telemetryport=15151`

<figure><img src="/files/gD8PXLCKTno4myWOu1Z7" alt=""><figcaption></figcaption></figure>

### Steam Version

1. In your Steam library, right-click **NoLimits 2 Roller Coaster Simulation**.
2. Select **Properties**.
3. Click **Set Launch Options...** and add: `--telemetry --telemetryport=15151`

<figure><img src="/files/hWW2Trn7UNgMLJtwzZiV" alt=""><figcaption></figcaption></figure>

## Available Telemetry

* **Orientation**: Pitch, Roll, Yaw
* **Acceleration**: Full 3-axis G-forces
* **Speed**: Coaster speed

### Telemetry Quality: ★★★★☆

## Recommended Starting Settings

Roller coasters produce extreme forces:

* **Primary Cue Gain**: 30–60% (coasters produce very high G-forces)
* **Smoothing**: Low
* **Washout**: High — sustained forces during loops and turns
* **Safety Limits**: Strongly recommended

## Troubleshooting

### No telemetry data

1. Verify the launch options include `--telemetry --telemetryport=15151`.
2. Make sure you are riding a coaster (not in the editor or menus).
3. Confirm you have the **full version** (not the demo).
4. Restart both No Limits 2 and DR Sim Manager.


---

# 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/no-limits-2.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.
