Official Riskrieg Maps
Never used GitHub before? Please read this first in order to gain a basic understanding of how GitHub works. Next, you may want to use GitHub Desktop which will allow you to easily clone this repository and make edits on your local filesystem.
Now, assuming you have a basic understanding of GitHub, the process is simple!
- Clone this repository.
- Add your map file that you exported from the official Riskrieg map editor.
- Add your map options file to the 'options' folder.
- Submit a pull request.
That's it! For definitions of the above terms, please read below.
This is the file with the .rkm
extension that you exported from the official Riskrieg map editor.
This is the file with the .json
extension that contains information that may need to change on-the-fly.
This defines the availability of the map. Valid values are AVAILABLE
, RESTRICTED
, COMING_SOON
, and UNAVAILABLE
.
This defines where the interface should show up on the map.
Valid vertical values are TOP
, MIDDLE
, and BOTTOM
.
Valid horizontal values are LEFT
, CENTER
, and RIGHT
.