How to disable Raytracing if the project wont open

Hi,
I enable raytracing inside my project, then restarted it and the d3d crashed and now I cant open my project anymore crashing everytime, so I want to know if theres a way to disable the raytracing without entering the engine

1 Like

You can change project settings by alterning the values in your .ini files.

For raytracing this will be located here:
[YourProjectFolder]->Config->DefaultEngine.ini

under [/Script/Engine.RendererSettings] you should find r.RayTracing=True , change that to False

1 Like

Muchas gracias!