File size: 435 Bytes
079c32c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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/
```