Forum Discussion

2 Replies

  • emperor7331's avatar
    emperor7331
    2 years ago

    I messed with engine.ini a week ago, that was the problem. I used one of those script https://www.reddit.com/r/OptimizedGaming/comments/13s12vw/unreal_engine_45_universal_stutter_fix/ from this reddit thread.
    I removed the script and game started in dx12.

    Here is the engine location: C:\Users\*Username*\AppData\Local\WRC\Saved\Config\WindowsNoEditor

    maybe paste this to engine.ini

    [Core.System]
    Paths=../../../Engine/Content
    Paths=%GAMEDIR%Content
    Paths=../../../Engine/Plugins/Cm_BonedMesh/Content
    Paths=../../../Engine/Plugins/Cm_CrowdMesh/Content
    Paths=../../../Engine/Plugins/Cm_MaterialController/Content
    Paths=../../../WRC/Plugins/Cm_AchievementService/Content
    Paths=../../../Engine/Plugins/CM_ImpostorBaker/Content
    Paths=../../../WRC/Plugins/CatalogueExporter/Content
    Paths=../../../WRC/Plugins/EditorMenuRegistry/Content
    Paths=../../../WRC/Plugins/Skidmarks/Content
    Paths=../../../WRC/Plugins/EgoInputSystem/Content
    Paths=../../../WRC/Plugins/EgoEngineLight/Content
    Paths=../../../WRC/Plugins/LoadStateHelper/Content
    Paths=../../../Engine/Plugins/Wwise/Content
    Paths=../../../Engine/Plugins/Editor/GeometryMode/Content
    Paths=../../../WRC/Plugins/TrackTools/Content
    Paths=../../../Engine/Plugins/Experimental/GeometryProcessing/Content
    Paths=../../../WRC/Plugins/CM_MaterialLibrary/Content
    Paths=../../../WRC/Plugins/EditorGameTools/Content
    Paths=../../../Engine/Plugins/FX/Niagara/Content
    Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content
    Paths=../../../WRC/Plugins/CableTech/Content
    Paths=../../../Engine/Plugins/MegascansPlugin/Content
    Paths=../../../Engine/Plugins/FX/HoudiniNiagara/Content
    Paths=../../../Engine/Plugins/Experimental/MeshModelingToolset/Content
    Paths=../../../Engine/Plugins/Runtime/HairStrands/Content
    Paths=../../../Engine/Plugins/Runtime/HDRIBackdrop/Content
    Paths=../../../Engine/Plugins/Runtime/SunPosition/Content
    Paths=../../../WRC/Plugins/PhotoMode/Content
    Paths=../../../WRC/Plugins/RainModule/Content
    Paths=../../../WRC/Plugins/VehicleTools/Content
    Paths=../../../WRC/Plugins/VehicleAnimation/Content
    Paths=../../../Engine/Plugins/Experimental/ControlRig/Content
    Paths=../../../WRC/Plugins/Animation/Content
    Paths=../../../Engine/Plugins/MovieScene/SequencerScripting/Content
    Paths=../../../WRC/Plugins/ContentObjectManager/Content
    Paths=../../../WRC/Plugins/Characters/Content
    Paths=../../../WRC/Plugins/RaceCrowd/Content
    Paths=../../../WRC/Plugins/ScenarioTools/Content
    Paths=../../../WRC/Plugins/SequencerTools/Content
    Paths=../../../Engine/Plugins/MovieScene/MovieRenderPipeline/Content
    Paths=../../../Engine/Plugins/Compositing/OpenColorIO/Content
    Paths=../../../Engine/Plugins/Runtime/Nvidia/DLSS/Content
    Paths=../../../WRC/Plugins/FSR2/Content
    Paths=../../../WRC/Plugins/FSR2MovieRenderPipeline/Content
    Paths=../../../WRC/Plugins/RallySchool/Content
    Paths=../../../WRC/Plugins/LargeWorldTools/Content
    Paths=../../../WRC/Plugins/Cm_EditorTools/Content
    Paths=../../../WRC/Plugins/Cm_PlatformActivityService/Content
    Paths=../../../WRC/Plugins/Cm_ThumbnailRendererTool/Content
    Paths=../../../WRC/Plugins/DirtRallyTests/Content
    Paths=../../../WRC/Plugins/ProfilingSuite/Content
    Paths=../../../WRC/Plugins/SOSBudgetTools/Content
    Paths=../../../WRC/Plugins/EditorDiskCheck/Content
    Paths=../../../WRC/Plugins/EgoSaveSystem/Content
    Paths=../../../WRC/Plugins/FoliageTools/Content
    Paths=../../../WRC/Plugins/GroundCover/Content
    Paths=../../../WRC/Plugins/PythonEditorExtension/Content
    Paths=../../../WRC/Plugins/ScreamCanteen/Content
    Paths=../../../WRC/Plugins/SourceContentUtils/Content
    Paths=../../../WRC/Plugins/TexArrayTools/Content
    Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content
    Paths=../../../Engine/Plugins/Editor/SpeedTreeImporter/Content
    Paths=../../../Engine/Plugins/Enterprise/DatasmithContent/Content
    Paths=../../../Engine/Plugins/Experimental/ChaosClothEditor/Content
    Paths=../../../Engine/Plugins/Experimental/GeometryCollectionPlugin/Content
    Paths=../../../Engine/Plugins/Experimental/ChaosSolverPlugin/Content
    Paths=../../../Engine/Plugins/Experimental/ChaosNiagara/Content
    Paths=../../../Engine/Plugins/Experimental/MotoSynth/Content
    Paths=../../../Engine/Plugins/Runtime/Synthesis/Content
    Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content
    +Suppress=Scriptwarning
    +Suppress=Error
    +Suppress=Scriptlog
    +Suppress=Warning
    +Suppress=Scriptwarning
    +Suppress=Error
    +Suppress=Scriptlog
    +Suppress=Warning

  • mesasartworks's avatar
    mesasartworks
    Rising Vanguard
    2 years ago

    @emperor7331This solution should be pinned.
    I deleted the modded engine.ini and the game also started in DX12 mode again


    Thanks a lot!