This is an attempt at building a large map for the Rigs of Rods vehicle physics simulator. Discussion: http://www.rigsofrods.com/threads/117570-Community-assembled-Map-Project
If you want to contribute, follow these steps
- Create a GitHub account
- Login and fork the central repo
- Clone this repo to your computer -> You now have an offline copy of your online fork
- Changes done to your offline repo don't get synced to your online repo automatically. To sync them, do this:
- Change things
- "Commit" those changes to your local repo (with a short and descriptive commit message)
- "Push" to your online repo
- The changes are now online and visible to everyone but they are not in the central repository yet. If you want to have them merged into the central repo, start a pull request on your fork's website.
GitHub has a tool for Windows that eases these steps. For a basic understanding of git see this guide https://rogerdudler.github.io/git-guide/. Don't be put off by the commands, if you use the GitHub tool you won't need them.