Dark Souls 2
0 of 0

File information

Last updated

Original upload

Created by

eur0pa

Uploaded by

ingiusto

Virus scan

Some manually verified files

About this mod

Random fixes for Dark Souls II (WIP) — not meant for Scholar of the First Sin

Permissions and credits
Donations
DS2Fix

Random fixes for Dark Souls II (WIP) — not meant for Scholar of the First Sin


How to use

  1. download
  2. unpack anywhere
  3. run ds2fix.exe
  4. 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