elishacloud / dxwrapper

Fixes compatibility issues with older games running on Windows 10/11 by wrapping DirectX dlls. Also allows loading custom libraries with the file extension .asi into game processes.
zlib License
1.16k stars 83 forks source link

Hitman 2 Silent Assassin #82

Closed LonginKandinsky closed 3 years ago

LonginKandinsky commented 3 years ago

Hello

I followed your guide https://github.com/elishacloud/dxwrapper/wiki/Hitman-2-Silent-Assassin

Problem is that I don´t see any NPC in game...the 47 included.

mirh commented 3 years ago

Try to limit in-game framerate.

elishacloud commented 3 years ago

This could be because you have an Intel integrated graphics card. If that is the case you can try forcing the game to use the Nvidia or AMD video card from the graphics control panel.

See example: image

LonginKandinsky commented 3 years ago

I have only integrated Intel graphics card

elishacloud commented 3 years ago

It works fine with my integrated card. However, many integrated cards don't support all DirectX features. There is not much debug logs on d3d8to9 and I would have to see which features don't work to see if this could be resolved.

LonginKandinsky commented 3 years ago

Can you please upload previous version of the patch?

elishacloud commented 3 years ago

Here is a link to the previous version of the patch: hitman2-fix.zip

LonginKandinsky commented 3 years ago

I have checked dxwrapper log where d3dx9_xx.dll wasn't properly loaded Problem was fixed by reinstalling DirectX and now I see all NPCs.

Thanks

elishacloud commented 3 years ago

Ok, great. I am glad you figure it out!