Apparently someone has found a way to enable FoV fix in SP
Add this to your config.cfg (
..SteamApps/Common/MW2/Players);
set developer "1"
set sv_cheats "1"
set thereisacow "1337"
bind M "cg_fov 90"
Source - TeknoGods (Also mentions SP cheats and the sort as well)
The config resets everytime you start the game though, regardless of being read-only or anything though--so they are working on a loader for the SP right now.
The same guys are also hacking and slashing the game in attempts to feed off the coop code to create independent servers, instead of relying on IW.NET; so it might be nice to keep up with them.
I have not tested this yet with sv_cheats. I do know that developer did turn on last night; then they added the sv_cheats code; I'll be right back with images.
e:/works, you have to start a new level though I do believe; the changes wouldn't take place on my current save :(
Vanilla FoV
90 FoV
Vanilla
90
===
Even once these guys create the loader, I don't know how comfortable I feel using it. Is it possible to create a .bat file that takes the config from a location and copies it over to /players/ then launches iw4sp? I'm not too versed in bat creation, but it sounds possible; and would make me feel a lot more comfortable.
f:/ I guess putting your "cheat" config in the root directory and creating a .bat with the following works fine...?
@echo off
copy config.cfg players
start iw4sp.exe
Then you can just create a shortcut to the BAT for when you want to play SP.