github Wael3rd/SF6_Tools v2.4
SF6 Training Tools v2.4

latest release: v2.5
23 days ago

What's New

Memory Optimization

  • Fixed continuous memory growth caused by per-frame closure allocations in Lua hooks
  • SharedHooks: pl_input_sub hook now caches player addresses (refreshed every ~1s instead of every call), eliminating ~120 closure allocations/second
  • SharedHooks: UpdateGameInfo hook rewritten to avoid wrapping entire body in pcall(function()...end)
  • SheldonsBoxes: all 5 pcall(function()...end) patterns replaced with pcall(func, args) — no closures created per frame

Affected Areas

  • Hitbox viewer (draw_boxes: get_IsR0Die, get_IsTeam1P)
  • Vital ruler (vr_get_vital_max)
  • Web bridge JSON read/write
  • Player detection in input hooks

Installation

Extract the zip into your Street Fighter 6 game directory.

Don't miss a new SF6_Tools release

NewReleases is sending notifications on new releases.