Elisha Riedlinger
Elisha Riedlinger
@Dadditude, it took me a while but over the past year or so I have been working on creating a wrapper to convert ddraw to Direct3D9. It is a lot...
@FunkyFr3sh, here is the check-in that fixed Battle.net: [7b9dce6](https://github.com/elishacloud/dxwrapper/commit/7b9dce6d5963c147471e2fc54b5083fd4497c577) I switched from using heap memory to allowing the game to lock the Direct3D9 texture directly. So rather than creating new...
> I hope that you can get Strange Bytes' version working with multiplayer. Recently I created a build from the Strange Bytes [diablo-ddrawwrapper](https://github.com/strangebytes/diablo-ddrawwrapper) project that fixes the multiplayer battle.net issue....
> I didn't know you had already done this. I fixed the Strange Bytes' code about a month ago and added a pull request, but have not published an update...
@qndel, [my no-cd fix](https://github.com/elishacloud/dxwrapper/wiki/Diablo) already works on bnet. Two of key goals of this project are: 1) to make a generic wrapper, and 2) to not require any of the...
It is true that my way currently only works with 1.09, but I could simply modify the ini file to add support for 1.08, if needed. Also, 1.09 is the...
The Settlers 3 uses DirectX 6. However, it loads ddraw.dll via COM component. See [this thread](https://github.com/narzoul/DDrawCompat/issues/18#issuecomment-320529720) for more details. With Windows 10 when you load ddraw.dll this way it will...
Yeah, my fix not perfect yet. The issue with this game is that certain controls (labels, buttons, etc.) will be pushed to the back so they are hidden. My "fix"...
@BDevGW, I never tested with the German version, but I see no reason why it would not work. First disable all compatibility settings. Secondly try this new update: [dxwrapper.zip](https://github.com/elishacloud/dxwrapper/files/3867991/dxwrapper.zip). I...
Ok, try with the following update. Unzip this into the Armada folder, overwriting any existing files: [dxwrapper.zip](https://github.com/elishacloud/dxwrapper/files/9398691/dxwrapper.zip)