You can update the research queue and put a newly added research on top.
But if you want that research to start canceling and as loosing the current research is the only option.
Could there be an option to switch the top from the queue with the current ?
Posts by hreintke
12 total postsCurrently, the posts under a topic is sorted by date replied, oldest first.
It should be latest first, then you don't have to scroll to the last to see an update on the topic.
In the first canary build the settings were also editable when loading a game.
But by just clicking the edit button there, all settings were set to default again, without the mod knowing the current values.
Dev's decided not to fix but remove the option of editing at load time.
I agree with an attribute for player editable, I am also planning to use it as a mod data cache.
reply to the test pst
This is the text of the post
Dimen2026 wrote:
Hello, dear mod developers!
I (as well as probably many) like to put order on the territory in terms of laying pipelines - where possible, I bury the pipes in the ground. For example, supplying water to the residential sector and draining stagnant water, supplying seawater to a desalination plant, draining exhaust gases from metallurgical plants, etc.
In my opinion, …
Type \ (backslash) and you get a menu like shown in the description.
When selecting a product you will see where that product is produced/consumed/stored/transported
Maybe all toplevel topics should have a RSS feed showing the latest xx messages.
Mod developers f.e. can then have a quick view on their messages without having to o through the UI to reach the messages.
Allow for array of the basetypes in the config.json
This would give options like
{
"config_bool_array": {
"default": [true],
"description": "Example of a boolean array configuration option.",
"max_array_length": 20
},
"config_tags": {
"default": ["demo", "json", "array"],
"description": "Example of a string array configuration option.",
},
"config_integer_array": {
…
The list is long and not always completely visible.
Now you have to find the selected tags and clear them one by one