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.

DSi // Miami Nights: Singles In The City - .DAT help needed

Featured Replies

  • Author
  • Localization

IX285, posted Tue Oct 11, 2022 7:33 am (73766)


To avoid spamming and stuff i decided to open new topic after old one,so if this is not valid feel free to close it down!

GAME NAME / REGION / CONSOLE
Miami Nights:Singles In The City
Released region-free as DSiWare

GAME DEVELOPERS / PUBLISHERS
Gameloft

FIRST 8 BYTES OF THE ATTACHED FILE ARCHIVE
[.dat] A9 D1 20 00 00 03 00 03 00 - ? ? . . . .

QUICKBMS SCRIPT I TRIED TO OPEN FILE WITH (credits to aluigi)
Code:
endian big
open FDDE "off"
open FDDE "dat" 1

get OFF_SIZE asize
for i = 0
    savepos TMP
    if TMP == OFF_SIZE
        break
    endif

    get NAME string
    get OFFSET long
    if OFFSET & 0x80000000
        math OFFSET & 0x7fffffff
        math ZIP = 1
    else
        math ZIP = 0
    endif
    putarray 0 i NAME
    putarray 1 i OFFSET
    putarray 2 i ZIP
next i
    get OFFSET asize 1
    putarray 1 i OFFSET

math FILES = i
for i = 0 < FILES
    getarray NAME   0 i
    getarray OFFSET 1 i
    getarray ZIP    2 i
    math i 1
    getarray SIZE   1 i
    math SIZE - OFFSET
    if ZIP == 0
        log NAME OFFSET SIZE 1
    else
        goto OFFSET 1
        get XSIZE long 1
        math OFFSET 4
        math SIZE   - 4
        clog NAME OFFSET SIZE XSIZE 1
    endif
next
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.