DX9-Overlay-API
DX9-Overlay-API copied to clipboard
Overlay API for DirectX 9 based games.
I don't know why but BoxCreate just doesn't work. TextCreate, LineCreate, and ImageCreate work correctly. but when trying to create a box, it just doesn't. Hope that even if it...
Man, I'm sorry for making this an issue but your dll is the one working for me except I need one for dx10 games too. I search and find for...
Some of our users experience game crash if overlay is enabled. ``` Faulting application name: TERA.exe, version: 2.0.1.1, time stamp: 0x59642b52 Faulting module name: dx9_overlay.dll, version: 0.0.0.0, time stamp: 0x593d24ee...
If you open up bandicam (screen recording software), then inject your DLL into the game - DLL will work overall, but overlay will not be drawn Same goes for Fraps...
Hi, the DX9Overlay.SetCalculationRatio(1920, 1080); Doesn't work on images and works w/ text. It's a bug ? Cdt
According to the docs, dwColor is ARGB. I tried modifying the demo by changing the BoxCreate command to: BoxCreate(200, 200, 200, 200, 0x10FFFFFF, true) But the resulting box was not...
Is there anyway so that I can make an event if someone clicks on text or drawings I put into the game overlays? For example a link that opens the...
Hi This is awesome project. I tried in some games and it works. But it can't show chinese in DX9 game. Did I miss something? by the way, I tried...