planqi / slashdiablo-maphack

A customized maphack for the slashdiablo D2 server
GNU Affero General Public License v3.0
88 stars 42 forks source link

Remove dependency on mpq reading from BH #104

Open dschu012 opened 3 years ago

dschu012 commented 3 years ago

For some of BH features they currently parse a few of the mpq files to read data. This is unnecessary, because this data has already been loaded by the game and in most cases already available on sgptDataTable. Reading the mpqs seems to also cause issues at time when launching multiple instances of the game quickly.