aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/keyvalues.md
blob: 3a5b08c225679729e84c7a65abc0365a29afc965 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Changing keyvalues (weapons)

Do keep in note that this is usually changed server-side.

To actually change the keyvalues of weapons you'd have to name them appropriately inside a mod folder\
For example: `R2Northstar\mods\Northstar.Custom\keyvalues\scripts\weapons`\
You can find all the weapon keyvalues [here](https://github.com/BigSpice/TitanFall_2_Weapon_Skin_Modding/tree/main/Weapon_Scripts)

- Mod Examples:
  - [Northstar.Custom](https://github.com/R2Northstar/NorthstarMods/tree/main/Northstar.Custom)
  - [Unholy Trinity](https://github.com/xamionex/xamionex.UnholyTrinity)
  - [Kraber9k](https://github.com/Steveplays28/kraber9k/tree/main/Steveplays.Kraber9K)