Last active
April 9, 2017 20:27
-
-
Save samrocketman/bd24e426e6fe625810ef to your computer and use it in GitHub Desktop.
FALLOUT.INI patch for WINE.
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
--- FALLOUT.INI.default 2012-11-13 21:03:31.824656147 +0100 | |
+++ FALLOUT.INI 2012-11-29 16:20:30.548148502 +0100 | |
@@ -75,8 +75,8 @@ | |
bRunVTuneTest=0 | |
STestFile1= | |
bActivateAllQuestScripts=0 | |
-bUseThreadedBlood=0 | |
-bUseThreadedMorpher=0 | |
+bUseThreadedBlood=1 | |
+bUseThreadedMorpher=1 | |
bBorderRegionsEnabled=1 | |
bDisableHeadTracking=0 | |
bTrackAllDeaths=0 | |
@@ -101,7 +101,8 @@ | |
iSaveGameBackupCount=1 | |
bDisplayMissingContentDialogue=1 | |
SSaveGameSafeCellID=2AEEA | |
-bUseThreadedAI=0 | |
+bUseThreadedAI=1 | |
+iNumHWThreads=4 | |
bChangeTimeMultSlowly=1 | |
bCheckPurgedTextureList=0 | |
bAnimateDoorPhysics=0 | |
@@ -142,7 +143,7 @@ | |
iAutoViewHiFrameRate=40 | |
iAutoViewLowFrameRate=20 | |
bAutoViewDistance=0 | |
-fDefaultFOV=75.0000 | |
+fDefaultFOV=95.0000 | |
fNearDistance=5 | |
fFarDistance=1000.0000 | |
iDebugTextLeftRightOffset=10 | |
@@ -185,7 +186,7 @@ | |
iActorShadowExtMin=0 | |
bDynamicWindowReflections=1 | |
fShadowFadeTime=1.0000 | |
-iPresentInterval=1 | |
+iPresentInterval=0 | |
bDecalsOnSkinnedGeometry=1 | |
uVideoDeviceIdentifierPart4=0 | |
uVideoDeviceIdentifierPart3=0 | |
@@ -208,17 +209,21 @@ | |
bAlwaysRunByDefault=1 | |
bBackground Mouse=0 | |
bBackground Keyboard=1 | |
+fForegroundMouseAccelBase=0 | |
+fForegroundMouseAccelTop=0 | |
+fForegroundMouseBase=0 | |
+fForegroundMouseMult=0 | |
[Water] | |
-bUseWaterShader=1 | |
-bUseWaterReflections=1 | |
-bUseWaterRefractions=1 | |
+bUseWaterShader=0 | |
+bUseWaterReflections=0 | |
+bUseWaterRefractions=0 | |
bUseWaterDepth=1 | |
bUseWaterHiRes=0 | |
bUseWaterDisplacements=1 | |
bUseWaterLOD=1 | |
bReflectExplosions=0 | |
-bAutoWaterSilhouetteReflections=1 | |
+bAutoWaterSilhouetteReflections=0 | |
bForceHighDetailReflections=0 | |
bForceLowDetailReflections=0 | |
fTileTextureDivisor=4.7500 | |
@@ -446,8 +451,8 @@ | |
fCreditsScrollSpeed=40.0000 | |
iConsoleTextYPos=940 | |
iConsoleTextXPos=30 | |
-iConsoleVisibleLines=15 | |
-iConsoleHistorySize=50 | |
+iConsoleVisibleLines=23 | |
+iConsoleHistorySize=9001 | |
rDebugTextColor=255,251,233 | |
iConsoleFont=2 | |
iDebugTextFont=3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment