ataulien / GD3D11

D3D11-Renderer for Gothic and Gothic 2
GNU General Public License v3.0
174 stars 76 forks source link

Remove checksum warning #28

Open Jurigag opened 7 years ago

Jurigag commented 7 years ago

Could you add these ? I needed to apply to gothic2.exe 4gb patch because with hd textures etc stuff game sometimes went out of memory and i had crashes about memory allocation, out of memory. But now i have obviously checksum warning that gothic2.ext is not correct.

imirceah commented 5 years ago

Look for the old checksum in ddraw.dll and patch it; careful, it's little endian - so a gothic2.exe checksum of 0x8a3ea9 is stored as A9 3E 8A 00.