Posted November 28, 2015
So, when I wanted to go through FEAR a month or so back, I decided to go through my Device Manager to pinpoint what exactly caused the FPS to drop under the Human Interface Devices.
The culprit was the three "vendor-defined devices". So I made a script so only disable those three devices when you start the game, then re-enable them when you quit.
Keep in mind this might be machine/setup specific, but I'm sharing it anyways. As an added bonus this also allows you to keep your volume and player controls. It will only disable special mouse settings and any extra side keys your keyboard may have (in my case the G1 - G6 keys).
This will require you to have "devcon.exe" in your FEAR folder and it must run as admin. If you don't have devcon Google it.
Make a batch file with this:
devcon disable "HID\VID_046D&PID_C24D&REV_8001&MI_01&Col03"
devcon disable "HID\VID_046D&PID_C080&REV_9501&MI_01&Col04"
devcon disable "HID\VID_046D&PID_C080&REV_9501&MI_01&Col05"
FEAR.exe
devcon enable HID\VID_046D*
devcon restart "HID\VID_046D&PID_C24D&REV_8001&MI_01&Col03"
devcon restart "HID\VID_046D&PID_C080&REV_9501&MI_01&Col04"
devcon restart "HID\VID_046D&PID_C080&REV_9501&MI_01&Col05"
To use it with the expansions, put devcon.exe in the expansion folders, along with the batch file, and just change "FEAR.exe" to "FEARXP.exe" or "FEARXP2.exe"
Again use at your own risk I suppose. My keyboard is a Logitech G710+ and my mouse is a Logitech G303
The culprit was the three "vendor-defined devices". So I made a script so only disable those three devices when you start the game, then re-enable them when you quit.
Keep in mind this might be machine/setup specific, but I'm sharing it anyways. As an added bonus this also allows you to keep your volume and player controls. It will only disable special mouse settings and any extra side keys your keyboard may have (in my case the G1 - G6 keys).
This will require you to have "devcon.exe" in your FEAR folder and it must run as admin. If you don't have devcon Google it.
Make a batch file with this:
devcon disable "HID\VID_046D&PID_C24D&REV_8001&MI_01&Col03"
devcon disable "HID\VID_046D&PID_C080&REV_9501&MI_01&Col04"
devcon disable "HID\VID_046D&PID_C080&REV_9501&MI_01&Col05"
FEAR.exe
devcon enable HID\VID_046D*
devcon restart "HID\VID_046D&PID_C24D&REV_8001&MI_01&Col03"
devcon restart "HID\VID_046D&PID_C080&REV_9501&MI_01&Col04"
devcon restart "HID\VID_046D&PID_C080&REV_9501&MI_01&Col05"
To use it with the expansions, put devcon.exe in the expansion folders, along with the batch file, and just change "FEAR.exe" to "FEARXP.exe" or "FEARXP2.exe"
Again use at your own risk I suppose. My keyboard is a Logitech G710+ and my mouse is a Logitech G303