> For the complete documentation index, see [llms.txt](https://guide.cronuszen.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.cronuszen.com/zen-de/maus-and-tastatur/nativ-vs.-emulation.md).

# Nativ vs. Emulation

Das Verständnis des Unterschieds zwischen nativer Maus- und Tastaturunterstützung und Maus- und Tastaturemulation ist entscheidend, um zu wissen, wie deine Eingaben im Spiel verarbeitet werden.

***

### <i class="fa-arrow-right-arrow-left">:arrow-right-arrow-left:</i> Der Unterschied <a href="#difference" id="difference"></a>

**Nativ** bedeutet, dass das Spiel Maus- und Tastatureingaben direkt akzeptiert. Deine Eingabe geht direkt von Maus und Tastatur in den PC oder die Konsole.

**Emulation** bedeutet, dass deine Maus und Tastatur in Controller-Eingaben übersetzt werden. Deine Eingabe geht zuerst in den Cronus Zen™ und von dort in den PC oder die Konsole.

***

### <i class="fa-circle-question">:circle-question:</i> Warum Emulation nötig ist <a href="#why" id="why"></a>

Die meisten Konsolenspiele unterstützen keine nativen Maus- und Tastatureingaben. Emulation umgeht dies, indem sie die Konsole deine Maus und Tastatur als Standard-Controller erkennen lässt.

***

### <i class="fa-scale-balanced">:scale-balanced:</i> Welche du verwenden solltest <a href="#comparison" id="comparison"></a>

<table data-search="false"><thead><tr><th></th><th align="center">Nativ</th><th align="center">Emulation</th></tr></thead><tbody><tr><td>Zielhilfe</td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark></td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td></tr><tr><td>Funktioniert in jedem Spiel</td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark> — nur ausgewählte Titel</td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td></tr><tr><td>M.O.D.- und Skriptunterstützung</td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark></td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td></tr><tr><td>Empfindlichkeit, Glättung, Totzonen-Feinabstimmung</td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark></td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td></tr><tr><td>Benutzerdefinierte Tastenbelegung</td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark></td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td></tr><tr><td>Rohe, nicht umgewandelte Eingabe</td><td align="center"><mark style="color:grün;"><strong>Ja</strong></mark></td><td align="center"><mark style="color:rot;"><strong>Nein</strong></mark></td></tr><tr><td>Einrichtung erforderlich</td><td align="center"><mark style="color:grün;"><strong>Keine</strong></mark></td><td align="center">Zen Studio, Profilimport und Feinabstimmung</td></tr></tbody></table>

#### Nativ <a href="#native" id="native"></a>

Die Eingabe geht direkt ins Spiel, ohne dass etwas eingerichtet werden muss. Spiele behandeln dich jedoch als PC-Spieler, daher gibt es keine Zielhilfe, nur ausgewählte Titel unterstützen dies, und Skripte können nicht verwendet werden.

#### Emulation <a href="#emulation" id="emulation"></a>

Funktioniert in jedem Spiel, behält die Zielhilfe des Controllers bei und unterstützt Skripte, benutzerdefinierte Tastenbelegung und detaillierte Feinabstimmung. Der Kompromiss besteht darin, dass deine Eingabe konvertiert statt roh ist und eine anfängliche Einrichtung in Zen Studio erforderlich ist.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://guide.cronuszen.com/zen-de/maus-and-tastatur/nativ-vs.-emulation.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
