Robotics Facility

by Woxan

This mod adds a Robotics Facility, which has productivity bonuses for robots, logistics, defender capsules and some personal equipment.

Content
7 months ago
2.0
4.03K
Manufacturing

i Add support for Modded Bots?

8 months ago

Hello,
Is it possible to add support for modded bots such as from https://mods.factorio.com/mod/botsbotsbotsfork?from=search? and https://mods.factorio.com/mod/CombatRobotsOverhaul?from=search
Thank you

8 months ago

I'll look into adding support.

CombatRobotsOverhaul shouldn't be too difficult, Bots Bots Bots! will take a little extra work because their source code isn't easily available.

8 months ago

Added support for CombatRobotsOverhaul in 0.2.0

7 months ago

So I played around and added the following lines in the CombatRobotsOverhaul.lua in the Compatibility folder and adding the following lines made the robots from that mod show up. I know it's technically not the right way to do it, but I do not know how to make a compatibility call.

data.raw.recipe["bots-logistic-robot-0"].category = "robotics"
data.raw.recipe["bots-logistic-robot-1"].category = "robotics"
data.raw.recipe["bots-logistic-robot-2"].category = "robotics"
data.raw.recipe["bots-logistic-robot-3"].category = "robotics"
data.raw.recipe["bots-logistic-robot-4"].category = "robotics"
data.raw.recipe["bots-logistic-robot-5"].category = "robotics"
data.raw.recipe["bots-construction-robot-0"].category = "robotics"
data.raw.recipe["bots-construction-robot-1"].category = "robotics"
data.raw.recipe["bots-construction-robot-2"].category = "robotics"
data.raw.recipe["bots-construction-robot-3"].category = "robotics"
data.raw.recipe["bots-construction-robot-4"].category = "robotics"
data.raw.recipe["bots-construction-robot-5"].category = "robotics"

7 months ago

Added BotsBotsBots (Forked) support in 0.4.0

7 months ago

The author of the bots bots bots mod depreciated it.
The new fork looks like https://mods.factorio.com/mod/lokisbotsfork
Would it be possible to add that instead?
Thank you

7 months ago

Added in 0.6.0

New response