Difference between revisions of "Borderlands- The Pre-Sequel"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, search
(Created page with "=== SteamOS PC Version: Disable Game Controller Vibrate === First, close the game. You cannot have the game open when you make this edit or the edit will be overwritten. Edi...")
(No difference)

Revision as of 19:18, 29 July 2020

SteamOS PC Version: Disable Game Controller Vibrate

First, close the game. You cannot have the game open when you make this edit or the edit will be overwritten.

Edit the 'willowgame.ini' file and change the value of 'ForceFeedbackManagerClassName'

The willowgame.ini file is in the game data directory for your user account. Open with your preferred text editor.

vi ~/.local/share/aspyr-media/borderlands\ the\ pre-sequel/willowgame/config/willowgame.ini

change

ForceFeedbackManagerClassName=Win.XnaForceFeedbackManager

To

ForceFeedbackManagerClassName=no.XnaForceFeedbackManager

Here is what the entire section looks like:

[Engine.PlayerController]
bAimingHelp=false
InteractDistance=512
bCheckRelevancyThroughPortals=true
MaxConcurrentHearSounds=32
bLogHearSoundOverflow=FALSE
ForceFeedbackManagerClassName=WinDrv.XnaForceFeedbackManager
bEnableForceFeedbackManager=true
bOverrideOnlineProfileName=false

The game settings within the game itself only allows you to disable the rumble controller vibrate when you shoot. Nearby explosions and other triggers will still vibrate these controllers. By editing this file you disable the rumble completely.