Does anyone know if its possible to convert the mpq .scn files to navigation meshes fully offline and then read diablo memory and use them from disk? I guess they would need to be combined in the case of random dungeon generation stuff.
Right now I am iterating mpq files and searching for .scn files inside, should I be also looking for .phm files?
What I am trying to do is let recast generate my navmesh from obj files, I am just slightly confused on how to associate mem reading with offline data considering the game uses randomized content.
If anyone has some tips, would be very greatful, thanks!