aboutsummaryrefslogtreecommitdiff
path: root/docs/modding/README.md
blob: 95ff2cfc05b56a66c413b0931df9a5429d514ae8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Modding

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.