NOTE: There are other secret levels, but these are the only ones that work without any Z_name.pak editing, these will only work in free-skate/2-player modes
NOTE FOR XBOX USERS: For retreiving the data, you need to FTP the data needed for this tutorial to your PC (Which is every QB.PAK/PAB and DBG.PAK which are in PAK folder of the game), i believe this tutorial will work
NEEDED:
- Queenbee 1.9
- A modded XBOX or PS2 Console (Or PCSX2 if you don't want to mod your console)
FOR PS2 USERS:
- WadEdit v4 or Hedwadedit if you're doing this for PS2
- UMDgen if you're doing this for PS2
Step 1:Open up QB.PAK with QueenBee
Step 2:Open up gamemenu_levelselect.qb in the pak, you will find such levels laid out like
FOR EXAMPLE WITH REGULAR LEVELS:
Code: Select all
text = SUBRUBS
level = load_z_houses
poster = levelposter_suburbs
length = 130
rot = -1
required_goal_total = 0
FOR THE LEVELS WE WANT UNLOCKED:
Code: Select all
text = MARSEILLES
level = load_Z_MS
poster = levelposter_rio
length = 160
rot = -4
DEVKIT_ONLY
Step 3:for these to be unlocked, we want to remove "DEVKIT_ONLY" from the 3 levels in the menu
Step 4:Search for QBkey "collectors_edition_only", you get 2 results, delete both of them
Step 5:Inject the modded PAK to the HED/WAD then put it in your backup disc if you use PS2, if you're doing this for XBOX, then FTP the modded paks to your XBOX
Step 6:Start it up, select it, if it works, then you're done
