> 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/einrichtungsanleitungen/schnellstartanleitung/schritt-5-gamepacks-and-skripte.md).

# SCHRITT 5: Gamepacks & Skripte

Herzlichen Glückwunsch zum erfolgreichen Abschluss von [**SCHRITT 4: Controller-Einrichtung**](/zen-de/einrichtungsanleitungen/schnellstartanleitung/schritt-3-controller-einrichtung.md)!

Wenn bisher alles reibungslos läuft, ist Ihr Controller einsatzbereit — also lassen Sie uns mit M.O.D.s loslegen!

Lassen Sie es uns aufschlüsseln: sowohl **Gamepacks** und **Skripte** können für M.O.D.s verwendet werden. Sie unterscheiden sich jedoch erheblich in Bezug auf Anpassungsmöglichkeiten, Funktionalität und Schwierigkeitsgrad.

***

<mark style="color:orange;">**Gamepacks**</mark> sind Ihre erste Wahl für ein problemloses Erlebnis. Sie werden von Experten vorkonfiguriert geliefert und häufig mit den neuesten Ingame-Anpassungen aktualisiert – von Waffen bis zu Rückstoßmustern. Der Quellcode ist für Gamepacks nicht verfügbar.

<div align="left"><figure><img src="/files/41b837200fcf1c159b1d2e06606c1d0895ef4254" alt=""><figcaption></figcaption></figure></div>

***

<div align="left"><figure><img src="/files/5e96af4720896f2571bb31da56f1f454182c406c" alt=""><figcaption></figcaption></figure></div>

***

<mark style="color:orange;">**Skripte**</mark>, hingegen, sind die DIY-Option. In der quelloffenen, C-basierten GPC-Sprache geschrieben, ermöglichen Skripte fortgeschritteneren Nutzern größere Flexibilität.

Sie können Skripte im Library-Panel von Zen Studio ansehen, oder Sie können auch die vollständige GPC-Bibliothek hier einsehen: [**cronus.support/gpclib**](https://cronus.support/gpclib)

<div align="left"><figure><img src="/files/ca3b83f30ce5a69278daa097a195765e0bc97cc5" alt=""><figcaption></figcaption></figure></div>

***

Springen Sie direkt zu unseren **Gamepack-Anleitungen** :point\_left: und schalten Sie alle Werkzeuge frei, um Ihr Cronus-Gameplay zu verbessern.


---

# 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/einrichtungsanleitungen/schnellstartanleitung/schritt-5-gamepacks-and-skripte.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.
