Basic Robots


Basic robots for early game

Content
3 years ago
1.1
4.90K
Logistic network

b not work with Krastorio2

3 years ago

Hallo,

sorry mod not work with krastorio2

Gruß

Oliver

3 years ago

my Workaround is Edit file data.lua
at End of file:

data.raw.technology["worker-robots-storage-2"].prerequisites = {"worker-robots-storage-1", "robotics"}
if mods["Krastorio2"] then
--data.raw.technology["basic-robots-robotics"].prerequisites = {"basic-logistics"}
data.raw.technology["basic-robots-robotics"].prerequisites = {"automation"}
data.raw.recipe["basic-robots-construction-robot"].ingredients =
{
{"automation-core", 5},
--{"electric-motor", 5},
{"engine-unit" 5},
{"iron-plate", 10}
}
data.raw.recipe["basic-robots-logistic-robot"].ingredients =
{
{"automation-core", 5},
--{"electric-motor", 5},
{"engine-unit" 5},
{"iron-plate", 10}
}
end

now it is runing...

Cu Oliver

3 years ago

Going to take a look at this over the weekend. I didn't play KR2 in 2021 so am guessing they changed some things around.

New response