• Solid Snake
    #279
    Egér anomáliákra:

    Took me a while to fully eliminate the mouse issues. The game is 10x more fun when controls aren't in the way.

    set bEnableMouseSmoothing=False
    in \Alpha Protocol\APGame\Config\DefaultInput.ini

    then 2 instances of that same var in
    <username>\My Documents\Alpha Protocol\APGame\Config\APInput.ini

    Also set in <username>\My Documents\Alpha Protocol\APGame\Config\APEngine.ini
    the following:

    [Engine.GameEngine]
    bSmoothFrameRate=FALSE
    MinSmoothedFrameRate=1024
    MaxSmoothedFrameRate=4096

    [SystemSettings]
    UseVsync=False

    (The VSync option in the game does nothing, you have to change it manually)

    And finally after all customizations set all user config files in

    <username>\My Documents\Alpha Protocol\APGame\Config\

    to read only.

    // Edit

    What this does is remove that sudden mouse speedup when your framerate drops beneath certain threshold - therefore it eliminates mouse imprecision.