#
d3d9
Here are 50 public repositories matching this topic...
Improved version of the X-Ray Engine, the game engine used in the world-famous S.T.A.L.K.E.R. game series by GSC Game World.
opensource
cmake
opengl
cplusplus
game-engine
cpp
engine
sdl
sdl2
x64
directx
x86
cpp17
d3d11
stalker
3d-game-engine
3d-engine
directx11
d3d9
xray-engine
-
Updated
Jun 28, 2021 - C++
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.
gamedev
wrapper
gaming
dll
directx
fullscreen
game-development
compatibility
asi
asiloader
asi-loader
detour
directx-sdk
d3d9
wrapper-dll
d3d8
disasm
dxwnd
ddraw
dsound
-
Updated
May 30, 2021 - C++
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
opengl
ai
game-engine
cpp
x64
x86
stalker
xray
community-edition
alife
d3d9
improved
xray-engine
directx9
gsc-game-world
d3d10
directx10
-
Updated
Apr 8, 2019 - 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++
Open
Gallium Nine issues
25
popsUlfr
commented
Dec 21, 2018
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
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.
console
wrapper
dll
directx
overlay
direct3d
directx-9
d3d9
wrapper-dll
proxy-dll
direct3d9
direct3d9-overlay
direct3d9-wrapper-dll
overlay-framework
directx9
-
Updated
May 6, 2019 - C++
A generic post-processing injector for games and video software.
opengl
shaders
vulkan
injector
d3d12
d3d11
post-processing
mods
graphics-rendering
d3d9
depth-buffer
reshade
d3d10
-
Updated
Feb 9, 2021 - 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
opengl
ai
game-engine
cpp
x64
x86
cpp17
d3d11
stalker
xray
community-edition
alife
directx11
d3d9
improved
xray-engine
directx9
xray16
gsc-game-world
directx10
-
Updated
Jun 20, 2021 - C++
D3D/DirectX Model recognition values for multiple games, used to create wallhack or chams
game
c
hooks
c-plus-plus
hack
esp
aimbot
vac
d3d12
d3d11
d3d9
punkbuster
wallhack
d3d-interface
multihack
gamehook
gamehack
modelrec
model-rec
model-recognition
-
Updated
Jun 21, 2017 - C
Automate installation of DXVK, D9VK + Wine/Wine Staging & update GPU drivers + PlayonLinux wineprefixes (Debian/Ubuntu/Mint/Arch Linux/Manjaro)
shell
steam
ubuntu
arch
vulkan
valve
proton
d3d11
wine
playonlinux
d3d9
wine-staging
dxvk
d9vk
dxvk-installation
-
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