Advertisement
steerofdoom

rott102 eng

Aug 13th, 2013
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. engine.ini
  2. bCombineSimilarMappings=False      // maybe True for ATI?
  3. MaxRMSDForCombiningMappings=9.0
  4. ImageReflectionTextureSize=1024
  5. bForceStaticTerrain=True      (1x [Engine.Engine]
  6. 1x [Engine.GameEngine]
  7. MaxDeltaTime=0
  8. bForceStaticTerrain=True
  9.  
  10. bShouldGenerateSimpleLightmaps=False
  11. PhysXGpuHeapSize=32      //maybe0 for ATI
  12. MaxParticleVertexMemory=0
  13. MaxObjectsNotConsideredByGC=500
  14. SizeOfPermanentObjectPool=50
  15. StaleCacheDays=30
  16. MaxStaleCacheSize=15
  17. MaxOverallCacheSize=50      //original30
  18.  
  19. MinDesiredFrameRate=0.000000
  20. ParanoidDeviceLostChecking=0
  21.  
  22. CommonAudioPoolSize=160 ( 2x)
  23.  
  24. [Engine.SeqAct_Interp]
  25. RenderingOverrides=(bAllowAmbientOcclusion=False,bAllowDominantWholeSceneDynamicShadows=False,bAllowMotionBlurSkinning=False,DepthOfField=False,ballowDepthOfField=False,AmbientOcclusion=True)
  26.  
  27.  
  28. [TextureStreaming]
  29. MinTextureResidentMipCount=7
  30. PoolSize=1024
  31. MemoryMargin=20
  32. MemoryLoss=0
  33. HysteresisLimit=22
  34. DropMipLevelsLimit=19
  35. StopIncreasingLimit=20
  36. StopStreamingLimit=12
  37. MinEvictSize=12
  38. MinFudgeFactor=1.0
  39. FudgeFactorIncreaseRateOfChange=0.6
  40. FudgeFactorDecreaseRateOfChange=-0.4
  41. MinRequestedMipsToConsider=15
  42. MinTimeToGuaranteeMinMipCount=2
  43. MaxTimeToGuaranteeMinMipCount=12
  44. UseTextureFileCache=TRUE
  45. LoadMapTimeLimit=15.0
  46. LightmapStreamingFactor=0.09
  47. ShadowmapStreamingFactor=0.09
  48. MaxLightmapRadius=2000.0
  49. AllowStreamingLightmaps=True
  50. TextureFileCacheBulkDataAlignment=1
  51. UsePriorityStreaming=True
  52. bAllowSwitchingStreamingSystem=False
  53. UseDynamicStreaming=True
  54. bEnableAsyncDefrag=False
  55. bEnableAsyncReallocation=False
  56. MaxDefragRelocations=256
  57. MaxDefragDownShift=128
  58. BoostPlayerTextures=0.0
  59. TemporalAAMemoryReserve=10.0
  60.  
  61. bHasVoiceEnabled=False
  62. [RealD]
  63. StereoEnable=False
  64. DBAActive=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement