Skip to content

Releases: YaLTeR/BunnymodXT

0.4-b

04 Apr 19:46
Compare
Choose a tag to compare

Fixed a Windows crash on certain occasions, read more here:
4579f96

0.4

01 Apr 15:31
Compare
Choose a tag to compare
0.4
  • Added autostop for BS, OP4 and GMC. IGT yay.
  • Fixed a bug with time and the jumpspeed HUD element.
  • Added a viewangles HUD element.
  • Get accurate info from the engine for the HUD elements (fixes the red HUD text flashing when running over 1000 FPS on Steam).
  • Lots of secret TAS advancements.

0.4-a

01 Apr 19:32
Compare
Choose a tag to compare
  • Added support for 4554 (the GoldSrc package client).

0.4-pr3-b

18 Feb 13:43
Compare
Choose a tag to compare
0.4-pr3-b Pre-release
Pre-release
  • Cleaned up some logging.
  • Added the bxt_timer_autostop CVar. If it is enabled, automatically stops the timer on Nihilanth's death.

0.4-pr3-a

14 Feb 15:47
Compare
Choose a tag to compare
0.4-pr3-a Pre-release
Pre-release

Building statically from VS 2015 CTP and a little helper for the new injector.

0.4-pr3

02 Feb 20:05
Compare
Choose a tag to compare
0.4-pr3 Pre-release
Pre-release

Lots of mainly internal modifications.

  • Added bxt_hud_timer for showing the in-game timer.
  • Added bxt_timer_start, bxt_timer_stop and bxt_timer_restart for manupulating the in-game timer.
  • Probably something else I don't remember.

0.4-pr2

23 Dec 07:22
Compare
Choose a tag to compare
0.4-pr2 Pre-release
Pre-release
  • Made the custom HUD elements work in AG.
  • Fixed crashes with certain expansions or versions of the game libraries.
  • Got rid of the y_ prefix for CVars and commands.
  • Made bxt_bhopcap and bxt_bhopcap_prediction enabled by default.

0.4-pr1

15 Dec 20:27
Compare
Choose a tag to compare
0.4-pr1 Pre-release
Pre-release
  • Fixed the bug with the speedometer position.
  • Added the jumpspeed HUD element.
  • Renamed all _pos CVars to _offset.
  • Added _anchor CVars to HUD elements, should be set to two space-separated floating point values, the first one is multiplied with the screen width and added to the x offset resulting in the final x coordinate for the HUD element, the second one - with the screen height and y offset.

0.3

14 Dec 15:46
Compare
Choose a tag to compare
0.3

Now comes with a Linux .so!

  • Added various HUDs, such as a velocity HUD, an origin HUD and a speedometer HUD.
  • Added CVars to control those:
  • - y_bxt_hud
  • - y_bxt_hud_color
  • - y_bxt_hud_precision
  • - y_bxt_hud_velocity
  • - y_bxt_hud_velocity_pos
  • - y_bxt_hud_origin
  • - y_bxt_hud_origin_pos
  • - y_bxt_hud_speedometer
  • - y_bxt_hud_speedometer_pos

BUG: Speedometer position is being got from y_bxt_hud_velocity_pos instead of y_bxt_hud_speedometer_pos.

0.2

23 Sep 14:08
Compare
Choose a tag to compare
0.2

Contains all the basic functionality (bhop uncapping and autojump), togglable by CVars and injectable into pretty much anything you want with BunnymodXT-Injector.