Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
266
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [PROXY]
  2. EnableProxyLibrary=false
  3. InitProxyFunctions=true
  4. ProxyLibrary=d3d9_hialgo.dll
  5.  
  6. [GLOBAL]
  7. UsePatchSpeedhackWithoutGraphics=true
  8. UseDefferedRendering=false
  9. IgnoreCreationKit=true
  10. ForceFakeVideocard=false
  11.  
  12. [PERFORMANCE]
  13. SpeedHack=true
  14. EnableOcclusionCulling=true
  15.  
  16. [MULTIHEAD]
  17. ForceVideoAdapterIndex=false
  18. VideoAdapterIndex=0
  19.  
  20. [MEMORY]
  21. ExpandSystemMemoryX64=true
  22. ReduceSystemMemoryUsage=true
  23. DisableDriverMemoryManager=false
  24. DisablePreloadToVRAM=false
  25. EnableUnsafeMemoryHacks=false
  26. ReservedMemorySizeMb=256
  27. VideoMemorySizeMb=3732
  28. EnableCompression=false
  29. AutodetectVideoMemorySize=false
  30.  
  31. [WINDOW]
  32. ForceBorderless=false
  33. ForceBorderlessFullscreen=false
  34.  
  35. [ENGINE]
  36. ForceAnisotropicFiltering=false
  37. MaxAnisotropy=16
  38. ForceLodBias=false
  39. LodBias=0.0
  40. AddDisplaySuperSamplingResolutions=false
  41. EnableVSync=false
  42. VSyncSkipNumFrames=0
  43.  
  44. [LIMITER]
  45. WaitBusyRenderer=false
  46. EnableFPSLimit=false
  47. FPSLimit=60.0
  48.  
  49. [INPUT]
  50. //shift
  51. KeyCombination=16
  52. //f12
  53. KeyUseEffect=123
  54. //home
  55. KeyFPSLimit=36
  56. //num / 106
  57. KeyShowFPS=106
  58. //print screen
  59. KeyScreenshot=44
  60. //enter
  61. KeyEditor=13
  62. //f4
  63. KeyFreeVRAM=115
  64. //B
  65. KeyBruteForce=66
  66.  
  67. [ADAPTIVEQUALITY]
  68. Enable=false
  69. Quality=1
  70. DesiredFPS=60.0
  71.  
  72. [ANTIALIASING]
  73. EnableEdgeAA=false
  74. EnableTemporalAA=false
  75. EnableSubPixelAA=false
  76.  
  77. [FIX]
  78. FixGameBugs=true
  79. FixParallaxBugs=true
  80. FixParallaxTerrain=false
  81. FixAliasedTextures=true
  82. IgnoreInventory=true
  83. FixTintGamma=true
  84. RemoveBlur=false
  85. FixSubSurfaceScattering=true
  86. FixSkyReflection=true
  87. FixCursorVisibility=true
  88. FixLag=true
  89.  
  90. [LONGEXPOSURE]
  91. EnableLongExposureMode=false
  92. Time=1.0
  93. BlendMax=0.0
  94.  
  95. Also skse.ini
  96.  
  97. [General]
  98. ClearInvalidRegistrations=1
  99. Enablediagnostics=1
  100.  
  101. [NotPlacebo]
  102. GiveFirstBornToSheson=1
  103.  
  104. [Memory]
  105. DefaultHeapInitialAllocMB=768
  106. ScrapHeapSizeMB=256
  107.  
  108. I also use SSME along, I know SKSE replaces it, but just in case. Here are the settings for SSME, I made them identical to skse as far as I understand:
  109.  
  110. ssme.ini
  111.  
  112.  
  113. [Instructions]
  114. ; most users will not need to make any changes to this file
  115. ; only change NewValue01 and NewValue02 (not NewValue00)
  116. ; do not change anything else or SSME will not work
  117. ; the recommended values will work well for most users
  118.  
  119. [Settings]
  120. GiveFirstBornToSheson=1
  121.  
  122. ; replace movaps with movups
  123. Location00=0x004BD832
  124. OldValue00=0x6086290F
  125. NewValue00=0x6086110F
  126.  
  127. ; 1st block
  128. Location01=0x00687E89
  129. ; old value = 256 MB
  130. OldValue01=0x00000200
  131. ; new value
  132. ; 0x00000200 = 256 MB
  133. ; 0x00000280 = 384 MB
  134. ; 0x00000300 = 512 MB (recommended)
  135. ; 0x00000380 = 640 MB
  136. ; 0x00000400 = 768 MB
  137. ; 0x00000480 = 896 MB
  138. ; 0x00000500 = 1024 MB (1 GB, will probably crash)
  139. NewValue01=0x00000400
  140.  
  141. ; 2nd block
  142. Location02=0x00A4E6BF
  143. ; old value = 256 MB
  144. OldValue02=0x10000000
  145. ; new value
  146. ; 0x10000000 = 256 MB (recommended)
  147. ; 0x18000000 = 384 MB
  148. ; 0x20000000 = 512 MB
  149. ; 0x28000000 = 640 MB
  150. ; 0x30000000 = 768 MB
  151. ; 0x38000000 = 896 MB
  152. ; 0x40000000 = 1024 MB (1 GB, will probably crash)
  153. NewValue02=0x10000000
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement