Page 1 of 1
[0.17.34] No way to enable research queue at start for command line generated maps
Posted: Sat May 04, 2019 2:34 pm
by CrystalFerrai
There does not seem to be any way to specify that the research queue should be enabled from the start in map-gen-settings.json, in map-settings.json, or on the command line itself. The option is there when generating a map using the in-game GUI. So, it seems like it should also be there in one of the settings files. If it is currently possible, then I have not been able to find any information about how to do it.
Re: [0.17.34] No way to enable research queue at start for command line generated maps
Posted: Sat May 04, 2019 2:39 pm
by Bilka
Update the game and then use difficulty_settings.research_queue_setting in the map settings.
Re: [0.17.34] No way to enable research queue at start for command line generated maps
Posted: Sat May 04, 2019 2:51 pm
by CrystalFerrai
This works. Thank you!
Code: Select all
"research_queue_setting": "always"
Just so you know, I do not see that setting in map-settings.example.json after updating, but adding it to my map-settings does work.