Miniloader

by therax

Compact and UPS-friendly 1x1 loaders. Works with train cargo wagons, circuits, filters, and modded belts from Bob's, Krastorio, FactorioExtended Plus, Space Exploration, and Ultimate Belts.

Content
6 months ago
0.15 - 1.1
173K
Logistics

g Advanced workaround for 0.17.23 with bobs logi

5 years ago

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

4 years ago

I'm gonna blame you for making my Sunday a perfect day, it works perfectly thanks a bunch!

New response