• ⚠️ Mod Release Rules now apply to this board.

    All mods must include a license, source code (for executable mods), and proper attribution.

    Read the full rules here before posting.

KittenRemoteControl

GhentZ

Member
Nov 14, 2025
20
5
I created a simple mod allowing external access to some game features, aiming for developing custom harware.

Currently I use a simple socket connection to send/get data from/to the game.

You find the source code of the mod here: https://github.com/MarcusZuber/KittenRemoteControl . Under mod you find a compiled version. The installation works with starmap as described here: https://forums.ahwoo.com/threads/how-to-use-starmap-mod-loader.398/#post-2113

Here https://github.com/MarcusZuber/pyKRC you find a python implementation of a simple client in python.

Everithing is still extremely simple, but I will try to extend it.