News Liste HackHub

Major Update 0.8.20
HackHub
1 Tag 20:30 Community Announcements
[p]General[/p]
  • [p]Fixed many bugs and improved overall stability.[/p][/*]
  • [p]Fixed a global text blur issue that occurred when clicking certain input fields in applications (GPU compositing issue).[/p][/*]
  • [p]Added the game version number to the Main Menu and In-Game ESC Menu. This helps identify whether reported issues are caused by outdated versions and speeds up debugging.[/p][/*]

New Application

[p]Notepad[/p]
  • [p]Added a brand-new Notepad application.[/p][/*]
  • [p]Allows you to take notes without creating [c].txt[/c] files.[/p][/*]
  • [p]You can create multiple notes within the app.[/p][/*]
  • [p]Theme and font customization options are available.[/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/667aa75dffa8b57b89328190acf32ff44c42be7c.png"][/img][/p][/*]

Scripting Updates

[p]FileSystem[/p]
  • [p]Updated the [c]ReadDir[/c] method:[/p][list]
  • [p]Added [c]path[/c] (relative to current directory).[/p][/*]
  • [p]Added [c]exactPath[/c] (absolute path from root).[/p][/*]
[/*][*][p]Added the [c]SetDirectory[/c] method — you can now change directories via scripting.[/p][/*][*][p]Added the [c]ReadFile[/c] method — allows reading contents of [c].txt[/c] and some other file types.[/p][/*][/list][p]Custom App Metadata[/p]
  • [p]Added support for the [c]@app-description[/c] parameter.[/p][/*]
  • [p]When included, the description will appear in the [c]help[/c] command.[/p][/*]
Code /**
* @app-description My custom hack tool description.
*/

println("Hello!");
[p][/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/7762b8239d8f80e9c806cafd25473311bd6833af.png"][/img][/p][p]Console Output[/p]
  • [p]Added support for [c]\\t[/c] and [c]\\n[/c] escape characters in the [c]println[/c] method.[/p][/*]

Suspicion System Improvements

  • [p]Leaving a hacked device without properly cleaning the correct logs now increases suspicion by 10 instead of 20.[/p][/*]
  • [p]Suspicion reduction when changing Wi-Fi networks adjusted from 25 → 20.[/p][/*]

Hacked Minigames Improvements

  • [p]Updated the timer widget used in hacked minigames.[/p][/*]
  • [p]Improved timing balance in the Typing minigame.[/p][/*]
  • [p]Correctly typing a pattern in the Typing minigame now grants bonus time.[/p][/*]
[p]New Hacked Minigames Added[/p]
  • [p]Packet Catcher[/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/90a9209578a4efcf6e335491ca9147a871a42865.png"][/img][/p][p][/p][/*]
  • [p]Port Lockdown[/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/ac3045da0e3785b7cdde207c68f911942b47ace4.png"][/img][/p][p][/p][/*]
  • [p]Network Router[/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/5eb6947e9d4699d75a1c34527119dd08e69adda0.png"][/img][/p][p][/p][/*]
  • [p]Frequency Match[/p][p][img src="https://clan.fastly.steamstatic.com/images//45012800/78fd28d8d254823c92886e81fb76a6cd872111c4.png"][/img][/p][/*]

Gameplay Fixes

  • [p]Fixed an issue where players could still be hacked while not connected to a Wi-Fi network.[/p][/*]
  • [p]Fixed a soft-lock issue in The Journalist’s Sister – Part 9.[/p][/*]
  • [p]Fixed the [c]cd[/c] command behavior in the terminal — using it without parameters now correctly moves one directory back.[/p][/*]
  • [p]Fixed issues in the Typewriter system.[/p][/*]

Localization Updates

  • [p]Added multiple missing localizations.[/p][/*]
  • [p]Added 37 missing localizations for Gomail and LCB.[/p][/*]
  • [p]Fixed issues where date and time appeared incorrectly in some languages.[/p][/*]
  • [p]Fixed missing localization for LCB Transfer descriptions.[/p][/*]
  • [p]Fixed date/time symbol issues in LCB Transfers.[/p][/*]
  • [p]Fixed missing localization for NovaEnergy Twotter account and posts in TJS Part 7.[/p][/*]
  • [p]Fixed Kisscord messages in TJS Part 6.[/p][/*]
  • [p]Fixed spacing issues and approximately 200 translation errors in the Chinese language.[/p][/*]
  • [p]Fixed localization issues with names in Chinese.[/p][/*]
  • [p]Added missing localized descriptions for some terminal commands.[/p][/*]

Screen Resolution Improvements

  • [p]Increased dialog window heights to prevent text and buttons from being cut off.[/p][/*]
  • [p]Optimized in-game windows for low-resolution displays.[/p][/*]

UI & UX

  • [p]Added Enter key support for login and registration on:[/p][list]
  • [p]Twotter[/p][/*]
  • [p]Goagle Mail[/p][/*]
  • [p]Pfsense[/p][/*]
  • [p]LCB[/p][/*]
  • [p]Router websites[/p][/*]
[/*][/list]