Skip to content

Commit

Permalink
pre-downloaded map for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aki Vänttinen committed Aug 10, 2024
1 parent cef7045 commit 832076b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Binary file added maps/Equilibrium513AIE.SC2Map
Binary file not shown.
7 changes: 2 additions & 5 deletions test/Dockerfile_python-sc2
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,8 @@ WORKDIR /root/StarCraftII/maps/
# Maps are available here https://github.com/Blizzard/s2client-proto#map-packs and here https://aiarena.net/wiki/maps/
# Download and uncompress StarCraftII Maps, remove zip file - using "maps" instead of "Maps" as target folder

# Get 5.13 maps
RUN wget --quiet --show-progress --progress=bar:force https://aiarena.net/wiki/184/plugin/attachments/download/39/ \
&& unzip -q -o '5.13.zip' \
&& rm 5.13.zip

# move a 5.13 map for testing
RUN mv "/root/sharpy-sc2/maps/Equilibrium513AIE.SC2Map" "/root/StarCraftII/maps"

# Remove LE suffix from file names
RUN rename -v 's/LE.SC2Map/.SC2Map/' *.SC2Map
Expand Down

0 comments on commit 832076b

Please sign in to comment.