[quote]I tried DX10 and DX9, and then DX9 in XP compatibility, doesn't work. Just crashes as soon as I enable it. Then I tried the forcewidescreen 0/1 cvar, neither made a difference in it working. :cry:
Morder,
In my case the game crashed when I set AA at 4. Try to use this setting: MultiSampleMode="2" in GamerProfile.xml. Maybe that will help?
It didn't work but I discovered a fix.
I discovered windows was using DEP (Data Execution Prevention) to prevent the changes that the fov hack was trying to do. So I disabled DEP and it works now.
To disable DEP in vista you need to open up cmd in administrator mode and type:
bcdedit.exe /set {current} nx AlwaysOff
Then reboot and it will be disabled. It MAY work if you add it to the DEP disable list in Control Panel>System>Advanced System Settings>Performance>Data Execution Prevention. I didn't try this because I've added programs to that list before and it never seemed to prevent DEP from stopping these programs.