NVIDIAGameWorks / rtx-remix

Combined repo for the RTX-Remix runtime
https://www.nvidia.com/en-us/geforce/rtx-remix/
MIT License
1.37k stars 69 forks source link

GTA4 - complete edition | Shader Model 3.0 or higher required #53

Closed HelIHound closed 1 year ago

HelIHound commented 1 year ago

Describe the bug

To Reproduce Steps to reproduce the behavior:

  1. Launch game

logs NvREmixBridge.log | NvRemixBridge.log old | new drivers d3d9.log | d3d9.log GTAIV_d3d9.log | GTAIV_d3d9.log

Screenshots image

EliteCombineSoldier commented 1 year ago

its literally what its says Shadermodel 3.0 is currently unsupported

Joshhhuaaa commented 1 year ago

GTA IV isn't going to be working anytime soon.

Remix works mostly on a fixed function pipeline, and games after 2005-2006 mostly moved to shader-based rendering (like your Shader Model 3.0 error).

Remix is spoofing your graphics card to not support Shader Model 3.0 even though it does, by default it is set to spoof Shader Model 1.4.

You can check out bridge.conf and see the command: client.shaderVersion = 1.4

This is what causing your error.

You can put client.shaderVersion = 3.0 to get by that error, but the game is not going to work regardless.

HelIHound commented 1 year ago

Remix works mostly on a fixed function pipeline, and games after 2005-2006 mostly moved to shader-based rendering (like your Shader Model 3.0 error). Thanks for the advice

DerP4si commented 1 year ago

so games like far cry 3 or desperados 2 wont work either?