/squadmc-maps

repository for squadmc holding the only the map image files

Primary LanguageJavaScriptMIT LicenseMIT

squadmc-maps

repository for SquadMC holding the only the map image files. Also includes maps for PostScriptumMC.

Usage

SquadMC works with external maps hosted on maps.squadmc.ende.pro. However, if you wish to host and serve them locally, follow these steps:

  1. npm install -g yarn
  2. yarn install
  3. yarn run mapdata
  4. yarn run serve
  5. adapt the baseUrl variable in the squadmc repository (squadmc/src/App.vue), to whatever http-server tells you

Adding new maps

To learn how to add new maps to this repository yourself, please check out this wiki page: https://github.com/Endebert/squadmc-maps/wiki/How-to-add-new-maps-to-SquadMC

I'm looking forward to your contributions!