A felújított Tony Hawk\\\'s Pro Skater
  • AtiRadish
    #7
    kurzorbill és numpad kiosztáshoz:

    For controls it's a little more complex. Find the following file: Documents/My Games/Tony Hawk Pro Skater HD/THHDGame/Config/THHDInput.ini

    EDIT: For those used to the numpad-config (2 = ollie, 4 = flip, 8 = grind, 6 = grab):

    Change this

    .Bindings=(Name="Period", Command="PAD_RUp__Press | onrelease PAD_RUp__Release")
    .Bindings=(Name="Comma", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release")
    .Bindings=(Name="Slash", Command="PAD_RRight__Press | onrelease PAD_RRight__Release")
    .Bindings=(Name="SpaceBar", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")

    into this:

    .Bindings=(Name="NumpadEight", Command="PAD_RUp__Press | onrelease PAD_RUp__Release")
    .Bindings=(Name="NumpadFour", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release")
    .Bindings=(Name="NumpadSix", Command="PAD_RRight__Press | onrelease PAD_RRight__Release")
    .Bindings=(Name="NumpadTwo", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")