Tony Hawk's Pro Skater HD

Tony Hawk's Pro Skater HD

통계 보기:
Kinomaks 2012년 9월 18일 오후 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!
Kinomaks 님이 마지막으로 수정; 2012년 9월 19일 오전 6시 35분
< >
전체 댓글 103개 중 46~60개 표시 중
Kinomaks 2012년 9월 19일 오후 1시 35분 
secretimbecile님이 먼저 게시:
I'm trying to pool all config tweaks into a single thread, do you mind if I add this?
Sure.
Jalmari 2012년 9월 19일 오후 2시 35분 
Put this option also there it will do a lot less frame drops. bAllowLightShafts=False
ANGSTHASE 2012년 9월 19일 오후 3시 23분 
i have a ps3 controller and dosn´t work!!!!! ♥♥♥♥♥♥♥ scripting
Aussiedroid 2012년 9월 19일 오후 11시 51분 
It's mind boggling that these are not included in the actual game and we need to go and modify files to get the game playable. Really poor effort!

... but thanks for the info Kinomaks, this will help many as I am sure this will never get included into the game.
USARice 2012년 9월 20일 오전 12시 10분 
*ANGSTHASE*님이 먼저 게시:
i have a ps3 controller and dosn´t work!!!!! ♥♥♥♥♥♥♥ scripting
I just use motioninjoy to emulate a 360 controller, and the game works flawlessly on my ps3 controller(wired to the computer mind you). Either way, I'm done with this game. It's just awful at its current state.
LuckyLooT 2012년 9월 20일 오전 4시 09분 
FISrdj님이 먼저 게시:
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")

Thx thx thx
now i can play
ANGSTHASE 2012년 9월 20일 오후 12시 28분 
this is my program: xpadder_gamepad_profiler and working 1a
Anch 2012년 9월 20일 오후 2시 04분 
Thx for the resolution problem, pal
Ideas 2012년 9월 20일 오후 2시 07분 
all i did was plug in the xbox controller and it worked but none of the other stuff comes up as xbox
Crab-Legs the Chainsaw 2012년 9월 21일 오전 6시 06분 
THANK YOU FOR THIS.

The game screen looks so much better for me now.
<< DJ PIMPEK >> 2012년 9월 21일 오후 12시 41분 
Download: AutoHotkey
Use this script for auto hotkey:

c::,
v::.
b::/

Play!
-RiF-AjAx 2012년 9월 21일 오후 8시 52분 
My game wont recognize the 360 controler at all????......i tried running the launcher and it would say no controler detected. I opened other games that i play and the controler works fine. What do i need to do to fix this please?
NiTro 2012년 9월 21일 오후 10시 00분 
To change controls from X-Box controller to any old controller to make the buttons match was simply changing the /Tony Hawk Pro Skater HD/THHDGame/Config/THHDInput.ini from
.Bindings=(Name="XboxTypeS_Y", Command="PAD_RUp__Press | onrelease PAD_RUp__Release")
.Bindings=(Name="XboxTypeS_A", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")
.Bindings=(Name="XboxTypeS_X", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release")
.Bindings=(Name="XboxTypeS_B", Command="PAD_RRight__Press | onrelease PAD_RRight__Release")

to

.Bindings=(Name="XboxTypeS_X", Command="PAD_RUp__Press | onrelease PAD_RUp__Release")
.Bindings=(Name="XboxTypeS_B", Command="PAD_RDown__Press | onrelease PAD_RDown__Release")
.Bindings=(Name="XboxTypeS_Y", Command="PAD_RLeft__Press | onrelease PAD_RLeft__Release")
.Bindings=(Name="XboxTypeS_A", Command="PAD_RRight__Press | onrelease PAD_RRight__Release")

just figure out what buttons do what and change "X,B,Y,A" to match accordingly.
Richard 2012년 9월 21일 오후 11시 46분 
Thanks for this. Full HD FTW :)
-RiF-AjAx 2012년 9월 22일 오전 1시 07분 
I replaced what you posted and it still dosent recognize that i even have the Xbox controler pluged in. I am using the steam version btw, does it make a difference or is there anything else i could do to get this working. Cheers for your help as well NiTro
< >
전체 댓글 103개 중 46~60개 표시 중
페이지당 표시 개수: 1530 50