Skip to content
View in the app

A better way to browse. Learn more.

ResHax

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
Help us keep the site running.

Mario Superstar Baseball ZZZZ.dat

Featured Replies

  • Author
  • Localization

Argonaut, posted Mon Oct 27, 2014 10:31 pm (1292)


lemurboy12 wrote:
All of the game's data is in this archive, and seems to be heavily compressed.

http://www.mediafire.com/download/l346a ... o/ZZZZ.dat


Hi,

if you want a better chance of getting people to look at this file you should consider using aluigi's file splitter script to give a smaller, more downloadable 2MB samples of the .dat that people will prefer due to size/internet speeds.

Here's the script:

Code:
# filecutter script for QuickBMS
#   This script allows you to dump the first and last megabyte from any file
#   useful for sending them to people for building scripts.
#   You can rebuild the file by using the filecutter_rebuilder.bms script:
#
#     http://aluigi.org/papers/bms/others/filecutter_rebuilder.bms
#
# script for QuickBMS http://quickbms.aluigi.org

math MEGABYTES = 2
# 2 megabytes, good for forums with max 5mb of attachments. Feel free to edit it

get FILENAME filename
get FILESIZE asize
math CHUNKSZ = 0x100000
math CHUNKSZ *= MEGABYTES
if FILESIZE u    print "Error: file %FILENAME% is smaller than the amount to dump, you don't need this script"
    cleanexit
endif

string NAME p= "%s_%u_%u" FILENAME 0 FILESIZE
log NAME OFFSET CHUNKSZ

math OFFSET = FILESIZE
math OFFSET -= CHUNKSZ
string NAME p= "%s_%u_%u" FILENAME OFFSET FILESIZE
log NAME OFFSET CHUNKSZ



"math MEGABYTES = 2
# 2 megabytes, good for forums with max 5mb of attachments. Feel free to edit it"

See? ;)
  • Author
  • Localization

aluigi, posted Tue Oct 28, 2014 8:27 am (1304)


Senseless format, probably the index table is in another file.
I can just see some data (nintendo audio?) at offset 0x8bdf80 which is the same format of the data at offset 0, so the archive contains only raw files.
  • Author
  • Localization

aluigi, posted Tue Oct 28, 2014 2:20 pm (1317)


There are 508 numbers but they don't seem offsets or sizes, the rest is senseless
  • Author
  • Localization

lemurboy12, posted Tue Oct 28, 2014 6:24 pm (1326)


is the game completely encrypted?
  • Author
  • Localization

aluigi, posted Tue Oct 28, 2014 9:27 pm (1336)


As I wrote, ZZZZ.dat is not encrypted while aaaa.dat is senseless (no recognizable fields).
  • Author
  • Localization

Etika, posted Thu Jun 20, 2019 12:48 pm (48924)


aluigi wrote:
Senseless format, probably the index table is in another file.
I can just see some data (nintendo audio?) at offset 0x8bdf80 which is the same format of the data at offset 0, so the archive contains only raw files.



is the nintendo audio maybe the menu theme because i really want that music. that one is not in the my_snd_h folder.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.