HomeGamesUpdatesPricingMethodology
Steam News24 October 20241y ago

0.3.0 version announcement

Hi everyone! I'm working hard on the new build and I'll finish really soon. Let me tell you about what you will get in the next update: Coding Drafts - allows you to save your code even if you won't have enough SSD, but

Full notes

Full HackeRPG update

Read the full published notes in a cleaner layout. The original post stays linked below.

What changed

0 fixes2 additions6 changes0 removals
  • Gameplay
  • UI and audio
  • Compatibility
  • Balance
addedHi everyone! I'm working hard on the new build and I'll finish really soon. Let me tell you about what you will get in the next update:
addedQuality of LifeNew keys supported - now you can use Del key to delete the character just under the caret and Ctrl+arrows to jump by word.
changedQuality of LifeCurrent skill name - you're able to see you skill name on your HUD, e.g. if you have the shield you will see "skill(shield): ready" when you start the run.
changedQuality of LifeBugfixes - minor fixes as well as fix of the bugs that not allowing you to play from MacOS and some Linux devices.
changedGameplayPing levels - now you can set the level for your ping with ping_level variable. Thus you can generate ids for projectiles, coins, etc.
changedGameplayMore specific commands - with the ping updates described above that also will be useful to get the type of the entity by id. So you will be able to understand if that's enemy of collectable or even get the enemy's type! Now you're finally able to actually beat the game automatically!

Hi everyone! I'm working hard on the new build and I'll finish really soon. Let me tell you about what you will get in the next update:

Coding

  • Drafts - allows you to save your code even if you won't have enough SSD, but you can't use this code in game.

  • Repository - allows you to create and test code templates so you don't have to rewrite it each run.

Quality of Life

  • No parentheses mode - now you can write all the code without the parentheses just like in bash if you want to. You can set the in the config menu.

  • Config and repositories files - all your repositories and the config files will be stored in your Documents/hackerpg/ folder. So you're able to edit it via your text editor of choice and to share it with the community as well!

  • IDE from the pause menu - finally :)

  • New keys supported - now you can use Del key to delete the character just under the caret and Ctrl+arrows to jump by word.

  • Current skill name - you're able to see you skill name on your HUD, e.g. if you have the shield you will see "skill(shield): ready" when you start the run.

  • Bugfixes - minor fixes as well as fix of the bugs that not allowing you to play from MacOS and some Linux devices.

Gameplay

  • Ping levels - now you can set the level for your ping with ping_level variable. Thus you can generate ids for projectiles, coins, etc.

  • More specific commands - with the ping updates described above that also will be useful to get the type of the entity by id. So you will be able to understand if that's enemy of collectable or even get the enemy's type! Now you're finally able to actually beat the game automatically!

  • Balance fixes

The 0.3.0 version will be available in 1-2 weeks. Stay tuned!

Source

Steam News / 24 October 2024

Open original post

Changelog.gg summarizes and formats this update. How we read updates.