EtienneLamoureux / TQVaultAE

Extra bank space for Titan Quest Anniversary Edition
MIT License
284 stars 62 forks source link

Fix creating the rest of the set from Ba'als Heart item #301

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi, got Ba'als Heart, trying to create the rest of the set returns an error. I'll attach error and my vault image

Main Vault.zip

ejfudd commented 4 years ago

This looks like an issue with the DBRecord in the game. The set database record records\xpack3\items\set\x3set(09).dbr references the following types of set pieces: Armband Greaves Helm Ring The Greaves do not exist and your Torso item is not listed. I would guess that they changed the greaves to a torso at some point and didn't update the set record.

EtienneLamoureux commented 4 years ago

There's not much we can do if the database is corrupted. At most we can replace the error dialog for something less intimidating, but that's most likely it.

You could submit the problem on the developers' issue tracker.

ghost commented 4 years ago

if I manage to get all the other items in a vault, would that help ?

EtienneLamoureux commented 4 years ago

Unfortunately no: the problem is in the game's data. The devs need to fix the game's data, then the vault will pick it up and work as expected.

ejfudd commented 4 years ago

I have created issue #41430 on the developer site for this.