Advertisement
TheJJ

fallout3ini-wine.patch

Nov 13th, 2012
9,989
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 2.09 KB | None | 0 0
  1. --- FALLOUT.INI.default 2012-11-13 21:03:31.824656147 +0100
  2. +++ FALLOUT.INI 2012-11-29 16:20:30.548148502 +0100
  3. @@ -75,8 +75,8 @@
  4.  bRunVTuneTest=0
  5.  STestFile1=
  6.  bActivateAllQuestScripts=0
  7. -bUseThreadedBlood=0
  8. -bUseThreadedMorpher=0
  9. +bUseThreadedBlood=1
  10. +bUseThreadedMorpher=1
  11.  bBorderRegionsEnabled=1
  12.  bDisableHeadTracking=0
  13.  bTrackAllDeaths=0
  14. @@ -101,7 +101,8 @@
  15.  iSaveGameBackupCount=1
  16.  bDisplayMissingContentDialogue=1
  17.  SSaveGameSafeCellID=2AEEA
  18. -bUseThreadedAI=0
  19. +bUseThreadedAI=1
  20. +iNumHWThreads=4
  21.  bChangeTimeMultSlowly=1
  22.  bCheckPurgedTextureList=0
  23.  bAnimateDoorPhysics=0
  24. @@ -142,7 +143,7 @@
  25.  iAutoViewHiFrameRate=40
  26.  iAutoViewLowFrameRate=20
  27.  bAutoViewDistance=0
  28. -fDefaultFOV=75.0000
  29. +fDefaultFOV=95.0000
  30.  fNearDistance=5
  31.  fFarDistance=1000.0000
  32.  iDebugTextLeftRightOffset=10
  33. @@ -185,7 +186,7 @@
  34.  iActorShadowExtMin=0
  35.  bDynamicWindowReflections=1
  36.  fShadowFadeTime=1.0000
  37. -iPresentInterval=1
  38. +iPresentInterval=0
  39.  bDecalsOnSkinnedGeometry=1
  40.  uVideoDeviceIdentifierPart4=0
  41.  uVideoDeviceIdentifierPart3=0
  42. @@ -208,17 +209,21 @@
  43.  bAlwaysRunByDefault=1
  44.  bBackground Mouse=0
  45.  bBackground Keyboard=1
  46. +fForegroundMouseAccelBase=0
  47. +fForegroundMouseAccelTop=0
  48. +fForegroundMouseBase=0
  49. +fForegroundMouseMult=0
  50.  
  51.  [Water]
  52. -bUseWaterShader=1
  53. -bUseWaterReflections=1
  54. -bUseWaterRefractions=1
  55. +bUseWaterShader=0
  56. +bUseWaterReflections=0
  57. +bUseWaterRefractions=0
  58.  bUseWaterDepth=1
  59.  bUseWaterHiRes=0
  60.  bUseWaterDisplacements=1
  61.  bUseWaterLOD=1
  62.  bReflectExplosions=0
  63. -bAutoWaterSilhouetteReflections=1
  64. +bAutoWaterSilhouetteReflections=0
  65.  bForceHighDetailReflections=0
  66.  bForceLowDetailReflections=0
  67.  fTileTextureDivisor=4.7500
  68. @@ -239,7 +244,7 @@
  69.  fAudioDebugDelay=0.0
  70.  bEnableAudio=1
  71.  bEnableAudioCache=1
  72. -bMultiThreadAudio=0
  73. +bMultiThreadAudio=1
  74.  bEnableEnviroEffectsOnPC=0
  75.  ; cache sizes in kilobytes
  76.  iAudioCacheSize=2048
  77. @@ -446,8 +451,8 @@
  78.  fCreditsScrollSpeed=40.0000
  79.  iConsoleTextYPos=940
  80.  iConsoleTextXPos=30
  81. -iConsoleVisibleLines=15
  82. -iConsoleHistorySize=50
  83. +iConsoleVisibleLines=23
  84. +iConsoleHistorySize=9001
  85.  rDebugTextColor=255,251,233
  86.  iConsoleFont=2
  87.  iDebugTextFont=3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement