About this mod
Random fixes for Dark Souls II (WIP) — not meant for Scholar of the First Sin
- Permissions and credits
- Donations
How to use
- download
- unpack anywhere
- run ds2fix.exe
- either click 'Apply' before launching Dark Souls II or after, it doesn't matter
Current fixes
>30fps durability bug
Uses the formula shown here.
Dark Souls II has its physics engine calibrated to 30fps, and as such it will do 2 ticks for every cycle when running at 60fps (place a breakpoint @ 0x76FFDA and watch that being called twice); we'll get the durability value and recompute it for the current FPS snapshot (located @ DarkSoulsII.exe+0x11A36C4 + 0xC4).
Incoming fixes
- +14 save corruption
- namecrash protection
Links
source code on github