Skip to content

Commit

Permalink
Create Script folder automatically on fresh runs
Browse files Browse the repository at this point in the history
  • Loading branch information
SMUnlimited committed Dec 11, 2023
1 parent 278ed93 commit 2af22da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Added
- Older versions of war3 are still popular so now you can install scripts to the older editions of warcraft from within this version.
- (DevTools) AI Versions now maintain there own copy of warcraft API's and generated blizzard.j files. This allows a single copy of AMAI to build previous versions of AMAI.
- Installer will now check to make sure AMAI scripts are in the correct location instead of just continuing to appear to work.
- New English taunts and messages created from generated AI.
- Ability to perform expansions using items (jzy-chitong56)
- Heroes will attempt to avoid/swap specific items from their inventory or when they already have a specific skill (jzy-chitong56)
Expand Down
1 change: 1 addition & 0 deletions MakeVERBase.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
SET VSAI=%1
SET VER=%2
ECHO Making AMAI
mkdir Scripts\
ECHO _____________________________
ECHO creating \Scripts\%VER%\common.ai
perl ejass.pl common.eai %VER% VER:%VER% > Scripts\%VER%\common.ai
Expand Down

0 comments on commit 2af22da

Please sign in to comment.