-
Notifications
You must be signed in to change notification settings - Fork 2
Getting Started with Automato and Git
Jimb Esser edited this page Jun 12, 2021
·
3 revisions
- GitHub account
- Appropriate Git tools installed - GitHub Desktop or the Git CLI are probably the way to go.
- Install Automato
- Fork the appropriate repository from DashingStrike (e.g. ATITD10)
- In the
Automato/gamesfolder (default installation location ofC:\Games\Automato\games), clone your forked repository.- To differentiate it from the one that is automatically updated, you probably want to name it like
<game>.gitsuch asATITD.git. - If you are forking the
commonrepository, you must first delete the installedcommonfolder and place your fork under the same name (Automato currently only automatically looks for a folder namedcommon).
- To differentiate it from the one that is automatically updated, you probably want to name it like
- Now, make your changes in your forked repo, push them, submit a pull request, and once they're merged, you'll see them show up in the base folder for that game.