Skip to content

Commit

Permalink
Increase optimal range
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Jun 5, 2024
1 parent 0dea501 commit abe5dd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Electron/src/app/home/home.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ <h1 class="title">
<img id="ImagesTFTEnable" src="assets/TFT.Enable.png" [ngStyle]="{'display': Images_TFT_Shown ? 'block' : 'none'}"/>
<img id="ImagesTFTDisable" src="assets/TFT.Disable.png" [ngStyle]="{'display': !Images_TFT_Shown ? 'block' : 'none'}"/>
<span>1.24+</span>
<span class="reccomendations">Optimal:1.24</span>
<span class="reccomendations">Optimal:1.24-1.28</span>
</div>
<div id="imageROC" class="imageContainerROC" #imageROC data-action="Roc" (mouseover)="onMouseEnter($event, 'Roc')" (mouseout)="onMouseLeave($event, 'Roc')" (click)="onClick($event, 'Roc')">
<img id="ImagesROCEnable" src="assets/ROC.Enable.png" [ngStyle]="{'display': Images_ROC_Shown ? 'block' : 'none'}"/>
<img id="ImagesROCDisable" src="assets/ROC.Disable.png" [ngStyle]="{'display': !Images_ROC_Shown ? 'block' : 'none'}"/>
<span>1.24 - 1.31</span>
<span class="reccomendations">Optimal:1.24</span>
<span class="reccomendations">Optimal:1.24-1.28</span>
</div>
</div>

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Improvements and fixes to the core AI engine will improve the older scripts as w
| AMAI Scripts | Optimal Version | Supported Version |
| ----------------- | ------------------- | ------------------|
| **REFORGED** | **1.36.2** | 1.33+ |
| **TFT** | **1.24** | 1.24+ |
| **ROC** | **1.24** | 1.24 - 1.31 |
| **TFT** | **1.24-1.28** | 1.24+ |
| **ROC** | **1.24-1.28** | 1.24 - 1.31 |

*Optimal* version is based on the warcraft tech tree this edition is based on. Use a version further away from the optimal the more likely it will affect the AIs ability to build, usually just unoptimal build order but worst case it can no longer build at all.
Classic AI scripts do have some forward compatibility built in to fix some major issues in later versions including 24 player support.
Expand Down

0 comments on commit abe5dd2

Please sign in to comment.