> For the complete documentation index, see [llms.txt](https://guide.strikepack.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide.strikepack.com/horizon-es/manuals/gamepack/generators/solucion-de-problemas.md).

# Solución de problemas

#### Solución de problemas de los generadores: <a href="#recplayhelp" id="recplayhelp"></a>

{% hint style="danger" %}
Problema: El generador está yendo a lugares equivocados o "rompiéndose".
{% endhint %}

{% hint style="warning" %}
Causa: Probablemente hayas omitido un paso en las instrucciones o requisitos, o hayas iniciado el generador en la ubicación incorrecta dentro del juego.
{% endhint %}

{% hint style="success" %}
Solución: Sigue exactamente las instrucciones del generador. Los generadores pueden volverse peligrosos si se activan en el lugar incorrecto sin los requisitos adecuados, especialmente cuando los juegos están llenos de botones de microtransacciones. Si estás seguro de que estás haciendo todo correctamente, es posible que la interfaz de usuario del juego o el tiempo hayan cambiado. Ponte en contacto con el soporte.
{% endhint %}

{% hint style="danger" %}
Problema: Los menús del juego aparecen al usar Controller Shortcuts, o la respuesta en el juego del <img src="/files/4018cb8bb1f686428e63dd8784ecec99b5cd4040" alt="" data-size="line">El botón VER parece tener un ligero retraso.
{% endhint %}

{% hint style="warning" %}
Causa: El VIEW <img src="/files/4018cb8bb1f686428e63dd8784ecec99b5cd4040" alt="" data-size="line">El ACTIVADOR solo realiza su función normal de juego cuando se SUELTA RÁPIDAMENTE o se MANTIENE PRESIONADO LIGERAMENTE MÁS TIEMPO.
{% endhint %}

{% hint style="success" %}
Solución: Usa rápidamente los Controller Shortcuts, antes de que pueda aparecer un menú en el juego.
{% endhint %}

{% hint style="danger" %}
Problema: Los Controller Shortcuts NO funcionan o son inconsistentes.
{% endhint %}

{% hint style="warning" %}
Causa: Es probable que los Controller Shortcuts se estén presionando en el orden incorrecto.
{% endhint %}

{% hint style="success" %}
Solución: El orden en que se presionan los Controller Shortcuts importa. "Mientras MANTIENES PRESIONADO <img src="/files/4018cb8bb1f686428e63dd8784ecec99b5cd4040" alt="" data-size="line">ACTIVATOR..." significa que debes mantenerlo presionado antes de pulsar el otro botón. Esto puede ser una fracción minúscula de tiempo, pero el Activator siempre debe mantenerse presionado primero.
{% endhint %}


---

# 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.strikepack.com/horizon-es/manuals/gamepack/generators/solucion-de-problemas.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.
