Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a guide to introduces new modders to version control #68

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions docs/source/guides/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ File editors
* `VSCodium <https://vscodium.com>`_
* `Notepad++ <https://notepad-plus-plus.org/downloads/>`_

Version control
^^^^^^^^^^^^^^^

* `git <https://git-scm.com/>`_

* `GitHub <https://github.com/>`_
* `GitLab <https://about.gitlab.com/>`_

Graphics / animation / color editors
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
* `Paint.net <https://www.getpaint.net>`_
Expand Down Expand Up @@ -76,3 +84,12 @@ Driver editors
* `Ninja Ripper v1.7.1 <https://gamebanana.com/tools/5638>`_

Highly recommended to check the `NoSkill Gitbook modding section <https://noskill.gitbook.io/titanfall2/how-to-start-modding/modding-introduction/modding-tools>`_ for more tools.

Setting up your development environment
---------------------------------------

Using *git* as your source control and GitHub or GitLab as your online repo is highly recommended. This allows you to keep track of the changes you make so that in the case something breaks, you can revert back to a working version and compare the versions to see which change may have introduced the breakage.

An introduction to *git* can be found here: https://www.youtube.com/watch?v=hwP7WQkmECE

A video guide to using *GitHub* can be found here: https://www.youtube.com/watch?v=HkdAHXoRtos