diff options
Diffstat (limited to 'docs/modding/keyvalues.md')
-rw-r--r-- | docs/modding/keyvalues.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/modding/keyvalues.md b/docs/modding/keyvalues.md index e69de29..3a5b08c 100644 --- a/docs/modding/keyvalues.md +++ b/docs/modding/keyvalues.md @@ -0,0 +1,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) |