Josko / aura-bot

Warcraft III high-performance hosting bot written in C++14.
72 stars 41 forks source link

Script files in the Patch mpq are not found #45

Closed Josko closed 6 years ago

Josko commented 7 years ago

New ticket separated from an user report here #43.

Basically when starting the bot it does not find the script files which should be normally in there. Task would be the investigate the patch file itself, StormLib (which is used to open and browse it) and code in aura.cpp.

Visible on startup of the bot:

[AURA] loading MPQ file [/data/Warcraft III/War3Patch.mpq]
[AURA] couldn't find Scripts\Common.j in MPQ file
[AURA] couldn't find Scripts\Blizzard.j in MPQ file
Josko commented 6 years ago

845234574efa565c08b19e051201d88e42be6fdf fixes this.