Created
March 25, 2017 20:55
-
-
Save pczarn/11eae94556bbb014a3973903ad29ab25 to your computer and use it in GitHub Desktop.
Mass Effect 3 Coalesced bin
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/bioinput.ini/sfxgame/sfxgamemodebase/bindings | |
( Name="Shared_Action", Command="Exclusive Used | Exclusive PressAction | OnTap 0.3 TapAction | OnHold 0.3 HoldAction") | |
( Name="Shared_Aim", Command="SwapWeaponIfEmpty | TightAim | FOV 0 | OnRelease FOV 95 | OnRelease StopTightAim" ) | |
( Name="My_Storm", Command="Exclusive TryStandingJump | OnRelease StormOff | StormOn" ) | |
( Name="My_Melee", Command="TryHeavyMelee") | |
: OnTap 0.01 TryMelee | LeaveWorld | OnHold 0.01 TryHeavyMelee | |
( Name="F11", Command="screenshot" ) | |
sfxgamemodedefault | |
inputdelaystormexit = 0.01 | |
inputdelaytightaimexit = 0.01 | |
sfxgamemodedefault/bindings | |
( Name="E", Command="My_Storm") | |
( Name="Q", Command="My_Melee") | |
( Name="F12", Command="exec test.txt" ) | |
/bioengine.ini/fullscreenmovie/startupmovies | |
;ME3_sig_logo | |
;StartupLoop | |
sfxgamemodeconversation/bindings | |
( Name="SpaceBar",Command="Shared_ConvSkip") //change spacebar? does not work -- changes both actions | |
( Name="NumPadZero", Command="FOV 0" ) | |
( Name="NumPadOne", Command="FOV 32" ) | |
( Name="NumPadTwo", Command="FOV 75" ) | |
( Name="NumPadThree", Command="FOV 80" ) | |
( Name="NumPadFour", Command="FOV 85" ) | |
( Name="NumPadFive", Command="FOV 90" ) | |
( Name="NumPadSix", Command="FOV 95" ) | |
( Name="NumPadSeven", Command="FOV 100" ) | |
( Name="NumPadEight", Command="FOV 105" ) | |
( Name="NumPadNine", Command="FOV 110" ) | |
biodifficulty.ini/sfxgamempcontent/sfxdifficultyhandlemp Category="GunnerTurret" | |
.../sfxobjective/assassination/numtargetstokill = 4 | |
biogame/sfxgamempcontent/sfxwave/horde/petlist/... | |
sfxwave/horde/cerberusX/... | |
//( Name="Shared_Shoot", Command="SwapWeaponIfEmpty | FireWeapon | OnHold 0.01 StopFiringWeapon | OnHold 0.15 FireWeapon | OnHold 0.16 StopFiringWeapon | OnHold 0.3 FireWeapon | OnHold 0.31 StopFiringWeapon | OnHold 0.45 FireWeapon | OnHold 0.46 StopFiringWeapon | OnHold 0.6 FireWeapon | OnHold 0.61 StopFiringWeapon | OnHold 0.75 FireWeapon | OnHold 0.76 StopFiringWeapon | OnHold 0.9 FireWeapon | OnRelease StopFiringWeapon" ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment