aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/keyvalues.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modding/keyvalues.md')
-rw-r--r--docs/modding/keyvalues.md12
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/modding/keyvalues.md b/docs/modding/keyvalues.md
deleted file mode 100644
index 3a5b08c..0000000
--- a/docs/modding/keyvalues.md
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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)