fonsleenaars / tqdb

Python parser for the Titan Quest Anniversary Edition, Ragnarok, Atlantis, Eternal Ember DLC database.
https://tq-db.net
MIT License
50 stars 15 forks source link

Update database #79

Closed chefranov closed 4 years ago

chefranov commented 5 years ago

Yesterday was big patch 2.8, which include a lot of changes in drop and item properties. When do you update your site?

fonsleenaars commented 5 years ago

It'll update this weekend

fonsleenaars commented 5 years ago

Hm, apparently something has gone wrong with the Text resources, the ArchiveTool only extracts commonequipment.txt and then throws a Segmentation Fault :/

I'll need to look into this, and maybe switch to another version if the update broke it.

chefranov commented 4 years ago

Any updates? Long time you don't update database :(

fonsleenaars commented 4 years ago

Haven't had any time or energy unfortunately, can't promise when I will I'm afraid

fonsleenaars commented 4 years ago

Got a day off, going to try to make some progress on this today

chefranov commented 4 years ago

It will be cool! Waiting for any updates.

fonsleenaars commented 4 years ago

Alrighty, with some manual fixing of the arc extractor, I managed to parse all the locales.

Going to inspect them and see how many fixes I need to apply, and then push them once ready to tq-db.net

chefranov commented 4 years ago

Nice!

fonsleenaars commented 4 years ago

Pushed to production, I need to work a bit on the required processes to get this repository up and running now that the current version of ArchiveTool won't work, so I'll probably include one of the alternatives in the utils directory.