#Hiya. Has anyone found a fix for the

1 messages · Page 1 of 1 (latest)

modern cedar
#

The file should be in ...\Steam\steamapps\common\Enshrouded, you say it's not there? There's a lot of Enshrouded files so it may be easy to miss it.

rare oxide
#

Unfortunately not. As part of troubleshooting I created empty versions of both files. Interestingly, only the enshrouded_local.json started to get populated and it let me into the main menu, but when I tried to go into any world it crashed again.

#
    "version": 5,
    "graphics": {
        "windowMode": "Fullscreen",
        "windowPosition": {
            "x": 0,
            "y": 0
        },
        "windowSize": {
            "x": 0,
            "y": 0
        },
        "forceBackbufferResolution": {
            "x": 0,
            "y": 0
        },
        "renderScale": "1",
        "automaticRenderScale": true,
        "vsync": false,
        "nvidiaReflex": "On",
        "render": {
            "preset": "Low",
            "antiAliasing": "Dlss",
            "fsr2": "Balance",
            "fsr3": "Performance",
            "dlss": "Performance",
            "textures": "Medium",
            "shadows": "Medium",
            "contactShadows": "Enabled",
            "dynamicGi": "Balance",
            "reflections": "Balance",
            "fog": "Low",
            "volumetricShadow": "Low",
            "ssao": "Low",
            "distantObjects": "Low",
            "decoObjects": "Low",
            "detailScattering": "Low",
            "voxelMeshQuality": "High",
            "tessellation": "Low",
            "pointLightShadows": "Lowest",
            "sharpness": "0"
        },
        "useDefaultRenderSettings": false,
        "sleepInBackground": true
    },
    "sound": {
        "muteInBackground": true
    }
}```
#

That is what was then populated into enshrouded_local.json

#

Oh and by "both files", I also noticed the enshrouded_user.json file was not there so I created an empty version but it stayed empty. The two file names I got by noticing errors in the logs from Liandry's tool saying those files weren't there

modern cedar