diff options
author | Barichello <artur@barichello.me> | 2022-01-21 10:22:51 -0300 |
---|---|---|
committer | Barichello <artur@barichello.me> | 2022-01-21 10:22:51 -0300 |
commit | 6c03b4dc21e29012bcf9a872d9ca155dceb41e49 (patch) | |
tree | afd664019041edce8d03a4c35bd988be8dd47653 /docs/modding | |
parent | b9adbe0a3d9ef71562473dda9d2296da08bcba4e (diff) | |
download | NorthstarWiki-6c03b4dc21e29012bcf9a872d9ca155dceb41e49.tar.gz NorthstarWiki-6c03b4dc21e29012bcf9a872d9ca155dceb41e49.zip |
Add weapons section
Diffstat (limited to 'docs/modding')
-rw-r--r-- | docs/modding/README.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/docs/modding/README.md b/docs/modding/README.md index f776a32..5b9a9a2 100644 --- a/docs/modding/README.md +++ b/docs/modding/README.md @@ -2,13 +2,13 @@ Usefull resources created by the community to help you start modding: -* First Time Modding? - [https://gist.github.com/VITALISED/b585b882af91370caf4f2137d9fb927a](https://gist.github.com/VITALISED/b585b882af91370caf4f2137d9fb927a) -* 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 - [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) Check [the next page](getting-started.md) to get started. |