Krastorio 2


An overhaul mod focusing on end-game technologies and moderately increased complexity.

Overhaul
6 months ago
0.18 - 1.1
302K
Transportation Logistics Trains Combat Armor Mining Fluids Logistic network Manufacturing Power Storage

b [Fixed] "Allow exoskeletons in spidertron" setting not available

3 years ago

In 1.0.4, you introduced:

Added an option to allow exoskeletons into spidertron equipment grids (disabled by default).

However, this option is not present in the mod startup settings - looking at the source it's not mentioned in settings.lua

Linver β˜†
3 years ago
(updated 3 years ago)

U have right, will be fixed in the anniversary update.
If u want, meanwhile u can add this to the setting file to show the option:

,
    {
        type = "bool-setting",
        name = "kr-spidertron-exoskeleton",
        setting_type = "startup",
        default_value = false,
        order = "b16"
    }
})