Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzy-chitong56 authored Sep 24, 2024
1 parent daab81e commit 6a599f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ This guide assumes that your working directory is `AMAI`.

From Windows `CMD`/`PowerShell` or Wine `wineconsole`, run this:
```
.\Install<Version>ToMap.bat "C:\Documents\Warcraft III\Maps\AMAI\<Map>.w3m"
.\Install<Version>ToMap.bat "C:\Documents\Warcraft III\Maps\AMAI\<Map>.w3m" <N>
```
Where `<Version>` should be replaced with `ROC`, `TFT`, or `REFORGED`, `<Map>` with your preferred map, `<N>` with `1` or `0` if you want to install the Commander or not, respectively.
Where `<Version>` should be replaced with `ROC`, `TFT`, or `REFORGED`, `<Map>` with your preferred map, `<N>` with `0` or `1` or `2` if you want to not install the Commander or install the Commander or install the Commander - VS AI , respectively.

Press enter to install AMAI to the selected map.

Expand All @@ -81,7 +81,7 @@ perl .\InstallToDir.pl <Version> "C:\Documents\Warcraft III\Maps\AMAI\"
```
This will install AMAI to all maps recursively.

You can disable the commander - VS AI for this install by running this:
You can installs the commander - VS AI for this install by running this:
```
perl .\InstallToDir.pl <Version> "C:\Documents\Warcraft III\Maps\AMAI\" "2"
```
Expand Down Expand Up @@ -216,7 +216,7 @@ Run/double-click one of the `MakeOpt<Version>` bat files. (e.g `MakeOptROC.bat`

Then install like normal by running this:
```
.\InstallROCToMap.bat "C:\Documents\Warcraft III\Maps\AMAI\<Map>.w3m"
.\InstallROCToMap.bat "C:\Documents\Warcraft III\Maps\AMAI\<Map>.w3m" <N>
```

## VS AI Build
Expand Down

0 comments on commit 6a599f9

Please sign in to comment.