HIVEMIND RELAY - the client (closed beta)

This one program carries your Kenshi lines to the room and brings the room's lines back. It runs beside the game.
It holds no account, no password, no token. Its whole network life is one address in cuneiform-relay.json:
  "HostUrl": "http://relay.hivemindrelay.com:8420/"

RUN
  1. Unzip this folder anywhere you like (not inside Program Files). Nothing to install: the program carries its own runtime.
  2. Subscribe to the mod and enable it in Kenshi's launcher. The game need not have run yet.
  3. Join the room's Discord and run /join there: the bot answers you, privately, with your Hivemind key. The room accepts
     lines only from keys it issued, and your lines post under your Discord name - that is how the room is moderated.
  4. Double-click HivemindRelay.exe. It finds the mod by itself and prints where - for a Steam subscriber that is
     Steam\steamapps\workshop\content\233860\3798649464 (NOT Kenshi\mods: the Workshop keeps its own folder); a hand
     install is Kenshi\mods\Hivemind. The FIRST time it asks three things: turn the feed on? [Y/n], your name in the room
     (ENTER = your first character's name), and your key (paste it). It writes those into the mod's Cuneiform.json; that is
     the opt-in. Say n and nothing is written. Then "the host answered ... your key is KNOWN to the room" - leave the window
     open while you play. Without a key the panel shows the room and nothing of yours leaves.
     Only if it says the folder was not found: set "GameFolder" in cuneiform-relay.json to the mod's folder.
  5. Close the window when you stop playing. Start it again next time; it asks nothing more.

WHAT IT SENDS
  Only what the plugin wrote to cuneiform_out.txt: your squad's event lines (if Enabled in Cuneiform.json), the lines you type,
  and your random key. On CTRL+ENTER in the game, with "LogCourier": true, a mod's log file - with every user path blanked
  before it leaves. Nothing else. What it receives goes to cuneiform_in.txt for the panel.

FILES HERE
  HivemindRelay.exe      the program (Windows x64)
  cuneiform-relay.json   the address; "GameFolder" empty = find the mod; "Mode": "client" - leave it
  names.txt              the word filter the room also uses; yours to edit for your own panel
  cuneiform-relay.log    what it did; cuneiform-relay.state  where it left off

The source is in Hivemind-relay-source.zip beside the mod. GPL v3.
