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.

Nicktoons Unite .NTA

Featured Replies

  • Author
  • Localization

lemurboy12, posted Thu Jan 29, 2015 3:00 pm (2965)


I never got a response
  • Author
  • Localization

aluigi, posted Thu Jan 29, 2015 3:37 pm (2969)


No idea about this format.
  • Author
  • Localization

dniel888, posted Thu Jan 29, 2015 8:28 pm (2976)


here is partially description of the format:
Code:
// header
char[8] Magic //"NTA-File"
short Version
short subVersion
int32 directories

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//chunk1 - directories table ???
DirectoryRecord[directories] directoryTable

struct DirectoryRecord
{
   char[0x40] directory
   int32 UNK //(2=uncompressed/1=compressed) ???
}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//chunk2 - file names table
goto 0x1110 ( 0x10 (header) 0x1100 (size of chunk1) )

int32 filesNum  //(max 500)
FileRecord[filesNum] filesTable
struct FileRecord
{
   char[0x40] filename
}

//size of this chunk = 500*0x40 4
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//chunk3 - offset table
goto 0x8E14 ( 0x10 (header) 0x1100 (size of chunk1)   0x4E24 (size of chunk2) )

OffsetRecord[filesNum] offsetTable
struct OffsetRecord
{
   int32 offset;
}

//size of this chunk = 500*4

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
//chunk4 - UNK
goto 0x95E4


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.