Bots Bots Bots! FORKED deprecated


Forked to rebalance the mod as a whole for space age, higher tier bots are now required on higher tier planets (also this removes vanilla bots so this is technically an overhaul now). Logistic robots are available from the start (without requester chests). Adds a new tier of steam-powered robots for the early game, and several new tiers for later.

Overhaul
8 months ago
1.1 - 2.0
2.65K
Factorio: Space Age Icon Space Age Mod
Logistic network

g [will fix] [Question and Issue] Quality Hard Dependency?

10 months ago

This mod has a hard dependency on the Quality mod. I understand the hard dependency on the Space Age mod, but not the hard dependency on the Quality mod. If the Quality mod adds something which needs to be changed, you can add a conditional statement for if the mod is installed.

10 months ago

quality module mk1 is needed in logistic bot 1 and construction bot 1 recipe, which is added by quality. i dont know how to add conditional statements so :p

10 months ago
(updated 10 months ago)

if mods["quality"] then -- This is a put everything which requires quality here. else -- Put code to add everything added by the above code, without using quality. end
Note that in the above, the new lines have been removed. The above code is actually 5 lines long.