Page 1 of 1

[0.17.37] Research queue not saved

Posted: Tue May 07, 2019 9:22 pm
by bobingabout
It's actually been bugging me for a while, and I've not reported it as I've not been sure if this was the issue or not. But I just confirmed it.

I had a full research queue, the game autosaved, I quit then loaded again, only the currently researching technology was loaded.

Re: [0.17.37] Research queue not saved

Posted: Wed May 08, 2019 3:21 am
by Rseding91
Are you using any mods? Because I can't reproduce any issue with the research queue.

Re: [0.17.37] Research queue not saved

Posted: Wed May 08, 2019 12:18 pm
by bobingabout
After further testing, it only seems to do it when something changes in my mod.

perhaps it could be on on_configuration_changed, or maybe if it's when I call reset_technology_effects() (one of my mods does this on on_configuration_changed)

either way, when I add a new item, or change a recipe etc, the queue clears.

Re: [0.17.37] Research queue not saved

Posted: Wed May 08, 2019 9:38 pm
by Rseding91
Ok, I found the issue: reset_technology_effects wouldn't preserve the research queue.

Re: [0.17.37] Research queue not saved

Posted: Mon May 13, 2019 1:15 pm
by bobingabout
Thank you Rseding.