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.

Nintendo Modern Arcade games (Excel binaries)

Featured Replies

  • Author
  • Localization

LolHacksRule, posted Wed Oct 07, 2020 9:01 pm (59088)


I'm trying to figure out the binary parameter files in Nintendo's Arcade games since and past Mario Kart Arcade GP DX. It appears to be some type of excel file in a binary form (my guess would be CSVBIN due to LM Arcade's executable mentions such a file). I attempted to doc a small portion of the format, I think I did. I will add samples soon.

Code:
//------------------------------------------------
//--- 010 Editor v10.0.2 Binary Template
//
//      File: Nintendo Modern (2011 ) Arcade CSV binaries *.MATTR (LM), *.BIN, *_PARAM.BIN, *.ABT, *.NGW (LM), *.VMD
//      Authors: LolHacksRule
//      Version: 1
//      Purpose: Gets some data out of the scripts.
//      Category: Deserializing
//      File Mask: excel_header
//      ID Bytes: excel_header
//      History:
//------------------------------------------------

char    excelHeader[12]; //657863656C5F686561646572 (excel_header)
char    unk[1]; //MKDX appears to have this set to 02 on some files, primarily 00, might be version idk
char    padding[3]; //should be 20
char    paramCount[2]; //How many param values are present in the file
char    morePadding[7]; //Should be seven nulls
char    aValue[1]; //Float, or string afaik
  • Author
  • Localization

aluigi, posted Thu Oct 08, 2020 9:35 pm (59108)


Just a suggestion, remember to add the samples in a new post because if you edit the original post it will not be visible, or if you edit it then also make a post to bump the topic.
  • Author
  • Localization

LolHacksRule, posted Fri Oct 09, 2020 5:19 pm (59168)


Oh ok thanks, speaking of that, here's all Mario Kart file samples I can find
  • Author
  • Localization

aluigi, posted Sun Oct 11, 2020 9:44 am (59250)


Messy format
  • Author
  • Localization

LolHacksRule, posted Sun Oct 11, 2020 8:47 pm (59306)


I know right
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.