3 months ago - FatsharkJulia - Direct link

Could you try this below, please?

  1. Press the Windows key + R
  2. Enter %appdata% within the search input and select ‘OK’
  3. Navigate to AppData\Roaming\Fatshark\Darktide
  4. Open user_settings.config
  5. Change ray_tracing = true to ray_tracing = false
  6. Save your changes
  7. Play Darktide as normal
3 months ago - Axloss - Direct link

put ray_tracing = true directly in the top section of the .config file so it’s parsed correctly. Meaning the option you see is not the correct option to change to fix your issue.

This option will tell your game you dont have ray tracing support so we dont load anything related to that. The options you see is related to the ingame menu.

This options is not exposed by default, it’s for users such as you that have this issue. Of some reason it takes too long time for you creating pipeline state objects (PSO)

when this option is enabled you wont have any ray tracing options available in the menu ingame.

3 months ago - Axloss - Direct link

yes, set to false is correct :smiley:

3 months ago - Axloss - Direct link

i think the game respects new entries without overwriting them. Not sure since I don’t work with that work. So I dont think you need to make it read only.

But if this doesn’t work for you we can also override it by doing same thing in game files → win_settings.ini. But since you dont really want to modify game files this is prefered.

During my tests the game didnt overwrite this value.

3 months ago - Axloss - Direct link

another note, since we dont set the file to read only you could encounter other issues doing that.

3 months ago - Axloss - Direct link

i dont think you should modify the write read rights at all :slight_smile:

can you still see ray_tracing = false in your config file? you can upload if you are unsure. But note it should not be inside any other object since we assume it is in the root level. The log has still logs about ray tracing.

If you cant see ray tracing it could be launcher or game that overwrites the file. You could try launch the game from the exe to work around the launcher

3 months ago - Axloss - Direct link

yes, so its quite clear the issue is that creating ray tracing shaders takes too much time. We have communicated this with AMD but they have not been able to repro it and it seems to only affect a few ppl. Could be a combo of windows installation, drivers and potentially other stuff.

We can potentially handle that in the future but regardless that will cause longer loading times and I assume we rarely have stalls longer than a second and this is a 15 second stall.

note that i neither work on launcher or ingame settings and thus not sure if they overwrite the settings, but this worked when i was testing it locally because i added this setting just for this reason that we have seen more players with this issue.

3 months ago - Axloss - Direct link

i’ve been testing setting

ray_tracing = false

from appdata user config in the steam app using the launcher. And from my side this works how I expect it. Ray tracing settings are gone from ingame menus.

Ive changed settings from both launcher and ingame and this setting remains in my .config file. So strange that this doesnt work for you.

3 months ago - Axloss - Direct link

When launching directly from .exe that would be a workaround if the launcher would overwrite this setting. But it wouldnt help if it’s the ingame logic that removes it. Also skipping launcher means no crashes will be uploaded.

Let me know if you still have issues settinng the user config value.
C:\Users\\AppData\Roaming\Fatshark\Darktide\user_settings.config

This is the file I have modified to be clear