Skip to content

v1.0.1

Compare
Choose a tag to compare
@oxiKKK oxiKKK released this 26 Apr 16:55
· 201 commits to main since this release

v1.0.1

Additions and improvements

  • Added link to github repository to the bottom right corner of the screen (when menu is up).
  • Added custom sprite and HUD rendering, including the option to change HUD colors. 🌈
  • Added command support and new prompt inside console for entering commands. See this commit. Some of the commands are:
    • "variable_list"
    • "command_list"
    • "clear"
    • "help"
  • Added Server liar that allows you to lie to the server. (more information on that in the cheat menu)
  • Added hud_render_velocity variable to display player velocity on the screen using vanilla sprites.
  • Improvements to various error dialogs.

Bugfixes

  • Added check to see whenever the user is using the supported Windows version.
  • Fixed mouse cursor stuck issue. (#0001)
  • Added support for C++ exceptions when using manual mapping. See this commit for more details.
  • Various crash fixes.