- Thread starter
- #1
WAZAAAAA
[08] Mercenary
Soulcalibur 6 has 1 fake frame of forced input lag that can be easily disabled on PC with simple modding, just like Tekken 7.
This is the meaning of the training mode "Frame Delay" options:
The lag applies to every offline mode, not just training.
So this is how the mod works:
Please note that you'll have to mod your exe every time the game gets an update. This exact method has been working for every version of the game thus far, but I can't guarantee it will keep working in future patches.
This is the meaning of the training mode "Frame Delay" options:
Code:
1 frame = While Offline
3 frames = 5 bars
5 frames = 4 bars
7 frames = 3 bars
9 frames = 2 bars
So this is how the mod works:
- open
SoulcaliburVI.exe
with a hex editor of your choice - find this hex string:
74 06 2B 9F 90 03 00 00
replace it with:
74 06 90 90 90 90 90 90
and save the changes.
Please note that you'll have to mod your exe every time the game gets an update. This exact method has been working for every version of the game thus far, but I can't guarantee it will keep working in future patches.