Tony Hawk's Pro Skater HD

Tony Hawk's Pro Skater HD

Statistiken ansehen:
Changing controls and resolutuion guide
To change resolution go to
Steam\steamapps\common\Tony Hawk's Pro Skater HD\Engine\Config\BaseEngine.ini
find there
ResX=1280 ResY=720
And change those values to the ones you like.

For controls go to
D:\Steam\steamapps\common\Tony Hawk's Pro Skater HD\THHDGame\Config\DefaultInput.ini
find there
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")
And change Period(Grind), Comma(Flip), Slash(Grab) and SpaceBar(Jump) to your desired buttons.
I use Numpad:
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")
Have fun skating!

P.S. Big thanks to mamotto and El Fnord!
Zuletzt bearbeitet von Kinomaks; 19. Sep. 2012 um 6:35
< >
Beiträge 115 von 103
El Fnord 18. Sep. 2012 um 12:07 
I think it's in \Steam\steamapps\common\Tony Hawk's Pro Skater HD\Engine\Config\BaseInput.ini but I have not yet had any success...
Kinomaks 18. Sep. 2012 um 12:08 
Yeah, I'm torturing the same file.
mortea 18. Sep. 2012 um 12:09 
if there was a way to set it up just like in THPS3 I wouldn't feel so bad for wasting so much money on just a crap game.
Kinomaks 18. Sep. 2012 um 12:09 
Ursprünglich geschrieben von OC guns:
if there was a way to set it up just like in THPS3 I wouldn't feel so bad for wasting so much money on just a crap game.
QFT!
SAME SHI***
El Fnord 18. Sep. 2012 um 12:11 
Ursprünglich geschrieben von OC guns:
if there was a way to set it up just like in THPS3 I wouldn't feel so bad for wasting so much money on just a crap game.

That is exactly how I feel! Plus, I have a non-English keyboard layout, which makes it even less playable :(
<§> Sub 18. Sep. 2012 um 12:21 
You could always use a key-binding programme like 'X-Padder' or similar.
Kinomaks 18. Sep. 2012 um 12:24 
Ursprünglich geschrieben von <§> Sub:
You could always use a key-binding programme like 'X-Padder' or similar.
Oh, I'm trying to play on a keyboard. I got used to it years ago.
mamotto 18. Sep. 2012 um 12:25 
Did somebody try editing Steam\steamapps\common\Tony Hawk's Pro Skater HD\THHDGame\Config\DefaultInput.ini ? It looks like binding keys from keyboard to pad.

EDIT: Guys! Edit this file! I finally changed controls. I edited lines
.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")

into

.Bindings=(Name="Z", Command="PAD_RUp__Press | onrelease PAD_RUp__Release")
.Bindings=(Name="C", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release")
.Bindings=(Name="X", Command="PAD_RRight__Press | onrelease PAD_RRight__Release")

and I have finally my favourite controls. Enjoy!
Zuletzt bearbeitet von mamotto; 18. Sep. 2012 um 12:31
El Fnord 18. Sep. 2012 um 12:31 
Ursprünglich geschrieben von mamotto:
Did somebody try editing Steam\steamapps\common\Tony Hawk's Pro Skater HD\THHDGame\Config\DefaultInput.ini ? It looks like binding keys from keyboard to pad

This looks promising! I just mapped 'Jump' to my Numpad's '2' key like this:

.Bindings=(Name="NumpadTwo", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")

I'll try the rest now.

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")
Zuletzt bearbeitet von El Fnord; 18. Sep. 2012 um 12:37
Kinomaks 18. Sep. 2012 um 12:31 
Now we're talking!
Documents/My Games/Tony Hawk Pro Skater HD/THHDGame/Config/THHDEngine.ini <-- Change resolution by finding changing the following values:
ResX=1280 ResY=720
For controls it's a little more complex. Find the following file: Documents/My Games/Tony Hawk Pro Skater HD/THHDGame/Config/THHDInput.ini

Find the following setting:
Bindings=(Name="W", Command="PAD_Up__Press | onrelease PAD_Up__Release")
You can now change the bindings, mine follow the ones in THPS2:

Bindings=(Name="Up", Command="PAD_Up__Press | onrelease PAD_Up__Release") Bindings=(Name="Down", Command="PAD_Down__Press | onrelease PAD_Down__Release") Bindings=(Name="Left", Command="PAD_Left__Press | onrelease PAD_Left__Release") Bindings=(Name="Right", Command="PAD_Right__Press | onrelease PAD_Right__Release") Bindings=(Name="V", Command="PAD_RUp__Press | onrelease PAD_RUp__Release") Bindings=(Name="C", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release") Bindings=(Name="B", Command="PAD_RRight__Press | onrelease PAD_RRight__Release") Bindings=(Name="SpaceBar", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")
Kinomaks 18. Sep. 2012 um 12:39 
Thanks, man! You're my savior!
Awesome, Thanks for the info.
i dont get it, lol
< >
Beiträge 115 von 103
Pro Seite: 1530 50