How to unlock all decks from every skater? [Solved]

Tony Hawk's Pro Skater 3 mod discussion.
rodneyM7
Posts: 35
Joined: Sun Sep 24, 2017 11:37 am
Contact:

How to unlock all decks from every skater? [Solved]

Postby rodneyM7 » Mon Oct 23, 2017 6:29 pm

I do know that you can use the cheat GIVEMESOMEWOOD. However that only unlocks all the boards of the current profile. So basically I have to switch to Tony Hawk's character, enter the code and get all his 10 decks, switch to the next pro, etc. Does anybody know how I can unlock every single deck ingame at once?

Surely this is possible with a little tweak of the script but I don't know how to do it... Code from the cheat.qb below.

Code: Select all

:u(02:000000c7)function $AllDecks$
   :u(02:000000c9)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Rio$
   :u(02:000000ca)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000cb)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_SkaterIsland$
   :u(02:000000cc)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000cd)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Tokyo$
   :u(02:000000ce)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000cf)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Foundry$
   :u(02:000000d0)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000d1)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Canada$
   :u(02:000000d2)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000d3)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Suburbia$
   :u(02:000000d4)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000d5)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Airport$
   :u(02:000000d6)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000d7)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_LA$
   :u(02:000000d8)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000d9)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Ship$
   :u(02:000000da)call $SetFlag$ arguments
      $flag$ = $GOAL_DECK$
   :u(02:000000db)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Skateshop$
:u(02:000000dc)endfunction
Last edited by rodneyM7 on Tue Oct 24, 2017 6:56 pm, edited 1 time in total.
rodneyM7
Posts: 35
Joined: Sun Sep 24, 2017 11:37 am
Contact:

Re: How to unlock all decks from every skater?

Postby rodneyM7 » Tue Oct 24, 2017 6:55 pm

Nevermind, figured it out on my own :)

Code: Select all

:u(02:000000c7)function $AllDecks$
   :u(02:000001a7)call $load_pro_skater$ arguments
      $name$ = $custom$
   :u(02:000000c9)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Rio$
      ...
      
   :u(02:000001a7)call $load_pro_skater$ arguments
      $name$ = $mullen$
   :u(02:000000c9)call $CareerStartLevel$ arguments
      $level$ = $LevelNum_Rio$
      ...
:u(02:000000dc)endfunction

Return to “THPS3 modding”

Who is online

Users browsing this forum: No registered users and 3 guests