heatray

Results 27 comments of heatray

do videos work without a patch and in fullscreen mode?

apparently, the problem has been solved by microsoft I also noticed that Game Bar now works properly on top of opengl fullscreen games

can you provide XOM*.log ?

I can assume that the problem is with the shaders ``` 4747 | * XSOgl | Invalid parameter type for rcpFrame in program CopyFxaa 4770 | * XSOgl | Invalid...

is vcredist installed? https://aka.ms/vs/17/release/vc_redist.x86.exe

try new version https://github.com/heatray/WUMPatch/releases/tag/v23.11.12

you can try any other version of [asi loader](https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases) also you can try inject patch using [SpecialK](https://github.com/SpecialKO/SpecialK) or [Koaloader](https://github.com/acidicoala/Koaloader) (I haven't tried)

just add this line ```diff +++ CG/PostProcess.cg void ApplySepia( inout float4 c, float4 sepiaColour ) { float3 vBW = float3( 0.3, 0.59, 0.11); float3 col = c.rgb; float brightness =...

It works for me without any problems. - make sure you have installed the correct version of the game, for example: - 1003 SEGA release > 1073 patch > 1073...

At first, I just wanted to make a proper widescreen fix for Worms 4 Mayhem didn't know anything I studied assembler, the projection matrix in OpenGL (view frustum) and the...