Skip to content

5.1.0

Latest
Compare
Choose a tag to compare
@Jire Jire released this 30 Dec 08:11
· 7 commits to main since this release
6cd3fd2
  • Added in-game UI toggling (with toggle setting toggle_key_codes) for better aim data accuracy
  • In-game UI toggling key combo setting (toggle_key_codes) to adjust the in-game UI toggle key combo (uses virtual key codes, so supports every keyboard language/layout!)
  • Toggle UI runs on a separate thread, so it doesn't slow down the aim thread
  • Added aim CPU thread affinity locking for lower jitter / better aim consistency (set with aim_cpu_thread_affinity_index setting, -1 to disable)
  • Added custom FastAbs absolute-value calculator with higher performance to replace Math.abs
  • Made flicking use precise sleeping for lower jitter / higher performance (+ improved settings documentation)
  • Removed overlay for faster Gradle builds (will be replaced with DirectX direct frame draws in future)
  • Switched Threads to use non-deprecated exec method for grabbing number of cores
  • Upgraded Kotlin to 1.8.0 (stable version)
  • Cleaned up start.bat generation to not have unnecessary indentation
  • Fixed KotlinProjectPlugin unused parameter warning
  • Disabled distZip & startShadowScripts Gradle tasks for improved build performance