d3d9
Here are 50 public repositories matching this topic...
Fixes compatibility issues with older games running on Windows 10 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
-
Updated
May 30, 2021 - C++
bug
d3d9_impl.cpp
void impl::d3d9::init()
assert
Debug work only
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
-
Updated
Sep 1, 2021 - C++
Wraps the main DirectX and Direct3D DLLs. It allows you to intercept calls to DirectX and Direct3D interface functions so that you can log API calls or you can add your own code into the game, such as enabling Anti-Aliasing or creating overlays in the game.
-
Updated
May 17, 2021 - C++
X-Ray Engine 1.0 expansion. Original version was used in S.T.A.L.K.E.R.: Shadow of Chernobyl.
-
Updated
Jul 28, 2020 - C++
Gallium Nine issues
General thread to discuss problems running games with gallium nine on.
Make sure you have mesa installed with gallium nine enabled.
In Ubuntu, Mint use the following PPA :
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers
In the game's launch options put :
PROTON_DUMP_DEBUG_COMMANDS=1 PROTON_USE_GALLIUM_NINE=1 %command%
This will dump scripts into `/tmp/proton_<us
A generic post-processing injector for games and video software.
-
Updated
Feb 9, 2021 - C++
Direct3D9 Wrapper DLL/classes with a built-in overlay framework that implements an in-game console and a text feed for printing on-screen messages in DirectX9 programs. Includes plugin support.
-
Updated
May 6, 2019 - C++
This is a basic window hijacker which will target a process to create an invisible click though window which will allow you to draw what ever you want on it
-
Updated
May 29, 2020 - C++
Graphic modification for WarCraft 3
-
Updated
Feb 6, 2019 - C
X-Ray Engine 1.6 expansion. Join our IRC channel #openxray on freenode.org, or our Discord channel: https://discord.gg/sjRMQwv
-
Updated
Nov 6, 2021 - C++
D3D/DirectX Model recognition values for multiple games, used to create wallhack or chams
-
Updated
Jun 21, 2017 - C
Automate installation of DXVK, D9VK + Wine/Wine Staging & update GPU drivers + PlayonLinux wineprefixes (Debian/Ubuntu/Mint/Arch Linux/Manjaro)
-
Updated
Mar 1, 2021 - Shell
Improve this page
Add a description, image, and links to the d3d9 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the d3d9 topic, visit your repo's landing page and select "manage topics."



I'm writing this from memory as I've used apitrace only a couple times in the last few years.
This was only seen in wine, I have no idea if this fails the same way with native Windows.
Anyway, if apitrace is placed in a path that's outside locale constrains of the locale it's run in, it fails to run due to using GetCurrentDirectoryA.
I don't quite recall how exactly the failure gets trigg