This mod adds drones which can be scripted in lua to do things that you need. Think computercraft turtles, but in Factorio.
Details
Type: Mod
Name: Scriptable Drones
Description: Adds drones scriptable in lua
License: MIT
Version: 0.4.0
Release: 2017-09-something
Tested-With-Factorio-Version: 0.15.21
Category: New Entity
Tags: Bots
Download-Url: https://mods.factorio.com/mods/tesserac ... ble-drones
Command Line Usage
The help command should give you all the info you need. The command line simulates a basic shell, with a few utility functions. Feel free to request new command line features.
API
Your gateway from Lua to the Factorio world is the bot object. Check out the mod portal page for the API documentation!
TODO
What should be done in the future:
- Bot networking
- Displays that bots can connect to
- Power and charging system
- Lower tier coal power bots
- Suggestions welcome
Problems that need to be fixed:
- Multiplayer has not been tested, don't expect it to work
- Miscellaneous crashing