zjowowen's picture
init space
079c32c
|
raw
history blame
No virus
435 Bytes
# Notes on Two Player Maps
Before starting, you need to do the following things:
1. copy the maps in `maps/SMAC_Maps_two_player/*.SC2Map` to the directory `StarCraft II/Maps/SMAC_Maps_two_player/`.
2. copy the maps in `maps/SMAC_Maps/*.SC2Map` to the directory `StarCraft II/Maps/SMAC_Maps/`.
A convenient bash script is:
```bash
# In linux
cp -r SMAC_Maps_two_player/ ~/StarCraftII/Maps/
cp -r SMAC_Maps/ ~/StarCraftII/Maps/
```