eleriaqueen / d2-lod-excel-fix

Relax a specific file handle to allow game and Excel application access at the same time

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diablo II "Excel" Fix

A method to modify "Diablo II" so that it behaves nicely even when its tabbed txt data files are open in an Excel type application.

How to use the info in this repository

Bare minimum you need a hexadecimal editor and need to know how to search for and how to modify hex values using this type of software.

Recommended hex editor : ImHex

Details

Target: SFileOpenFileEx (Storm.dll Ordinal 268).

Method : Add FILE_SHARE_WRITE (0x02) to the call to CreateFileA()

Thanks

Yohann Nicolas : Finding the right ordinal to patch was quick thanks to their 1.11b fix for this issue.

About

Relax a specific file handle to allow game and Excel application access at the same time