> 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/manuals/d2pve/recmode.md).

# 3. Recording Mode

| ***Found under*** <img src="/files/QD9qVpfY3MElYlZAzy8a" alt="" data-size="line">**Settings&#x20;*****in D2 PVE GAMEPACK**,* "**Recording Mode**" covers options to record Sticks & Buttons, Buttons Only, or Sticks Only. | <img src="/files/pZwY1rStKAPmXKmI4Fcq" alt="" data-size="original"> |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |

**Sticks & Buttons** will record buttons & analog stick movements.  Sticks will be recorded digitally in a simplified (or downgraded) form, translating to 8-way directions at 100% tilt.  Triggers will be recorded digitally at 100% pressed.

***

**Buttons Only** will record buttons, but NOT analog stick movements.  Triggers will be recorded digitally at 100% pressed.

* If your combo is going to require complex analog stick movements, recording analog sticks is pointless, as you will need to manually operate the sticks during playback anyway.  Therefore, this option works also well with "**Controller Interrupt Behavior**: **Pass**-**Through Inputs**".

***

**Sticks Only** will record analog stick movements but NOT buttons.  Sticks will be recorded digitally in a simplified (or downgraded) form, translating to 8-way directions at 100% tilt.

***

After making your selection, <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tap the <img src="/files/dpReF9U32yw5i8PfsY5K" alt="" data-size="line">back-arrow at the top-left to return to the Dashboard.


---

# 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/manuals/d2pve/recmode.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.
