Skip to content

Instantly share code, notes, and snippets.

@Skymetal
Last active May 31, 2020 17:22
Show Gist options
  • Save Skymetal/e1403ba98f9efa1671ce to your computer and use it in GitHub Desktop.
Save Skymetal/e1403ba98f9efa1671ce to your computer and use it in GitHub Desktop.
ED AppConfig
<AppConfig>
<Display>
<ScreenWidth>1280</ScreenWidth>
<ScreenHeight>720</ScreenHeight>
<FullScreen>false</FullScreen>
<VSync>true</VSync>
<PresentInterval>1</PresentInterval>
<Adapter>0</Adapter>
<Monitor>0</Monitor>
<DX11_RefreshRateNumerator>60</DX11_RefreshRateNumerator>
<DX11_RefreshRateDenominator>1</DX11_RefreshRateDenominator>
<LimitFrameRate>false</LimitFrameRate>
<MaxFramesPerSecond>30</MaxFramesPerSecond>
<!-- If you are looking for the SSAA setting this has moved in to Settings.xml in the save directory
** typically: C:\Users\{username}\AppData\Roaming\Frontier Developments\Elite Dangerous\Options\Graphics.
** If this file does not exist you can generate it by entering the graphics options screen in game
** and hitting apply. You can then add <SSAA>X</SSAA> when X is the SSAA amount (1 by default) -->
</Display>
<Threads
RenderThreadStackSize="1048576"
WorkerThreadStackSize="1048576"
NumWorkerThreads="6"
RenderJobQueueSize="10240"
KernelJobQueueSize="10240"
MinSpareCores="0"
OptimiseForPerformance="1"
UseThreadPriorities="0"
PerformanceScaling="1"
/>
<Files
MaxLoadRetries="10"
/>
<PlanetNoiseTextures
Enabled="1"
ShaderWarmingEnabled="1"
ShaderWarmingDialogAnimTimeInMs="600"
/>
<Network
Port="0"
upnpenabled="1"
LogFile="netLog"
DatestampLog="1"
>
</Network>
<!-- <Network
Port="5100"
upnpenabled="0"
LogFile="netLog"
DatestampLog="1"
>
<Self name="my computer" ip="192.168.1.xxx" port="5100" />
</Network> -->
<GameObjects />
</AppConfig>
@Tomcatt
Copy link

Tomcatt commented May 31, 2020

Am I able to still use some of this config in the newer version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment