blacha / diablo2

Utilities to work with diablo2, Clientless map rendering & packet sniffing
MIT License
190 stars 68 forks source link

Init:Failed:UnknownGameVersion with D2R #183

Closed s1228 closed 3 years ago

s1228 commented 3 years ago

When ever I try to run this with D2R, i just get "Init:Failed:UnknownGameVersion" and it says "MapProcess:Closed"

Do i need to modify anything, to get this to run with D2R?

blacha commented 3 years ago

This does not work with d2r at all, it only works with diablo2 v1.13c or diablo2 v1.14 & Project Diablo2

s1228 commented 3 years ago

hm, ok. the screenshot of D2R in the readme gave me the impression that it would. thanks for clarifying.

blacha commented 3 years ago

The map generation for diablo2 classic and d2r is exactly the same, if you can acquire the seed from your d2r client you can generate the maps for it.

arithxp commented 3 years ago

The map generation for diablo2 classic and d2r is exactly the same, if you can acquire the seed from your d2r client you can generate the maps for it.

Can you share the offset or pattern? I'm using Windows, so I'd like to know how to read it with a program like Cheat Engine.

blacha commented 3 years ago

Something like misterokaygo/D2RAssist would show you how to find the offsets

arithxp commented 3 years ago

Something like misterokaygo/D2RAssist would show you how to find the offsets

Thanks for the info. Now let's try to make the map hack in C++.