> 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-es/guias-de-configuracion/guia-de-inicio-rapido/paso-5-gamepacks-y-scripts.md).

# PASO 5: Gamepacks y scripts

Felicitaciones por completar con éxito [**PASO 4: Configuración del controlador**](/zen-es/guias-de-configuracion/guia-de-inicio-rapido/paso-3-configuracion-del-control.md)!

Si todo ha funcionado sin problemas hasta ahora, tu controlador está listo para usarse, ¡así que vamos con los M.O.D.s!

Desglosémoslo: tanto **Paquetes de juego** y **Scripts** pueden usarse para M.O.D.s. Sin embargo, difieren significativamente en opciones de personalización, funcionalidad y dificultad.

***

<mark style="color:naranja;">**Paquetes de juego**</mark> son tu opción para una experiencia sin complicaciones. Vienen preconfigurados por expertos y se actualizan con frecuencia con los últimos ajustes del juego: desde armas hasta patrones de retroceso. El código fuente no está disponible para los Paquetes de juego.

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

***

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

***

<mark style="color:naranja;">**Scripts**</mark>, mientras tanto, son la opción de bricolaje. Escritos en el lenguaje GPC basado en C y de código abierto, los scripts permiten una mayor flexibilidad para usuarios más avanzados.

Puedes ver los scripts en el Panel de Biblioteca de Zen Studio, o también puedes ver la biblioteca completa de GPC aquí: [**cronus.support/gpclib**](https://cronus.support/gpclib)

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

***

Ve directamente a nuestras **Guías de Paquetes de juego** :point\_left: y desbloquea todas las herramientas para elevar tu experiencia de juego con Cronus.


---

# 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-es/guias-de-configuracion/guia-de-inicio-rapido/paso-5-gamepacks-y-scripts.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.
