> 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/finals/weaponswap/manual.md).

# Manual

"**Manual**" Swap utilizes a feature called the **Loadout Selector**, organizing Weapon Slots into Loadouts, minimizing Dashboard clutter.

* These options greatly benefit games that feature custom in-game loadouts, allowing you to easily match your favourite weapons.

{% tabs %}
{% tab title="Manual" %}

| While <img src="/files/2lTbgkJvbrlMoA8jc7kj" alt="" data-size="line">***ACTIVATOR*** is <img src="/files/WKxGM5nEvfMbZOqHLzmA" alt="" data-size="line">***HELD***, <img src="/files/IDH9ui7OWxRTcEOMhIbn" alt="" data-size="line">***LEFT TRIGGER*** can be <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">***TAPPED*** to cycle through the **4 Loadouts**, whereas your controller's ***FACE*** buttons can be <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">***TAPPED*** to swap between the following positions:                                                                                                                                                          |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| <p><img src="/files/fvVC6wrWV6BWwKVYqLt3" alt="" data-size="line"><mark style="color:yellow;"><strong>Primary</strong></mark> <em>Use In-game Primary</em></p><p><img src="/files/ilkFWEeFpdOXsfrfVtbr" alt="" data-size="line"><mark style="color:red;"><strong>Secondary</strong></mark> <em>Use In-game Secondary</em></p><p><img src="/files/60KiXgw0TMf9wdBWr0BI" alt="" data-size="line"><mark style="color:green;"><strong>Regular</strong></mark> <em>NO Weapon M.O.D.</em></p><p><img src="/files/KTgTEhflcmfesjVzlElM" alt="" data-size="line"><mark style="color:blue;"><strong>Blocked</strong></mark> <img src="/files/9592moAEM7NWTANckpTn" alt="" data-size="line"><em>M.O.D.s Blocked</em></p> |
| On the **Dashboard**, you can <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">tap a slot **once** to swap to it.  Repeated <img src="/files/FTIPMMo2lFVsDuBcyTX7" alt="" data-size="line">taps will cycle the slot between its currently assigned Fire Mode, Regular Fire, & Rapid Fire.                                                                                                                                                                                                                                                                                                                                                                                                        |
| Check which slot is **ACTIVE** via the Dashboard highlight, or RGB LED.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        |
| :warning: If <img src="/files/2lTbgkJvbrlMoA8jc7kj" alt="" data-size="line">***ACTIVATOR*** is ***RELEASED QUICKLY*** or ***HELD LONG**,* it will pass through to your gam&#x65;*.*  Use the **Controller Shortcut** before an in-game menu pops up.                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| {% endtab %}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |

{% tab title="App View" %}

| <img src="/files/EFa6CarMIlrfsVSW7J0O" alt="" data-size="original"> | <img src="/files/wLPUobmpJEq4v5KLy3ys" alt="" data-size="original">                                                                          |
| ------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------- |
| <img src="/files/1fs2mof3eSw0d3JzjT34" alt="" data-size="original"> | <p><img src="/files/I5HYZlDzkHNkfLT9vteE" alt="" data-size="original"></p><p><mark style="color:yellow;"><strong>Primary</strong></mark></p> |
| <img src="/files/n4aSLh811jijFnu4YECx" alt="" data-size="original"> | <p><img src="/files/NAKk8AWK4Ox20qvLSS5i" alt="" data-size="original"></p><p><mark style="color:red;"><strong>Secondary</strong></mark></p>  |
| <img src="/files/cCWAJhs3CNuJsEjoxihO" alt="" data-size="original"> | <p><img src="/files/1lrsFMKoC1IrlOYuJXTY" alt="" data-size="original"></p><p><mark style="color:green;"><strong>Regular</strong></mark></p>  |
| <img src="/files/8ODft5rUnmEa36R3BiIC" alt="" data-size="original"> | <p><img src="/files/JjLpUt9NDM6crpfMC9hx" alt="" data-size="original"></p><p><mark style="color:blue;"><strong>Blocked</strong></mark></p>   |
| {% endtab %}                                                        |                                                                                                                                              |
| {% endtabs %}                                                       |                                                                                                                                              |


---

# 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/finals/weaponswap/manual.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.
