From 1afec008bfdfbc7ac7886777c099413fba7bd451 Mon Sep 17 00:00:00 2001 From: Justin Tout <3639630+justintout@users.noreply.github.com> Date: Mon, 28 Oct 2024 20:17:09 -0400 Subject: [PATCH] Add Factorio to the list of supported games --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 37fc0b5..edc2eab 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ RCON Protocol described in the [valve documentation](https://developer.valvesoft * [Counter-Strike: Global Offensive](https://store.steampowered.com/app/730) * [Minecraft](https://www.minecraft.net) * [Palworld](https://store.steampowered.com/app/1623730/Palworld/) +* [Factorio](https://www.factorio.com/) (start the server with `--rcon-bind`/`--rcon-port` and `--rcon-password` args) Open pull request if you have successfully used a package with another game with rcon support and add it to the list.