Release SFD 1.5.0i
Published at 2026-05-10 15:59:56 UTC
How to access update preview
To access the preview version of the upcoming update go into your Steam library > Select "Superfighters Deluxe" > Go into properties > Navigate to Game Versions and Betas > Select "updatepreview" (Preview of update SFD v1.5.0 (64 bit)). You might have to restart Steam if you don't see it.
Changelog for Superfighters Deluxe 1.5.0i update preview.
💻 ScriptAPI/Map Making
- Updated script execution to allow for occasional CPU spikes.
- Note: This is the first update for a more dynamic approach to allow scripts to occasionally spike CPU usage at the cost of a temporary stutter in the game. (This aligns much better how the old script engine worked in SFD 1.4.2.)
- Script methods can now run up to 1000 ms occasionally to compensate for complex one-time operations. After 1000 ms the script terminates.
- Script than run longer than 100 ms often will show a warning in the chat (for the host) that the script is performing sub-optimal.
- Fixed banned types in scripts generating false positives on member invocations, affecting Dictionary.Keys not working (reported by dxse).
- Fixed classes marked as serializable in the script interface not always returning copies as they did in the old script engine, affecting StatsToKeep and PlayerModifiers (reported by dsaf).