elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.29k stars 91 forks source link

Tomb Raider 3 Support #237

Open Speedwagen opened 1 year ago

Speedwagen commented 1 year ago

Feel Free to close this if you do not have the time but I was wondering if there was any way to test support for Tomb Raider 3 or maybe 4?

elishacloud commented 2 months ago

I just tested Tomb Raider 3. It uses Direct3D version 2, which dxwrapper does not have good support for yet.

elishacloud commented 3 weeks ago

I tested this game and the issue is that the textures in this game are all blank. I enabled DdrawFillSurfaceColor and you can see that the game is working, but all the textures are blank. I need to figure out why the game is not able to load the correct texture here.

elishacloud commented 2 weeks ago

Ok. Tomb Raider 3 should be working with the latest build: dxwrapper.zip