FIRST: Start the launcher. Everytime I start the Fallout launcher it actually overwrites these two files with some sort of default file, even if Fallout.ini is set to Read Only. The FalloutPrefs.ini file seems to maintain all of the correct settings, but the Fallout.ini file appears to be the one actually setting values like iSafeX and bEnableEyefinity, and this file is being overwritten with the default values.
After the launcher is started, I complete all of the changes to the two files described in my previous post.
Once this is done, I COPY both files, and paste them somewhere that can be accessed easily.
Then I can play Fallout NV with no problems, gamble, pillage, ignore that stupid Caravan card game, what have you.
Now when I quit, I see that the FalloutPrefs.ini file has been overwritten again, no big deal. However, the next time I start the launcher it will once again overwrite BOTH files. The idea here is to start the launcher, then overwrite the copies of FalloutPrefs.ini and Fallout.ini with the ones you previously copied. Every time. Lame. Functional, but lame.
Thanks a ton, CrashAegis, for figuring this out and taking the time to post it. Got me playing again! :-)
I'm pretty ticked about this whole situation - I feel tremendously disrespected that they don't fix these problems before release. Even if it means pushing the release back.
Anyway, thanks to everybody who pitched in to figure out workarounds. Here's my contribution.
Once you have your .INI settings all figured out, a way to implement Crash's suggestions more easily is with a simple batch file. Here's how I did it:
Code:
C:
cd "C:Program Files (x86)SteamSteamAppscommonfallout new vegas"
Start FalloutNV.exe
Pause
attrib -R "D:DocumentsMy GamesFalloutNVFallout.ini"
del "D:DocumentsMy GamesFalloutNVFallout.ini"
copy "D:DocumentsMy GamesFalloutNVfallout - Copy.ini" "D:DocumentsMy GamesFalloutNVFallout.ini"
Tweak the above script to match your own file paths, then save it somewhere handy as, say, "RunStupidFalloutNV.bat". When you run the script, it will launch the splash screen and wait for you. Once the splash screen is loaded (and it obliterates your .INI tweaks), hit any key to have it manipulate your files. Then, launch the program from the splash screen. Cuts the launch procedure down to one extra keystroke! :-)