ianpatt / sfse

Starfield Script Extender
Other
338 stars 32 forks source link

Adjust func length for 1.7.36. #21

Closed dranger003 closed 1 year ago

dranger003 commented 1 year ago

The latest 1.7.36 update breaks in release mode but not in debug mode and correcting the function length for the game data loaded hook fixes the crash in release mode.

ianpatt commented 1 year ago

This disables the hook completely, which is also incorrect. It is currently potentially stomping ecx and possibly doing some other bad things. Investigating.

ianpatt commented 1 year ago

Fixed in 488fb3dbe2eafd79bc3e6068e9aa53bd2bf99c7c.