Launcher options not appearing on Linux?

Can you tell me the file location for the launcher settings? I would like to try changing the worker threads. On win10, this fixed a bunch of crash issues for me. I just can’t figure out where the file that has this setting is.

In my /.steam/debian-installation/steamapps/compatdata/1361210/config_info there is no visible setting for worker threads.

Edit: I think I might have found it here: /home/username/.steam/debian-installation/steamapps/compatdata/1361210/pfx/drive_c/users/steamuser/Application Data/Fatshark/Darktide/user_settings.config

Within this file, there is a threads line that is empty like so

image

Maybe that is it?

2nd edit:

Before you try this, please note this will reset all your settings for graphics, keybinds, mods, mod keybinds etc.

Did some experimenting and found what is so far a solution or atleast working much better now. In the user_settings.config, I added the following to the appropriate alphabetical location(I initially tried adding to the end, but this would cause the settings to be reset every time you launch the game instead of just the first time after the edit):

max_worker_threads = 6
launcher_verification_passed = true

So it should look similar to this:

launcher_overrides = {
}
launcher_verification_passed = true
master_render_settings = {
ambient_occlusion_quality = “low”
dlss = 4
dlss_master = “on”
dof_quality = “off”
gi_quality = “low”
graphics_quality = “custom”
lens_flare_quality = “sun_light_only”
light_quality = “medium”
ssr_quality = “medium”
texture_quality = “high”
volumetric_fog_quality = “medium”
}
max_worker_threads = 6
mesh_streamer_settings = {
}

I did this because in the darktide_launcher.log, I was getting these errors:

[Launcher] [Main Window] Could not find setting ‘max_worker_threads’, using default value ‘13’
[Launcher] [Main Window] Could not find setting ‘launcher_verification_passed’, using default value ‘False’

I used 6 threads for the worker threads setting because I have an 8 core processor and put true for verification because it was defaulting to false.

1 Like