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.

Topic on Talk:Far Cry 3

Not sure the best way to work this into the wiki page, thought I would leave it here for ppl though, google has it buried pretty deeply. This will most likely be useful for other Ubisoft games in the future using a similar engine to FC3.

http://forums.ubi.com/showthread.php/736269-mouse-s-negative-acceleration?p=9017252&viewfull=1#post9017252

Requires usage of Rick's Far Cry 3 unpacker/packer to edit "farcry3 install\data_win32\common.dat":

http://farcry3-mods.wikia.com/wiki/Tools_for_Unpack_and_Pack_game_content


inputactionmapcommon.xml (found in Common.dat actionmaps\) in the section:

<ActionMap name="common_look"> <MouseFilter input="mouse:move" curve="Weapons:AimCurves/Mouse_Curve" sensitivity="1.0" maxOutput="10" /> <Binding input="mouse:move" action="update" signal="look"/> </ActionMap>

changing maxOutput="10" to maxOutput="999999" (several occurences under mouse, a few under pad) removes the negative acceleration/dampening with quick mouse movements.