Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.24 KB

updating-existing-maps.md

File metadata and controls

16 lines (12 loc) · 1.24 KB

Updating Existing Maps

Popular maps will want a "mod" to be created instead of updating the original map. When in doubt, look for a map thread post maps and mods forum

Changing Map XMLs

  • This can be done using just your web browser:
  • When saving, github will guide you through for creating a fork, which is a remote copy that you own. From that you can request changes in your 'fork' to be 'merged' back in to the main map repository.
  • This will lead to the creation of a pull request. Map admins and or map owners will review the change and will then either comment on it requesting clarification or updates, or they will merge it.

Adding or replacing files

  • Similar to updating files, the github website will allow you to do this. To do it in bulk you may need to do some git. Github desktop from github is a pretty easy tool, there is also Git for Windows, source tree which are other good git clients.