this post was submitted on 12 Sep 2025
171 points (99.4% liked)
PC Gaming
12281 readers
244 users here now
For PC gaming news and discussion. PCGamingWiki
Rules:
- Be Respectful.
- No Spam or Porn.
- No Advertising.
- No Memes.
- No Tech Support.
- No questions about buying/building computers.
- No game suggestions, friend requests, surveys, or begging.
- No Let's Plays, streams, highlight reels/montages, random videos or shorts.
- No off-topic posts/comments, within reason.
- Use the original source, no clickbait titles, no duplicates. (Submissions should be from the original source if possible, unless from paywalled or non-english sources. If the title is clickbait or lacks context you may lightly edit the title.)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I don't have the game, but maybe it ships older dlss dll or uses some shit preset? I usually just replace the game dll with latest one from TPU (https://www.techpowerup.com/download/nvidia-dlss-dll/) and slap an env var to force transformer model
DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE_RENDER_PRESET_SELECTION=RENDER_PRESET_K
(as per: https://github.com/jp7677/dxvk-nvapi/wiki/Passing-driver-settings) (EDIT:render_preset_latest
could work too, but last I heard K was latest, and the "newer ones" aren't actually used yet, dunno ofrender_preset_latest
actually uses those or K)seems to work in the games I play, but, YMMV.
edit: might need
DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE=on
as well.I'll give it a try, thanks!