Table of Contents Show
Manor Lords Engine.ini file tweaks and Game.ini file location.
Manor Lords: Engine.ini Settings & Game .ini File Location
If for any reason you need to manually edit the user configuration options (e.g. the game won’t open because of your settings) then you can find the .ini files in this location.
Linux/Steam Deck
/home/$USER/.steam/steamapps/compatdata/1363080/pfx/drive_c/users/steamuser/AppData/Local/ManorLords/Saved/Config/WindowsNoEditor/
Windows
[your drive letter]:\Users\[your username]\AppData\Local\ManorLords\Saved\Config\WindowsNoEditor
(specific location of Steam seems to vary, but if you can get to “.steam” then the rest of the path holds true)
GameUserSettings.ini will allow you to edit the in-game options.
You can also edit general UE4 engine.ini settings, like getting rid of vignette.
Random freebie info, saved games are located here:
[your drive letter]:\Users\[your username]\AppData\Local\ManorLords\Saved\SaveGames
Engine.ini Tweaks
Add [SystemSettings] to the bottom of the engine.ini file and then add further lines to tweak different elements.
Disable Vignette
Add this line:
r.Tonemapper.Quality=1
Disable Motion Blur
Add these lines:
r.MotionBlur.Max=0
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0
Disable Depth of Field
Add this line:
r.DepthOfFieldQuality=0
Disable Bloom
Add these lines:
r.DefaultFeature.Bloom=0
r.BloomQuality=0
Disable Anti-Aliasing
Add these lines:
r.PostProcessAAQuality=0
r.DefaultFeature.AntiAliasing=0
Brightness/Gamma Kind of
r.Color.Mid=1
(assume 1 is 100%, you change up or down 0.5 50%, 2 200%)
Other UE4 engine.ini tweaks will apply if you can find a generic engine config line from other UE4 game guides. I’ll update here if any more useful ones come to light.
See more examples here: https://www.pcgamingwiki.com/wiki/Engine:Unreal_Engine_4
Example Contents of GameUserSettings.ini
[ScalabilityGroups]
sg.ResolutionQuality=100.000000
sg.ViewDistanceQuality=3
sg.AntiAliasingQuality=3
sg.ShadowQuality=4
sg.PostProcessQuality=3
sg.TextureQuality=3
sg.EffectsQuality=3
sg.FoliageQuality=3
sg.ShadingQuality=3
[/script/engine.gameusersettings]
bUseVSync=False
bUseDynamicResolution=False
ResolutionSizeX=2560
ResolutionSizeY=1440
LastUserConfirmedResolutionSizeX=2560
LastUserConfirmedResolutionSizeY=1440
WindowPosX=-1
WindowPosY=-1
FullscreenMode=1
LastConfirmedFullscreenMode=1
PreferredFullscreenMode=1
Version=5
AudioQualityLevel=0
LastConfirmedAudioQualityLevel=0
FrameRateLimit=0.000000
DesiredScreenWidth=1280
bUseDesiredScreenHeight=False
DesiredScreenHeight=720
LastUserConfirmedDesiredScreenWidth=1280
LastUserConfirmedDesiredScreenHeight=720
LastRecommendedScreenWidth=-1.000000
LastRecommendedScreenHeight=-1.000000
LastCPUBenchmarkResult=-1.000000
LastGPUBenchmarkResult=-1.000000
LastGPUBenchmarkMultiplier=1.000000
bUseHDRDisplayOutput=False
HDRDisplayOutputNits=1000
[ShaderPipelineCache.CacheFile]
LastOpened=ManorLords
Example Contents of Engine.ini with Tweaks
[Core.System]
Paths=../../../Engine/Content
Paths=%GAMEDIR%Content
Paths=../../../Engine/Plugins/FX/Niagara/Content
Paths=../../../Engine/Plugins/Experimental/PythonScriptPlugin/Content
Paths=../../../Engine/Plugins/Runtime/SoundUtilities/Content
Paths=../../../Engine/Plugins/Runtime/SunPosition/Content
Paths=../../../Engine/Plugins/Experimental/Volumetrics/Content
Paths=../../../Engine/Plugins/Experimental/Landmass/Content
Paths=../../../Engine/Plugins/Experimental/ControlRig/Content
Paths=../../../Engine/Plugins/Runtime/ResonanceAudio/Content
Paths=../../../Engine/Plugins/Runtime/Steam/SteamAudio/Content
Paths=../../../ManorLords/Plugins/AsyncLoadingScreen/Content
Paths=../../../Engine/Plugins/Runtime/Nvidia/DLSS/Content
Paths=../../../Engine/Plugins/Marketplace/CustomInputModeGameOnly/Content
Paths=../../../Engine/Plugins/Experimental/GeometryProcessing/Content
Paths=../../../Engine/Plugins/Marketplace/AutoSettings/Content
Paths=../../../ManorLords/Plugins/VertexAnimationManager/Content
Paths=../../../Engine/Plugins/Marketplace/DarkerNodes/Content
Paths=../../../ManorLords/Plugins/FSR2/Content
Paths=../../../ManorLords/Plugins/XeSS/Content
Paths=../../../ManorLords/Plugins/ImpostorBaker/Content
Paths=../../../Engine/Plugins/2D/Paper2D/Content
Paths=../../../Engine/Plugins/Developer/AnimationSharing/Content
Paths=../../../Engine/Plugins/Editor/GeometryMode/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/MagicLeap/MagicLeapPassableWorld/Content
Paths=../../../Engine/Plugins/MagicLeap/MagicLeap/Content
Paths=../../../Engine/Plugins/Media/MediaCompositing/Content
Paths=../../../Engine/Plugins/MegascansPlugin/Content
Paths=../../../Engine/Plugins/Runtime/OpenXREyeTracker/Content
Paths=../../../Engine/Plugins/Runtime/OpenXR/Content
Paths=../../../Engine/Plugins/Runtime/OpenXRHandTracking/Content
Paths=../../../Engine/Plugins/VirtualProduction/Takes/Content
Paths=../../../Engine/Plugins/Runtime/Synthesis/Content
Paths=../../../Engine/Plugins/Runtime/AudioSynesthesia/Content
[SystemSettings]
r.Tonemapper.Quality=0
r.MotionBlur.Max=0
r.MotionBlurQuality=0
r.DefaultFeature.MotionBlur=0
r.DepthOfFieldQuality=0
r.DefaultFeature.Bloom=0
r.BloomQuality=0
r.PostProcessAAQuality=0
r.DefaultFeature.AntiAliasing=0