Notes on Two Player Maps
Before starting, you need to do the following things:
- copy the maps in
maps/SMAC_Maps_two_player/*.SC2Map
to the directoryStarCraft II/Maps/SMAC_Maps_two_player/
. - copy the maps in
maps/SMAC_Maps/*.SC2Map
to the directoryStarCraft II/Maps/SMAC_Maps/
.
A convenient bash script is:
# In linux
cp -r SMAC_Maps_two_player/ ~/StarCraftII/Maps/
cp -r SMAC_Maps/ ~/StarCraftII/Maps/