Update OPTIMIZATION.md

This commit is contained in:
ijemafe 2020-06-01 11:48:12 -07:00 committed by GitHub
parent 2c665e5280
commit 0564162ad5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ If you are still experiencing lag, there are two files which can be tweaked to i
## YourGameDir\system\RavenShield.ini
1. Under `[Engine.GameEngine]`, increase `CacheSizeMegs` from `32` to `512`. This is the value used by `UnrealEd.exe`, so we know at least this maximum size is supported
1. Under `[WinDrv.WindowsClient]`, set `TextureMaxLOD` to `16` (from `12`)
1. Under `[WinDrv.WindowsClient]`, set `TextureMaxLOD` to `16` (from `12`). Higher values reduce the quality of distant textures
1. Under `[WinDrv.WindowsClient]`, set `MinDesiredFramerate` to `60` (from `10`)
1. Under `[D3DDrv.D3DRenderDevice]`, set `UsePrecaching` to `True`
1. Under `[D3DDrv.D3DRenderDevice]`, set `UseCompressedLightmaps` to `True`