diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-16 21:44:44 +0100 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-01-16 21:44:44 +0100 |
commit | 16b80745d69a92db52325648a01e613c258a9b9b (patch) | |
tree | 4a3f6ecac01dfb652dd9bc3dc85c6b542874de0d /docs/modding | |
parent | afa6889edc2be5e8fe658eae837cbd15b9f3d35f (diff) | |
download | NorthstarWiki-16b80745d69a92db52325648a01e613c258a9b9b.tar.gz NorthstarWiki-16b80745d69a92db52325648a01e613c258a9b9b.zip |
Add list of useful links
Diffstat (limited to 'docs/modding')
-rw-r--r-- | docs/modding/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/modding/README.md b/docs/modding/README.md index 6255a88..95ff2cf 100644 --- a/docs/modding/README.md +++ b/docs/modding/README.md @@ -2,4 +2,15 @@ This section describes how to create your own mods. It's still WIP. +For now some useful links from the Discord FAQ (should be moved to their own sections and content adapted in the future) + +* First Time Modding? https://gist.github.com/VITALISED/b585b882af91370caf4f2137d9fb927a +* All the Squirrel Constants: https://gist.github.com/laundmo/825c4708663a179b23e144402b09244f +* Modding Documentation: https://github.com/ScureX/Titanfall2-ModdingDocumentation#readme +* Squirrel Highlighting for Npad++ 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 + + + Check [the next page](getting-started.md) to get started. |