Skip to content

Instantly share code, notes, and snippets.

@waveclaw
Created June 11, 2017 04:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waveclaw/226acfbea10a5de5f93fdbd45c4c3133 to your computer and use it in GitHub Desktop.
Save waveclaw/226acfbea10a5de5f93fdbd45c4c3133 to your computer and use it in GitHub Desktop.
Windowed Unity3D settings for The Universim game (from ~/.config/unity3d/Crytivo Games Inc_/The Universim/)
<?xml version="1.0" encoding="utf-8"?>
<GraphicsSettings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<SettingsData>
<Key>Width</Key>
<Value xsi:type="xsd:int">1920</Value>
</SettingsData>
<SettingsData>
<Key>Height</Key>
<Value xsi:type="xsd:int">1080</Value>
</SettingsData>
<SettingsData>
<Key>Fullscreen</Key>
<Value xsi:type="xsd:boolean">true</Value>
</SettingsData>
<SettingsData>
<Key>Lighting</Key>
<Value xsi:type="xsd:int">4</Value>
</SettingsData>
<SettingsData>
<Key>MSAA</Key>
<Value xsi:type="xsd:int">2</Value>
</SettingsData>
<SettingsData>
<Key>Anisotropy</Key>
<Value xsi:type="xsd:int">1</Value>
</SettingsData>
<SettingsData>
<Key>VSync</Key>
<Value xsi:type="xsd:int">0</Value>
</SettingsData>
<SettingsData>
<Key>ShadowRes</Key>
<Value xsi:type="xsd:int">4</Value>
</SettingsData>
<SettingsData>
<Key>ShadowDistance</Key>
<Value xsi:type="xsd:float">62.22222</Value>
</SettingsData>
<SettingsData>
<Key>SunShafts</Key>
<Value xsi:type="xsd:int">3</Value>
</SettingsData>
<SettingsData>
<Key>DepthOfField</Key>
<Value xsi:type="xsd:int">0</Value>
</SettingsData>
<SettingsData>
<Key>SSAO</Key>
<Value xsi:type="xsd:int">0</Value>
</SettingsData>
<SettingsData>
<Key>GPUSnow</Key>
<Value xsi:type="xsd:int">2</Value>
</SettingsData>
<SettingsData>
<Key>TerrainDetail</Key>
<Value xsi:type="xsd:int">3</Value>
</SettingsData>
<SettingsData>
<Key>WaterDetail</Key>
<Value xsi:type="xsd:int">1</Value>
</SettingsData>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment