aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/keyvalues.md
diff options
context:
space:
mode:
authoramione <57235791+xamionex@users.noreply.github.com>2022-02-04 16:16:50 +0100
committerGitHub <noreply@github.com>2022-02-04 16:16:50 +0100
commit1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14 (patch)
treea0014d0c255643e9c841606d97596918141802ab /docs/modding/keyvalues.md
parentcddf675463573c38b5e93926825ab438fc796eaf (diff)
downloadNorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.tar.gz
NorthstarWiki-1ecd37b2ef1f68abccb686a2f7cb0bdd1802cb14.zip
Updating Wiki Stuff (#39)
* add more issues so people don't ask over and over * fix improper indentation * MD026/no-trailing-punctuation * remove issues from faq and link to troubleshooting * MD001/heading-increment * fulfill* * MD032/blanks-around-lists * MD001/heading-increment * MD033/no-inline-html * revert MD Rule (not sure what this <a> is used for * me when i didnt mean to do that * use da link and also when the... what * bin folder * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Formatting Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * fix intel link * MD034/no-bare-urls: Bare URL used * MD045/no-alt-text * MD012/no-multiple-blanks * I know this is unused, just wanted to write smth * fix links * add tools * please stop using real urls. you have markdown. * modding tools * add tools * no actual urls <3 * fix tools link * does this look better? * nope * remove "some stuff" * better formatting * oops * oops v2 * GitBook: [#1] No subject * i didnt create this * MD Rules * Update docs/modding/tools.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * Update docs/modding/README.md Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> * move mtools down * change vtfedit * rem tools * no winrar. bad. * non-shortened url * add kvals to summary Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com>
Diffstat (limited to 'docs/modding/keyvalues.md')
-rw-r--r--docs/modding/keyvalues.md12
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)