Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
I hate the toggle as well
The game use a Base64 value for keybinds in "XUserOptions.ini" called "UserKeyMappings="
Best regards
phila
Hold to aim down sights
Information To change from toggle aim down sights to hold aim down sights, simply make an AutoHotKey script:
Fix AutoHotKey script for hold to aim
1. Download and install AutoHotkey. link - http://www.autohotkey.com/
2. Let application create sample script. This script file should open after installation.
3. Delete everything and insert these lines:
#IfWinActive, BioShock Infinite
{
::$MButton::Send {MButton}
::$MButton Up::Send {MButton}
}
4. Open AutoHotkey window (green H icon in tray area), navigate to File and hit Reload Script.
Notes:
This is script for default bindings where aiming is bind to middle mouse button. For aiming by right mouse button replace MButton for RButton.
For bindings to other keys see Hotkeys and KeyList sections of AutoHotkey documentation for button syntaxes.
If you get stuck aiming down the sights, and holding the aim key stops aiming, simply sprint and the issue will be fixed.
source - http://pcgamingwiki.com/wiki/BioShock_Infinite#Hold_to_aim_down_sights
I dont have the time to try it now but would you kindly post your result below if it works or not :)
go to your XGame.ini, find
[XCore.XClikHUDCrosshair]
and replace everything under it with:
ShowAnimationFrameName=Hide
HideAnimationFrameName=Hide
EnterCombatAnimationFrameName=Hide
LeaveCombatAnimationFrameName=Hide
HitTargetAnimationFrameName=Hide
NotTargetingStateFrameName=Hide
TargetingStateFrameName=Hide
FriendlyTargetStateFrameName=Hide
InvalidCrosshairFrameName=Hide
InCombatStateFrameName=Hide
OutOfCombatStateFrameName=Hide
MaxSpreadInScreenDistance=500;
SpreadFrames=200
crosshairs gone!
Perhaps because I Have Roccat driver running?!
Best regards
phila