forked from Fragtality/DynamicLOD
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
700 additions
and
150 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
57 changes: 57 additions & 0 deletions
57
DynamicLOD_ResetEdition/DynamicLOD2024_ResetEdition.config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<appSettings> | ||
<add key="mfLvarPerFrame" value="15" /> | ||
<add key="ConfigVersion" value="1" /> | ||
<add key="logFilePath" value="DynamicLOD2024_ResetEdition.log" /> | ||
<add key="logLevel" value="Debug" /> | ||
<add key="waitForConnect" value="true" /> | ||
<add key="openWindow" value="true" /> | ||
<add key="simBinary" value="FlightSimulator2024" /> | ||
<add key="simModule" value="WwiseLibPCx64P.dll" /> | ||
<add key="offsetPointerTlod" value="0x358" /> | ||
<add key="offsetPointerTlodVr" value="0x480" /> | ||
<add key="offsetPointerOlod" value="0x36C" /> | ||
<add key="offsetPointerOlodVR" value="0x494" /> | ||
<add key="offsetPointerCloudQ" value="0x3A4" /> | ||
<add key="offsetPointerCloudQVr" value="0x4CC" /> | ||
<add key="offsetPointerVrMode" value="0x334" /> | ||
<add key="offsetPointerFgMode" value="0x304" /> | ||
<add key="offsetPointerAnsio" value="0x20" /> | ||
<add key="offsetPointerDynSet" value="0x328" /> | ||
<add key="offsetPointerDynSetVR" value="0x329" /> | ||
<add key="offsetPointerCubeMap" value="0x6C" /> | ||
<add key="simMinLod" value="10" /> | ||
<add key="selectedProfile" value="0" /> | ||
<add key="tlodPairs0" value="0:100|1500:150|5000:200" /> | ||
<add key="olodPairs0" value="0:100|2500:150|7500:200" /> | ||
<add key="isVr0" value="false" /> | ||
<add key="tlodPairs1" value="0:100|500:125|2000:150|7500:175|15000:200|20000:225" /> | ||
<add key="olodPairs1" value="0:100|500:125|2500:150|5000:175|9500:200" /> | ||
<add key="isVr1" value="false" /> | ||
<add key="tlodPairs2" value="0:100|1500:150|5000:200" /> | ||
<add key="olodPairs2" value="0:100|2500:150|7500:200" /> | ||
<add key="isVr2" value="true" /> | ||
<add key="tlodPairs3" value="0:100|1000:150|2000:200|3000:250|4000:300" /> | ||
<add key="olodPairs3" value="0:100|1000:70|2000:50|3000:30|4000:10" /> | ||
<add key="tlodPairs4" value="0:100|1000:200|2000:300|3000:400" /> | ||
<add key="olodPairs4" value="0:200|1000:150|2000:100|3000:50" /> | ||
<add key="tlodPairs5" value="0:100|1500:150|5000:200" /> | ||
<add key="olodPairs5" value="0:100|2500:150|7500:200" /> | ||
<add key="useTargetFps" value="false" /> | ||
<add key="targetFpsIndex" value="0" /> | ||
<add key="targetFps" value="40" /> | ||
<add key="constraintTicks" value="60" /> | ||
<add key="constraintDelayTicks" value="1" /> | ||
<add key="decreaseTlod" value="50" /> | ||
<add key="decreaseOlod" value="50" /> | ||
<add key="minLod" value="100" /> | ||
<add key="CruiseLODUpdates" value="false" /> | ||
<add key="DecCloudQ" value="false" /> | ||
<add key="CloudRecoveryFPS" value="0" /> | ||
<add key="PauseMSFSFocusLost" value="false" /> | ||
<add key="minTLod" value="100" /> | ||
<add key="minOLod" value="100" /> | ||
<add key="LodStepMax" value="false" /> | ||
<add key="LodStepMaxInc" value="5" /> | ||
<add key="LodStepMaxDec" value="5" /> | ||
</appSettings> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.