Releases: Sevoii/StriveFrameViewer
Releases · Sevoii/StriveFrameViewer
Lucy Patch
3v3 Patch
Updated Frame Viewer to work with Strive 1.41
Most of the credit for this update goes to Ryn for creating the original working mod that this update is based upon
Dizzy Patch - Hotfix 1
Fixes F5 Menu navigation - now uses arrow keys!
Add cross-up detection (WIP)
Minor other improvements
Dizzy Patch
Now works on Version 1.40
Pre Season 4 Patch
Added:
- Saveable Configs (no need to change your settings on startup now!)
- Separate colors for hit/block stun on SF6/Dustloop
- Show dash frames option
- Pause types (WIP, not ready)
Fixed:
- Bar flickering on frame advance
- Throw boxes being completely wrong
If you want to use Unverum, use my fork of it: https://github.com/Sevoii/Unverum/releases/tag/1.0
Slayer Patch
v1.07 slayer fix
Actually Fix Afros
Fixes afro this time yayyyyyyy
Rammy Sword Fix
ABA Fix (But better)
v1.04 remove debug
ABA Fix
Mainly just change the offsets
public:
FIELD(0xBA8, class asw_engine*, Engine);
FIELD(0xBB0, class asw_scene*, Scene);
FIELD(0xBC8, class asw_events*, Events);
};
and
public:
FIELD(0x6140, int, enable_flag); // original: 0x6080 -> fixed: 0x60E0 (+0x060)
FIELD(0x6160, int, blockstun); // original: 0x60A0 + 0x060 = 0x6100
FIELD(0x9928, int, hitstun); // original: 0x9868 + 0x060 = 0x98C8
FIELD(0xc32C, ID_CMNACT, cur_cmn_action_id); // original: 0xC26C + 0x060 = 0xC2CC
FIELD(0xD05C, int, slowdown_timer); // original: 0xCF9C + 0x060 = 0xCFFC
