wowsinfo / WoWs-LiveBattle

Stream live battle events
GNU Affero General Public License v3.0
2 stars 0 forks source link

Parsing .def files #1

Open HenryQuan opened 1 year ago

HenryQuan commented 1 year ago

All my reverse engineering work was quite enlightmenting. However, event IDs will update with the version. We have to parse the definition to know what issue this is. In order to make this work, we have to use our unpacker to extract the scripts/ folder if there is a new version so this will work for future versions. We will be sending events to mobile so that players can get even more information on the current battle. We can calculate many things based on the live battle.

HenryQuan commented 1 year ago

This is very important because the mapping changes all the version. Otherwise, this will need regular maintainance.