Tony Hawk's Pro Skater HD

Tony Hawk's Pro Skater HD

Vis statistikker:
Kinomaks 18. sep. 2012 kl. 12:03
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!
Sidst redigeret af Kinomaks; 19. sep. 2012 kl. 6:35
< >
Viser 1-15 af 104 kommentarer
El Fnord 18. sep. 2012 kl. 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 kl. 12:08 
Yeah, I'm torturing the same file.
mortea 18. sep. 2012 kl. 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 kl. 12:09 
Oprindeligt skrevet af 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!
Brain 18. sep. 2012 kl. 12:11 
SAME SHI***
El Fnord 18. sep. 2012 kl. 12:11 
Oprindeligt skrevet af 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 kl. 12:21 
You could always use a key-binding programme like 'X-Padder' or similar.
Kinomaks 18. sep. 2012 kl. 12:24 
Oprindeligt skrevet af <§> 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 kl. 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!
Sidst redigeret af mamotto; 18. sep. 2012 kl. 12:31
El Fnord 18. sep. 2012 kl. 12:31 
Oprindeligt skrevet af 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")
Sidst redigeret af El Fnord; 18. sep. 2012 kl. 12:37
Kinomaks 18. sep. 2012 kl. 12:31 
Now we're talking!
PirateJohn 18. sep. 2012 kl. 12:34 
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 kl. 12:39 
Thanks, man! You're my savior!
Th3WatchR 18. sep. 2012 kl. 12:51 
Awesome, Thanks for the info.
Carry Toggler 18. sep. 2012 kl. 12:52 
i dont get it, lol
< >
Viser 1-15 af 104 kommentarer
Per side: 1530 50