Post: Joe Danger 2: The Movies
03-11-2013, 03:36 AM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Here's my save for Joe Danger
You must login or register to view this content.

24 Carot joe
You must login or register to view this content. credits to ishimura

Just do Act 6 and choose the last level. Collect the 8 letters and cross the finish line and it will give the trophies for all the levels and for collecting all movie stars.

now go to deleted scene's and do exactly the same on director cut

You can also get "five star" trophy aswell just go to downloadable tours *dont worry its free* and do any of the levels there but you need to collect ALL 5 objectives in 1 run

Let me know if unlocks anything else and im also working on the pro medals so il update the link once iv got it done
(adsbygoogle = window.adsbygoogle || []).push({});

The following 66 users say thank you to The_Fallen for this useful post:

-Warhawk-, $$$ DANGER $$$, 605justin, Awesome_User, BASIA2001, belfastguy, Big_Jonny, brd23, Brokkoli182, candyman2720, Carramrod235, Dannyman, DJR_Supreme, elite2011, Gabberhard, Gandalf, Hadenkin, Hatchet Harry, Hellstenen, Herrkulez, hess47, Hihi2442, homerj92, Im A Stig, in4x, ishotboston, zL_j8hnb, Jason_Dxmt, jgsnake, jhonatan garcia, jobone233, Johnny_Gan, KetsuekiAlucard, Kojiaque, Lemons, luislaperica, mark1, mazdafreak, Mr.Alfredo, Phophenomenon, Platinumpt, reptil-1997, rieks, Ripsta Bone, rnr, rossonero, Sean Alexander, SHAkA, Sirprizer, SirPsychoSexy, skedd, skruff, SniperScope, socia, Strider_90, sweetiepie, tareksadoon, TryAndBanMeSony, Uncle Ted, wolf82, xBIG_RABx, xLew--, xsammi, xSOADx, Yuki_240sx, ZeroSasurai
07-29-2013, 09:14 PM #110
NeoFrost
Gym leader
Ok, after studying the existing code I'm able to pinpoint (for the most part) where it says that whatever medals you have are unlocked for the first normal six chapters, but I can't figure out about the Director's Cut or DLC spot.
07-29-2013, 09:37 PM #111
setsae
Climbing up the ladder
Originally posted by NeoFrost View Post
Ok, after studying the existing code I'm able to pinpoint (for the most part) where it says that whatever medals you have are unlocked for the first normal six chapters, but I can't figure out about the Director's Cut or DLC spot.


yea i seen what he was talking about finally , but it doesn't change the dlc part - nope.
07-29-2013, 11:36 PM #112
NeoFrost
Gym leader
Update: Ok, I found the exact spots I needed to edit so that the levels that have a pro medal now have all the stars earned in them, but the pro medal itself isn't unlocked. Any suggestions, SsurferR?
07-30-2013, 01:06 AM #113
Originally posted by NeoFrost View Post
Update: Ok, I found the exact spots I needed to edit so that the levels that have a pro medal now have all the stars earned in them, but the pro medal itself isn't unlocked. Any suggestions, SsurferR?


Well, I'm not SsurferR but I suppose you could try to get 1 pro medal again in order to unlock the trophy... but that would only work if you hacked all 42 pro medals... I managed to get 30/30 but then the save file would expand the amount to 42 after playing 1 mission, and then I tried to hex edit it again, but then it went back to 30/30 again..

Anyways, if you did manage to get all 42 pro medals, please upload the save, or atleast give us the offsets we need to edit.

Thanks in advance NeoFrost Winky Winky
07-30-2013, 02:52 AM #114
NeoFrost
Gym leader
My save is still stuck on the 38/42, but the stars are unlocked as having been earned, and I changed the 01 to the 04 as suggested, but that had no effect. I'm still trying to determine what else needs to be altered to make the actual medals register as earned and then I'd try doing a single race again and getting a medal to see if it pops. But in the meantime I'll upload the save I have so far:

{Deleted Old Link}

Again, this is just the hex edited save I did. The four pro medals are still missing.

Edit Update:

Ok, after more tinkering with the hex editor, I've managed to get 2 of the medals to unlock so now it says 40/42. I'll keep messing with it and see if I can get the final 2, which are both the levels in the final Red Cup challenge. In the mean time:

You must login or register to view this content.

And if I'm understanding this right the remaining two offsets that need to be adjusted are somewhere around 00020250 and 00020530.

The following 6 users say thank you to NeoFrost for this useful post:

$$$ DANGER $$$, Dannyman, Hellstenen, Ishimura, setsae, Uncle Ted
07-30-2013, 10:56 PM #115
Originally posted by NeoFrost View Post
My save is still stuck on the 38/42, but the stars are unlocked as having been earned, and I changed the 01 to the 04 as suggested, but that had no effect. I'm still trying to determine what else needs to be altered to make the actual medals register as earned and then I'd try doing a single race again and getting a medal to see if it pops. But in the meantime I'll upload the save I have so far:

{Deleted Old Link}

Again, this is just the hex edited save I did. The four pro medals are still missing.

Edit Update:

Ok, after more tinkering with the hex editor, I've managed to get 2 of the medals to unlock so now it says 40/42. I'll keep messing with it and see if I can get the final 2, which are both the levels in the final Red Cup challenge. In the mean time:

You must login or register to view this content.

And if I'm understanding this right the remaining two offsets that need to be adjusted are somewhere around 00020250 and 00020530.


Awesome, I will be on it again as well, this time with your save..

If I do get it to work I will be uploading it in no time to mediafire.
07-31-2013, 02:49 AM #116
NeoFrost
Gym leader
Cool. The way I'm understanding it is that the line SsurferR mentioned about being all 00 except either 01 or 04, the lines after corresponded to the stars that had to be earned in that level. Studying those and matching my computer screen to the menus on my telly, I was able to pick out which levels were which.

From there, I'm guessing the lines following the final star descriptor (COLLECTBANAN, TIME, COMBOCOIN, etc.) were all indicators as if all the stars were earned in a single run and thereby unlocking the pro medal. One of the four pro medals still needed was a COLLECTCOIN and COMBOCOIN, and I happened to find a level a few ones up that had the same two and a pro medal, so I just copy and pasted that one to the level which needed it and the medal unlocked. So I took that same code and pasted it to the other three. It worked for one, but not the other two.

Each time I've tried to make modifications to those two in the hex editor and load it up, it registers as though I've never played the game at all, no levels unlocked and no medals earned.
07-31-2013, 04:01 AM #117
Hey guys, I put an end to this epic quest: I have achieved the 42/42 pro medals by hex editing the save NeoFrost uploaded...

And because I know a little bit about hex editing, I just changed every 00 around the last two levels in the profile file to 04 in the hope that it would work out. So here is the result for you to enjoy:

You must login or register to view this content.

You do need to change the region to EU if you are from there, and you do need to resign it to your own profile (like usual)

My thanks goes to SsurferR and NeoFrost for providing useful information Winky Winky

THIS SAVE UNLOCKS 24 CARAT JOE AND ALL OTHER TROPHIES. (except upload and receive a level)

The following 7 users say thank you to Ishimura for this useful post:

$$$ DANGER $$$, brd23, Hellstenen, jollijoker, reptil-1997, setsae, Uncle Ted
07-31-2013, 04:05 AM #118
Originally posted by NeoFrost View Post
Cool. The way I'm understanding it is that the line SsurferR mentioned about being all 00 except either 01 or 04, the lines after corresponded to the stars that had to be earned in that level. Studying those and matching my computer screen to the menus on my telly, I was able to pick out which levels were which.

From there, I'm guessing the lines following the final star descriptor (COLLECTBANAN, TIME, COMBOCOIN, etc.) were all indicators as if all the stars were earned in a single run and thereby unlocking the pro medal. One of the four pro medals still needed was a COLLECTCOIN and COMBOCOIN, and I happened to find a level a few ones up that had the same two and a pro medal, so I just copy and pasted that one to the level which needed it and the medal unlocked. So I took that same code and pasted it to the other three. It worked for one, but not the other two.

Each time I've tried to make modifications to those two in the hex editor and load it up, it registers as though I've never played the game at all, no levels unlocked and no medals earned.


Sometimes you need to take extreme measures and do what I did: You know 04 stands for completion, you know where the levels are, so you just change every 00 to 04 around it and voila... instant SUCCES Winky Winky You are relieved of your duty, sir Neofrost.

Unless you want to find out what specific offset it is which is responsible for it..

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo