Hacking 3DS rom dump info

  • Thread starter Thread starter Pong20302000
  • Start date Start date
  • Views Views 428,266
  • Replies Replies 783
  • Likes Likes 17
should we just sticky the blog, full of lots of usefully information
Can someone stickie my website? It's full of usefull information about DS and 3DS hacking. They could just stickie Google and say "search it" or the 3DS IRC or some Youtube vids. That's not the sense of this website!
 
Can someone stickie my website? It's full of usefull information about DS and 3DS hacking. They could just stickie Google and say "search it" or the 3DS IRC or some Youtube vids. That's not the sense of this website!


You do know that stickying google would cut down on like 99% of the noob posts right :P
 
I can see where Rydian is coming from it a pity this forum does not support table bbcode, as then the first post could be more then a link.

You could have it so the top of the page had the lastest releases, as that what people would see first.

http://www.teamopolis.com/tools/bbcode-table-generator.aspx

This user does not have permission to use the HTML BB code.
 
And the list grows, got a few more being pre'd by VENOM , although all the shovelware is coming through aswell lol, 315 now with more incoming
 
Too many shovelwares, it's due for sure to rampant piracy on the 3DS....oh, wait! there's no piracy yet, it's only money printing games to these companies ;)
It's shovelware for us, but many people are buying and playing these games. there are games for all tastes.
 
Hello!

If someone is looking for more detailed information about each 3ds release,
I use www.srrdb.com myself because it has all information about each release,
and use it to make sure I have a correct release. (not tampered with).

With srr-files you can also convert a 3ds ROM to the original scene rar-files if you want.

Here is a link to the 3ds category, you can also sort for latest uploads if you want:
http://www.srrdb.com/browse/category:3ds/1
 
What's the possibility of getting some kind of RSS feed for this list? I know I could just subscribe to this thread, but other people post here too~
Also, Pong20302000, may I suggest the ability to take out certain columns from appearing on the list? I'm running 1080p, and I still have to use the horizontal scroll. That, or the ability to rearrange the columns, since most people don't care about group, title, imgcrc (whatever that is), and trimmed size.
 
Thank you for keeping the list up to date, Pong20302000!

I found the following errors:
- 199 282 283 have leading spaces
- 304 should be EUR not USA

There are also errors in the xml file:
- Entry with id 0 between 305 & 306.
- '&' not escaped ( &amp; ) <- some parsers don't like this, so does mine :lol:
 
Thank you for keeping the list up to date, Pong20302000!

I found the following errors:
- 199 282 283 have leading spaces
- 304 should be EUR not USA

There are also errors in the xml file:
- Entry with id 0 between 305 & 306.
- '&' not escaped ( &amp; ) <- some parsers don't like this, so does mine :lol:

fixed the 304

what do you mean leading spaces?
i cant seem to remove the ID 0 entry

will see about fixing it tho
 
There is a leading space in the xml and http code:
<td>283</td><td> Shifting World</td>
Looks like it isn't visible on the website :D

Found another error:
-132 publisher: Namco Banda� Games
 
he means that there is a space at the start of the game name.
Code:
<release>
	<id>199</id>
	<name> Pac-Man Party 3D</name>
	<publisher>Namco</publisher>

also, Number 0289 is meant to be 0281, then every Rom from 0281 should be moved up by 1. (0281 becomes 0282 etc)
You'll have to redo the trimmed size and min FW for those too as the info you have is for correct numbers.
For 0281 Reel Fishing you have trimmed size 112695296, but that is actually the trimmed size of "Pinball Hall of Fame 3D - The Williams' Collection" (The rom that is really #0281)

Fixed XML:
Code:
<release>
	<id>281</id>
	<name>Pinball Hall of Fame - The Williams Collection</name>
	<publisher>Crave Entertainment</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es</languages>
	<group>CONTRAST</group>
	<imagesize>1024</imagesize>
	<serial>CTR-APBP</serial>
	<titleid>000400000004E300</titleid>
	<imgcrc>7FF16E75</imgcrc>
	<filename>ctr-apbp</filename>
	<releasename>Pinball.Hall.of.Fame.3D.The.Williams.Collection.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>112695296</trimmedsize>
	<firmware>2.1.0E</firmware>
</release>
<release>
	<id>282</id>
	<name>Reel Fishing Paradise 3D</name>
	<publisher>Natsume Company Ltd.</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es,pt</languages>
	<group>CONTRAST</group>
	<imagesize>4096</imagesize>
	<serial>CTR-ARFP</serial>
	<titleid>000400000005F600</titleid>
	<imgcrc>CB33AA31</imgcrc>
	<filename>ctr-arfp</filename>
	<releasename>Reel.Fishing.Paradise.3D.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>317402624</trimmedsize>
	<firmware>2.1.0E</firmware>
</release>
<release>
	<id>283</id>
	<name> Rollercoaster Tycoon 3D</name>
	<publisher>Namco Bandai Games</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es</languages>
	<group>CONTRAST</group>
	<imagesize>4096</imagesize>
	<serial>CTR-AC8P</serial>
	<titleid>000400000007A200</titleid>
	<imgcrc>C9C67485</imgcrc>
	<filename>ctr-ac8p</filename>
	<releasename>RollerCoaster.Tycoon.3D.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>352495104</trimmedsize>
	<firmware>3.0.0E</firmware>
</release>
<release>
	<id>284</id>
	<name> Shifting World</name>
	<publisher>Aksys Games</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es,nb,pt,ru</languages>
	<group>CONTRAST</group>
	<imagesize>1024</imagesize>
	<serial>CTR-ASZP</serial>
	<titleid>0004000000097900</titleid>
	<imgcrc>88A32F31</imgcrc>
	<filename>ctr-aszp</filename>
	<releasename>Shifting.World.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>75803136</trimmedsize>
	<firmware>3.0.0E</firmware>
</release>
<release>
	<id>285</id>
	<name>Transformers Prime - The Game</name>
	<publisher>Activision</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es,da,sv</languages>
	<group>CONTRAST</group>
	<imagesize>8192</imagesize>
	<serial>CTR-ATPP</serial>
	<titleid>000400000008EE00</titleid>
	<imgcrc>3A5A57F4</imgcrc>
	<filename>ctr-atpp</filename>
	<releasename>Transformers.Prime.The.Game.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>785011200</trimmedsize>
	<firmware>4.1.0E</firmware>
</release>
<release>
	<id>286</id>
	<name>Winter Sports 2012 - Feel The Spirit</name>
	<publisher>DTP Entertainment</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it</languages>
	<group>CONTRAST</group>
	<imagesize>2048</imagesize>
	<serial>CTR-AWSP</serial>
	<titleid>0004000000066100</titleid>
	<imgcrc>56C6DCD7</imgcrc>
	<filename>ctr-awsp</filename>
	<releasename>Winter.Sports.2012.Feel.the.Spirit.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>239936000</trimmedsize>
	<firmware>2.1.0E</firmware>
</release>
<release>
	<id>287</id>
	<name>Word Wizard 3D</name>
	<publisher>Storm City Games</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es,nb</languages>
	<group>CONTRAST</group>
	<imagesize>1024</imagesize>
	<serial>CTR-AWWP</serial>
	<titleid>000400000006A900</titleid>
	<imgcrc>D8A64A95</imgcrc>
	<filename>ctr-awwp</filename>
	<releasename>Word.Wizard.3D.EUR.3DS-CONTRAST</releasename>
	<trimmedsize>50354176</trimmedsize>
	<firmware>2.1.0E</firmware>
</release>
<release>
	<id>288</id>
	<name>Croods, The - Prehistoric Party!</name>
	<publisher>D3 Publisher</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es</languages>
	<group>VENOM</group>
	<imagesize>1024</imagesize>
	<serial>CTR-AQRP</serial>
	<titleid>00040000000CD200</titleid>
	<imgcrc>496ACA7D</imgcrc>
	<filename>v-ccp</filename>
	<releasename>The_Croods_Prehistoric_Party_EUR_3DS-VENOM</releasename>
	<trimmedsize>114508288</trimmedsize>
	<firmware>4.4.0E</firmware>
</release>
<release>
	<id>289</id>
	<name>LEGO Legends of Chima - Lavals Journey</name>
	<publisher>Warner Bros</publisher>
	<region>EUR</region>
	<languages>en,fr,de,it,es,da,nb</languages>
	<group>VENOM</group>
	<imagesize>4096</imagesize>
	<serial>CTR-APRP</serial>
	<titleid>00040000000AF700</titleid>
	<imgcrc>962DDFDE</imgcrc>
	<filename>v-loc</filename>
	<releasename>LEGO_Legends_of_Chima_Lavals_Journey_EUR_3DS-VENOM</releasename>
	<trimmedsize>472515072</trimmedsize>
	<firmware>4.5.0E</firmware>
</release>
 

Site & Scene News

Popular threads in this forum