repository for SquadMC holding the only the map image files. Also includes maps for PostScriptumMC.
SquadMC works with external maps hosted on maps.squadmc.ende.pro. However, if you wish to host and serve them locally, follow these steps:
npm install -g yarn
yarn install
yarn run mapdata
yarn run serve
- adapt the baseUrl variable in the squadmc repository (
squadmc/src/App.vue
), to whateverhttp-server
tells you
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!