aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/README.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/README.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/README.md')
-rw-r--r--docs/modding/README.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/modding/README.md b/docs/modding/README.md
index 5b9a9a2..ab4dac3 100644
--- a/docs/modding/README.md
+++ b/docs/modding/README.md
@@ -2,13 +2,14 @@
Usefull resources created by the community to help you start modding:
-* NoSkill modding guide - [https://noskill.gitbook.io/titanfall2/](https://noskill.gitbook.io/titanfall2/)
-* All the Squirrel Constants - [https://gist.github.com/laundmo/825c4708663a179b23e144402b09244f](https://gist.github.com/laundmo/825c4708663a179b23e144402b09244f)
-* Modding Documentation - [https://github.com/ScureX/Titanfall2-ModdingDocumentation#readme](https://github.com/ScureX/Titanfall2-ModdingDocumentation#readme)
-* Squirrel Highlighting for Npad++ and VSCode - [https://gist.github.com/samisalreadytaken/5bcf322332074f31545ccb6651b88f2d](https://gist.github.com/samisalreadytaken/5bcf322332074f31545ccb6651b88f2d)
-* List of Console Commands - [https://pastebin.com/raw/3DSCK09f](https://pastebin.com/raw/3DSCK09f)
-* Useful Squirrel - [https://faithful-piper-52c.notion.site/Useful-Squirrel-2300bc55141e4bee85b8c7dc8afffbc9](https://faithful-piper-52c.notion.site/Useful-Squirrel-2300bc55141e4bee85b8c7dc8afffbc9)
-* List of squirrel funcs available to dedicated server with their signatures - [https://gist.github.com/laundmo/a6ee0692ae137876b7514c0f4a57df4b](https://gist.github.com/laundmo/a6ee0692ae137876b7514c0f4a57df4b)
-* Native registered script functions, they are from Season 3 Apex but most also exist on Titanfall 2, especially the Titan functions. Also includes description for each function if the developers have given it one - [https://github.com/kawainekome/ApexLegends_S3_Squirrel_Registered_API_SimpleDoc](https://github.com/kawainekome/ApexLegends_S3_Squirrel_Registered_API_SimpleDoc)
+* [NoSkill modding guide (highly recommended to check out)](https://noskill.gitbook.io/titanfall2/)
+* [Tools for modding](tools.md)
+* [All the Squirrel Constants](https://gist.github.com/laundmo/825c4708663a179b23e144402b09244f)
+* [Modding Documentation](https://github.com/ScureX/Titanfall2-ModdingDocumentation#readme)
+* [Squirrel Highlighting for Notepad++ and VSCode](https://gist.github.com/samisalreadytaken/5bcf322332074f31545ccb6651b88f2d)
+* [List of Console Commands](https://pastebin.com/raw/3DSCK09f)
+* [Useful Squirrel](https://faithful-piper-52c.notion.site/Useful-Squirrel-2300bc55141e4bee85b8c7dc8afffbc9)
+* [List of squirrel funcs available to dedicated server with their signatures](https://gist.github.com/laundmo/a6ee0692ae137876b7514c0f4a57df4b)
+* [Native registered script functions](https://github.com/kawainekome/ApexLegends_S3_Squirrel_Registered_API_SimpleDoc), they are from Season 3 Apex but most also exist on Titanfall 2, especially the Titan functions. Also includes description for each function if the developers have given it one
Check [the next page](getting-started.md) to get started.