Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

One thing that always disturb me with hacking games, is the lack of automation & scripting.
It is always, type this IP number (like a neanderthal) by hand into the command prompt (at least you can copy/paste it in THIS game :D ),  but then it's just "type command A, folowd by command B, then C,..."  over & over again, there is usually no way to just cram a series of command (& variables) into eg. a .bat-file or similar, to make our own tools, where it just asks for the IP-number & executes all those commands in a row. As it SHOULD be, typing by hand is WAAAAAY too slow in reality.

(+1)
100% agree — typing the same chain by hand gets old fast, and real work is automated. A scripting system is high on my list: save a sequence of commands (with a variable like the target IP) as your own reusable tool and run it in one go. It's exactly the direction I want to take the terminal. Thanks for the thoughtful write-up — this is the kind of feedback that shapes the game. 🙏