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.

Project: Arrival "idx" and "data" files

Featured Replies

  • Author
  • Localization

Meonpie, posted Mon Apr 18, 2022 12:44 pm (71186)


This is a mobile game,made with unity engine.
web:https://www.gamearrival.com/


The file is compressed using a format named idx and data!

The header information of data is "JNTE", I have never seen this format, I searched Google and found nothing, please help me!

The file is too big so I uploaded the apk link

https://drive.google.com/file/d/1VlF_UQi7XUvuzpLJz4Goo8_-0QARseGd/view?usp=sharing
  • Author
  • Localization

LinkOFF, posted Tue Apr 19, 2022 3:34 pm (71201)


An early version of the script that shows the structure of the index file:
Code:
#Project: Arrival script 0.1a

endian big

open FDDE "idx" 0
open FDDE "data" 1

#0x38 - entry length
for i = 0
   get UNK00 long
   get UNK04 long
   get UNK08 long
   get UNK0C long
   get UNK10 long
   get UNK14 long
   get OFFSET long
   get ASIZE long
   get SIZE long
   get UNK24 long
   get UNK28 long
   get UNK2C long
   get UNK30 long
   get UNK34 long
   
   goto OFFSET 1
   getdstring EXT 4 1
   if EXT == "JNTE"
      string NAME p "%d.jnte" i
   else
      string NAME p "%d.dat" i
   endif
   log NAME OFFSET ASIZE 1
next i

It runs with an error. Maybe it will be helpful for someone.
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.