Push config changes live, watch player behavior react in real time, and stop guessing what to balance between builds.
// Built by a developer who got tired of balancing on spreadsheets and Discord screenshots.
You're three weeks into your closed alpha. Half your testers say the boss is too hard, half say it's trivial. You're tracking deaths in a spreadsheet, complaints in Discord, and tweaking values in your config file between builds. Every change is a guess. Every build is a day lost.
A live feed of every session as it plays.
A spike in deaths after the elite wave.
Drag the value. No rebuild, no redeploy.
The spike flattens — live, in seconds.
From spotting the problem to seeing the fix, in under a minute.
A few lines of C# in your build. Stream events as they happen — no data pipeline to stand up.
Adjust elite_spawn_rate, drop rates and XP curves from a live panel — no rebuild.
Changes fan out to every connected session in real time. Watch the curve bend while testers are still playing.
// Real C#. The names you already write — playtestClient, eliteSpawnRate, OnConfigChanged.
Two fields. I read every reply, and you'll be first in when it's ready.
I've been building server tools for about nine years. PushCfgSystems started because of my fascination with Tarkov Live Droprate tweaking and HellDivers World Orchestration/Dm'ing I'm building it in public.