Skip to content

Releases: Valthrun/Valthrun

v0.4.3

04 Apr 00:38
0dae7f7
Compare
Choose a tag to compare

What changed

Hot fix support to be working with CS2 8805339 from Apr 03 2024 10:21:19.

v0.4.2

13 Mar 02:14
Compare
Choose a tag to compare

What changed

  • Added the web radar into the normal Valthrun overlay
  • Added bomb info to the web radar (#129)
  • Added a message on session close instead of timing the web clients out

v0.4.1

08 Feb 22:26
8ec1a6b
Compare
Choose a tag to compare

What changed

  • Added a new standalone radar client which automatically streams your game to a web radar.
  • Updated Valthrun for the CS2 release from 07.02.2024.

Update 29/02/2024

  • Added the Valthrun EFI loader for easy mapping of the Valthrun driver

Update 12/03/2024

  • Updated the driver to support the latest version of Windows 10 (version 19045.4046)
  • Updated the Valthrun EFI loader to support for the latest version of Windows 10 (version 19045.4046)

v0.4.0

14 Nov 23:46
7008d55
Compare
Choose a tag to compare

What changed

Controller

  • Automatically loading all offsets on runtime removing the need for a new version every time CS2 updates

v0.3.5

06 Nov 23:56
a723123
Compare
Choose a tag to compare

What changed

Updated Valthrun for the CS2 release 8469347 from Nov 03 2023 19:27:14.

v0.3.4

03 Nov 12:27
1acb0f0
Compare
Choose a tag to compare

What changed

Updated Valthrun for the CS2 release 8464644 from Nov 02 2023 18:55:17.

v0.3.3

30 Oct 14:55
3af08fe
Compare
Choose a tag to compare

What changed

Controller

  • New ESP configuration system
  • Allow individual colours for all ESP components
  • Adding support for health bars without 2D boxes
  • Health bars can not be set to top, left, bottom, and right
  • Adding support for more ESP toggle possibilities
  • Adding support for showing the player distance
  • Adding support to disable ESP for players which are too far away from your position

ATTENTION:
Thus who used the pre-release version might need to reset their config.yml.
For pre-release versions auto configuration migration is not supported.

Driver

The driver got quite a big stealth and API update.
Checkout the driver interface changes here:
Valthrun/kernel-shared@af4dbe8

v0.3.2

18 Oct 13:31
7b2b3a0
Compare
Choose a tag to compare

What changed

Offsets updated for CS2 revision 8424509 from Oct 17 2023 14:31:33.

Controller

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

11 Oct 23:48
7a761e1
Compare
Choose a tag to compare

What changed

Offsets updated for CS2 revision 8414570 from Oct 12 2023 14:07:51.

Controller:

  • Dropped the administrator requirement (which may messes with some graphic drivers)
  • Added a health bar by @Fotonnn in #53
  • Added a player spectator list by @PetrSeifert in #62
  • Added support for 2d ESP boxes
  • Added support for showing weapon names
  • Added a player defuse kit indicator @PetrSeifert in #62
  • Added ESP-Lines for players by @Fotonnn in #67
  • Moved the bomb info into a better suited place
  • Heavily improved read performance by caching the entity list
  • Properly hiding ESP lines for players you're spectating
  • Finding the CS2 window by it's process id rather then the window title (which might be different for Chinese CS2 version)

Driver:

  • Allowing access to the drivers device without requiring administrator privileges

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

06 Oct 18:37
Compare
Choose a tag to compare

Controller:

  • Using Vulkan as render backend
  • Adding support for hiding the Valthrun watermark (#43)
  • Improving common controller error messages for clarity
  • Do not depend on VC-Runtime in the release build