Page 1 of 1

App/Vis data update for 2013

Posted: Tue Aug 27, 2013 12:35 pm
by John Adams
Appearances and Visual States are not something I update often, maybe once a year since it never really has been an issue so far. I decided to update them today, so you will now see 1600+ new appearances and 1500+ new visual_states. Not sure if any of these can be used in the current development, but there they are.

If you have issues retrieving them, run this query on your World database:

Code: Select all

UPDATE table_versions SET download_version = 0 WHERE name IN ('appearances', 'visual_states');
This should replace all the data existing on next world start.

If that also fails, try this to drop the tables entirely and fetch everything over again:

Code: Select all

DELETE FROM table_versions WHERE name IN ('appearances', 'visual_states');

Re: App/Vis data update for 2013

Posted: Tue Aug 27, 2013 4:43 pm
by thefoof
shiny!!