Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 749 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 749 Bytes

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!