Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Bulletstorm

From PCGamingWiki, the wiki about fixing PC games
Revision as of 20:45, 20 July 2013 by Bad Sector (talk | contribs) (Added alternative place for config files)
This page may require cleanup to meet basic quality standards. You can help by modifying the article. The discussion page may contain useful suggestions.

Template:Infobox

Key points

Poorly optimised console port with many holdovers from the Xbox 360 version.
Configuration files are encrypted

Availability

Template:Availability Table

All versions use Games for Windows Live.

Game data

Template:Game Location Table

Video settings

Template:Video Settings

Input settings

Template:Input Settings


Issues fixed

Bulletstorm configuration files are encrypted. A utility called BulletStormINIeditor can be used to edit configuration files.[1]

Mouse Smoothing

In the StormInput file in the Config folder, bEnableMouseSmoothing can be set to 'false' to disable mouse smoothing.

Toggle ADS

This method is used to toggle ADS with 'right mouse button'. If you wish to use a different button, replace RightMouseButton with an alternative keybind.

In the StormInput file in the Config folder, find the group [StormGame.BSPlayerInput].

Within that group, locate: Bindings=(Name="BSBA_Target",Command="ButtonPress L2 | OnRelease ButtonRelease L2",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

and replace it with the following:

Bindings=(Name="BSBA_Target",Command="setbind RightMouseButton ToggleAimOn",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

Beneath that line, insert the following three lines:

Bindings=(Name="ToggleAimOn",Command="ButtonPress L2 | setbind RightMouseButton ToggleAimOff")

Bindings=(Name="ToggleAimOff",Command="ButtonRelease L2 | setbind RightMouseButton ToggleAimOn")

Bindings=(Name="RightMouseButton",Command="ToggleAimOn",Control=False,Shift=False,Alt=False,bIgnoreCtrl=False,bIgnoreShift=False,bIgnoreAlt=False)

Save the file.

Note: It appears that lines that are commented out disappear when the file is re-opened - likely due to encryption. Make backups as necessary.

ADS Sensitivity

In the StormInput file in the Config folder, MouseSensitivity can be set to a lower value (default: 60) to reduce sensitivity. The change applies to base sensitivity as well as ADS, however changing the value to ~10 makes both sensitivities feel similar.

Field of view (FOV)

In the StormCamera file in the Config folder, the default value is set to 85, and can be adjusted.

Framerate (FPS) Cap

In the StormEngine file in the Config folder, MaxSmoothedFrameRate can be moved to a higher cap. The frame cap can be removed by setting bSmoothFrameRate to 'false'.

System requirements

Template:System Requirements

References