RCON Combinator

by Thaui

Add combinator for RCON communication with external software.

Content
5 days ago
2.0
35
Circuit network
Owner:
Thaui
Source:
https://github.com/YPetremann/rcon-combinator
Homepage:
N/A
License:
MIT
Created:
12 days ago
Latest Version:
2.0.2 (5 days ago)
Factorio version:
2.0
Downloaded by:
35 users

The RCON Combinator permit to an external software to interact with the circuit network through RCON

(important: singleplayer is not supported, you need to load your game as a server with rcon support)

Installation

  1. Install the RCON Combinator mod from mod portal.
  2. enale rcon in the server settings or in the Rest Settings.
  3. Start game as server even if you intent to play solo.
  4. Connect to the server with a RCON client (see example in the examples folder).

Usage

Add RCON Combinators to your circuit network and add a "smelter" logistic group:

  • On /rcon-output call, if Output enabled, it send signals from RCON to circuit.
  • On /rcon-input call, if Output disabled, it send signals from circuit to RCON.

/rcon-output {"$schema": "https://raw.githubusercontent.com/YPetremann/rcon-combinator/refs/heads/master/schema.json", "groups": {"smelter":{"iron-plate":75,"copper-plate":25,"steel-plate":10,"stone-brick":10}}}

/rcon-input {"$schema": "https://raw.githubusercontent.com/YPetremann/rcon-combinator/refs/heads/master/schema.json", "request": ["smelter"]}