DO THIS AT YOUR OWN RISK!
for the advanced people to get bobs miniloaders to work:
open archive "miniloaders"
go to miniloaders_x_x_x\prototypes\templates.lua
go to line19 and change:
if data.raw.technology["bob-logistics-4"] then
templates["express-"].next_prefix = "turbo-"
templates["turbo-"] = {
prerequisite_techs = {"bob-logistics-4", "express-miniloader"},
tint = {r=0.68, g=0.25, b=0.84},
to
if data.raw.technology["logistics-3"] then
templates["express-"].next_prefix = "turbo-"
templates["turbo-"] = {
prerequisite_techs = {"logistics-3", "express-miniloader"},
tint = {r=0.68, g=0.25, b=0.84},
now to go line 26 and change:
if data.raw.technology["bob-logistics-5"] then
templates["turbo-"].next_prefix = "ultimate-"
templates["ultimate-"] = {
prerequisite_techs = {"bob-logistics-5", "turbo-miniloader"},
tint = {r=0.24, g=0.78, b=0.05},
to
if data.raw.technology["logistics-3"] then
templates["turbo-"].next_prefix = "ultimate-"
templates["ultimate-"] = {
prerequisite_techs = {"logistics-3", "turbo-miniloader"},
tint = {r=0.24, g=0.78, b=0.05},
and then save the file and archive. and it should now work.
dont blame me for breaking anything in your game / computer or similar