Status
SteamPeaks
ChartsSalesUpcomingPatchesNewsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
NewsSteam's own announcements and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesNewsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
HackeRPGNews0.4.1 Version is Now Available!
Game update

0.4.1 Version is Now Available!

HackeRPG · published 9 Jun 2025, 22:22 UTC · build 18801504

All newsPlayers around this dateRead on Steam

Phew, it took a very long time, but now you can try out the new update!

The main changes are:

  • Interpreter


    Supports arrays, maps, mutable/immutable variables, built-in functions (drop, print), for and while loops, code blocks (all variables are removed from RAM when the code block is completed), ability to write single-line code with semicolon-separated statements, ability to call functions everywhere (no more passing everything to variables) and types (string, float, integer and boolean).
    Error messages have become much more informative.
  • Threads


    Daemons have been replaced by threads, which will not repeat, but will allow you to execute any code in another thread, even without an IDE.
  • Repository


    All the code in your repository is now stored in delimited files on your hard disk, so you can edit them without even running the game. (You have to restart the game to apply changes to it). I will soon add the standalone interpreter binary to the game files, so you can use it as a full-fledged interpreter.
  • New commands


    set_ping_level and ping_level with constants INFO, WARN, ERROR to handle ping level; set_goto_stop_delta and goto_stop_delta for better goto control; run/stop to start a thread; infect/purge to start viruses; threads/viruses to display a list/map of active threads/viruses; skill_cooldown to get skill validity time; also constants returned by type_of are meaningful strings, not identifiers that are hard to remember; is_alive now returns a boolean.
  • Tutorial


    it's partially updated, but it doesn't cover all the new content. I'll redesign it to be more dynamic and engaging in the next major update.
  • The “no parentheses” mode has been removed


    Given the syntax of the new interpreter, parentheses become a mandatory element of the language.
  • Small bug fixes and performance improvements.

Speaking of the next major update, I think the game deserves a lot more gameplay content. The patch does a lot of work, but essentially it won't provide much of a new experience. Yes, it will allow you to find a huge amount of new ways to defeat the small number of enemies the game currently has, but it's not enough. So know I'm starting to work on a dungeon crawl mode with a procedurally generated map, a lot more mobs, items and consumables so you can utilize the vast amount of tools you now have with the new HackerScript interpreter.

Thank you all for the wait. I know it's been a long time since the previous update, but things will be faster this time around as I've built a great foundation for future updates. Thanks for reading! Let's Hack!

More from HackeRPG

Other announcements

All news
Community11 Sep 20260.7.0: what's coming on October 10.7.0: what's coming on October 1 0.7.0 lands October 1. The main work: visuals, farming, the first tutorial steps, editor support, and more. Visuals The game now has a rebuilt lighting. Lamps and shots glow. Lights cast 2D shadows. Round objects now have round hitboxes. Wind and dust drift through the world and catch the light near lamps. Farming The farm is the first non-combat activity in th…Major update1 Sep 2026HackeRPG 0.6 — the big oneThat was a quiet half-year. Here's why. You may have noticed we went silent for a while. It wasn't idle time — it was a full rewrite of how HackeRPG works under the hood. Since the last public build we've written over 55,000 lines of new code across the engine, the scripting runtime, and the tools around them. We wanted to do this properly instead of rushing it, and we think the results were wo…In-game event13 Dec 20250.5.1 Update and Future PlansHi there, I'm glad to introduce you a new small update. Here is a list of changes: · Add option to switch to windowed mode via the configuration menu (or via the config file). · Add preparation animation for shooting bugs. · Add destructible environment, which dynamically spawns during the game and dropping healing hearts when destroyed. · Add health bars for enemies and environment. · Add new…