Skip to content

How to be Tinker (Developer)

zumbak04 edited this page Feb 20, 2020 · 11 revisions

On this page, I'll try to explain how to make changes in the mod files and share them with others.

GitHub Desktop

GitHub Desktop is the easiest program to do it. It has a nice user-friendly interface but lacks some pro-features like conflicting resolving. The desktop is a good choice if you don't add/fix texts or do small changes. Just don't forget to click Pull origin and Push origin when you can. How to install it and download the mod is explained Here (if you have already done it, ignore).

Read These Basics to understand how to open and switch branches, commit. If you work on localization only this will be enough.

If you work on new features or want to know more, you better read This. It explains how to work with different repositories, open pull requests and more.

Clone this wiki locally