Results -9 to 0 of 5

Thread: PS4 Controller

Threaded View

  1. #5
    Player
    BunchesOfBeans's Avatar
    Join Date
    Jul 2012
    Location
    Gridania
    Posts
    21
    Character
    Treasure Hunter
    World
    Brynhildr
    Main Class
    Conjurer Lv 80
    Ok, at the very bottom of the config file is the custom configuration for your Gamepad there is a line whose default is this:
    Alias {90,91,88,89,41,40,32,33,73,72,48,49,1,3,2,0,4,6,8,5,7,9,11,10}

    Which corresponds to this Action Key
    {90,91,88,89,41,40,32,33,73,72,48,49,J,C,A,M,R,L,T,X,R,Z,St,Se}
    A = Accept
    C = Cancel
    J = Jump
    T = Target Lock
    M = Map
    R = Run Lock
    X = Cross Panel change
    L = Left Panel Select
    R = Right Panel Select
    Se = Select
    St = Start

    To behave a bit normally, I made mine this:
    {90,91,88,89,41,40,32,33,73,72,48,49,3,2,1,0,4,6,10,5,7,11,9,8}

    The first few numbers are your axes for the hats and dpad. Those worked fortunately so I didn't bother mapping. Here is a key for how the buttons match up.
    0 = Square
    1 = X
    2 = Circle
    3 = Triangle
    4 = L1
    5 = R1
    6 = L2
    7 = R2
    8 = Share
    9 = Options
    10 = L3
    11 = R3
    12 = Touch Pad

    It looks like the touchpad will need special drivers to behave as anything other than another button.

    Happy gaming!
    (3)
    Last edited by BunchesOfBeans; 10-28-2013 at 04:36 AM. Reason: Copy paste errors