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
- Install the RCON Combinator mod from mod portal.
- enale rcon in the server settings or in the Rest Settings.
- Start game as server even if you intent to play solo.
- 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"]}