Skip to content

Instantly share code, notes, and snippets.

@m-p-3
Last active July 27, 2018 21:21
Show Gist options
  • Save m-p-3/dd69ece7f6a756f6c4509608a8a84759 to your computer and use it in GitHub Desktop.
Save m-p-3/dd69ece7f6a756f6c4509608a8a84759 to your computer and use it in GitHub Desktop.
No Man's Sky 1.5 Graphics Settings, Optimized for AMD FX-8350 (CPU) and AMD RX 480 8GB (GPU), and 16GB of RAM
<?xml version="1.0" encoding="utf-8"?>
<Data template="TkGraphicsSettings">
<Property name="Version" value="2" />
<Property name="FullScreen" value="true" />
<Property name="Borderless" value="true" />
<Property name="Monitor" value="0" />
<Property name="MonitorNames">
<Property name="MonitorNames_00" value="0|Radeon (TM) RX 480 Graphics|Dell P2312H (Digital)" />
</Property>
<Property name="UseScreenResolution" value="true" />
<Property name="ResolutionWidth" value="1920" />
<Property name="ResolutionHeight" value="1080" />
<Property name="VsyncEx" value="Off" />
<Property name="GSync" value="false" />
<Property name="ShadowDetail" value="Low" />
<Property name="TextureDetail" value="High" />
<Property name="GenerationDetail" value="Normal" />
<Property name="ReflectionsQuality" value="High" />
<Property name="AntiAliasingEx2" value="FXAA" />
<Property name="MotionBlurQuality" value="High" />
<Property name="TerrainQualityEx" value="High" />
<Property name="MotionBlurStrength" value="180.000000" />
<Property name="AnisotropyLevel" value="1" />
<Property name="FoVOnFoot" value="75.000000" />
<Property name="FoVInShip" value="75.000000" />
<Property name="Brightness" value="128" />
<Property name="MaxframeRate" value="160" />
<Property name="NumHighThreads" value="8" />
<Property name="NumLowThreads" value="8" />
<Property name="TextureStreamingEx" value="Off" />
<Property name="TexturePageSizeKb" value="8192" />
<Property name="ShowRequirementsWarnings" value="true" />
<Property name="RemoveBaseBuildingRestrictions" value="false" />
<Property name="MouseClickSpeedMultiplier" value="0.500000" />
<Property name="AmbientOcclusion" value="HBAO" />
<Property name="UseTerrainTextureCache" value="false" />
<Property name="UseArbSparseTexture" value="false" />
<Property name="EnableTessellation" value="true" />
<Property name="UseHDR" value="true" />
<Property name="UseLightshafts" value="false" />
</Data>
<!--Borderless: Set to true, allows for quick Alt+Tab-->
<!--VsyncEx: Disable it, the game implementation SUCKS-->
<!--NumHighThreads: Set to the amount of THREADS your CPU have-->
<!--NumLowThreads: Set to the amount of CORES your CPU have-->
<!--TextureStreamingEx: Turn Off, set to Auto if less than 12GB of RAM, Nvidia Card might benefit from this being On-->
<!--TexturePageSizeKb: Set to a maximum of your VRAM size in GB*1024, ie: 8*1024=8192-->
<!--EnableTessellation: Set to true to enable Tessellation, set to false if issues-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment