carlosjuero: What is this 'oneframethreading thingy'? Is there a comprehensive guide somewhere on what settings do what for the engine settings files?
I was being deliberately vague because I don't have the game installed right now and It doesn't look like I backed up my own ini edits.
I think its in APEngine.ini that you can change OneFrameThreadLag= to False (i think it defaults to true). This is a common unreal engine setting, its only really necessary on systems that struggle to maintain 30+ frames (like mine).
Setting it to false seems to unshackle the mouse latency from your achieved frame rate. I had to set this to false for Mass Effect 2, to speed up the bypass mini game in that as well.
Your best bet to learn about tweaking via ini edits is to read any unreal engine tweak guide like the very good one for Mass Effect (1) on tweakguides (a defunct website). Make a note of what's being changed then search through whatever game you want to edit's ini files, looking for the same or similar settings. I recommend using notepad++ to edit unreal engine ini files, it keeps everything neat and uses pretty colours.
Usually they're named the same they just end up in differently labelled ini files. Mass Effect 2 uses a coalesced ini file but Alpha Protocol still uses individual labelled ini. APEngine.ini for graphics/engine related tweaks, APGame.ini for gameplay tweaks and I think there's also an APInput.ini that might have mouse smoothing and acceleration settings.
You can turn off Mouse smoothing by
set bEnableMouseSmoothing=False
in \Alpha Protocol\APGame\Config\DefaultInput.ini
Then delete your auto generated APInput.ini in your My Documents/whatever/ and let it get remade from DefaultInput.ini with your new edit by restarting the game.
Other changes I remember changing where just cosmetic, to the APGame.ini.
InteractDistance=240
CoverWalkSpeed=75.f
CoverRunSpeed=125.f
PlayerRotationSpeed=80000.0f
MoveSpeedNormal=220
MoveSpeedScoped=60
SprintSpeed=320
I got these suggestions from
here.
Half of the stuff in that thread is pissing in the wind though, some guys are telling you to turn on trilinear filtering as well as anisotropic filtering which is pointless.
Just keep in mind, editing the ini files located in the game's install, and NOT in my documents will require you to manually back them up first, if you screw them up you'll have to manually replace them (or reinstall). Those in your my documents folder you can just delete and the game will remake them on next launch (from the default ones in the install folder).