# Weapon model

## File location

The default location for the weapon model files is in the following code block.\
\&#xNAN;**\<Folder>** is the corresponding value in the different tables. Change this value according to the format tab. You will find a example too.

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

```
englishclient_mp_common.bsp.pak000_dir.vpk\models\weapons\<Folder>
```

{% endtab %}

{% tab title="Example" %}

```
englishclient_mp_common.bsp.pak000_dir.vpk\models\weapons\at_rifle
```

{% endtab %}
{% endtabs %}

## Pilot

### Assault Rifle

| Weapon name            | Folder       |
| ---------------------- | ------------ |
| R-201 \*\*\*\* Carbine | rspn101      |
| R-101 Carbine          | r101\_sfp    |
| Hemlock BF-R           | m1a1\_hemlok |
| V-47 Flatline          | vinson       |
| G2A5                   | g2           |

### **Submachine Gun**

| Weapon name | Folder          |
| ----------- | --------------- |
| Alternator  | alternator\_smg |
| CAR         | car101          |
| R-97        | r97             |
| Volt        | hemlok\_smg     |

### **Light Machine Gun**

| Weapon name | Folder      |
| ----------- | ----------- |
| Devotion    | hemlock\_br |
| L-STAR      | lstar       |
| Spitfire    | lmg\_hemlok |

### **Sniper**

| Weapon name | Folder       |
| ----------- | ------------ |
| Double Take | doubletake   |
| Kraber      | at\_rifle    |
| Longbow DMR | rspn101\_dmr |

### **Shotgun**

| Weapon name | Folder        |
| ----------- | ------------- |
| EVA-8 Auto  | w1128         |
| Mastiff     | mastiff\_stgn |

### **Grenadier**

| Weapon name    | Folder                      |
| -------------- | --------------------------- |
| Cold War EM-4  | pulse\_lmg                  |
| EPG            | epg                         |
| Sidewinder SMR | auto\_rocket\_launcher\_arl |
| Softball       | softball\_at                |

### **Pistol**

| Weapon name   | Folder         |
| ------------- | -------------- |
| Mozambique    | pstl\_sa3      |
| P2016         | p2011          |
| RE-45 Auto    | p2011\_auto    |
| Smart Pistol  | p2011sp        |
| Wingman B3    | b3wing         |
| Wingman Elite | wingman\_elite |

### **Anti-Titan**

| Weapon name       | Folder                 |
| ----------------- | ---------------------- |
| Archer            | shoulder\_rocket\_sram |
| Charge Rifle      | defender               |
| MGL               | mgl\_at                |
| Thunderbolt LG-97 | arc\_launcher          |

## Titan

### Primary

| Weapon name          | Folder                       |
| -------------------- | ---------------------------- |
| 40MM                 | thr\_40mm                    |
| Leadwall             | titan\_triple\_threat        |
| Particle Accelerator | titan\_particle\_accelerator |
| Predator Cannon      | titan\_predator              |
| Railgun              | atpov\_titan\_sniper\_rifle  |
| Railgun              | titan\_sniper\_rifle         |
| Thermite Cannon      | titan\_thermite\_launcher    |
| XO-16                | xotbr16                      |


---

# Agent Instructions: 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:

```
GET https://noskill.gitbook.io/titanfall2/documentation/file-location/weapon/weapon-model.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
