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.

Monopoly PC .dat files (Artech Studios)

Featured Replies

  • Author
  • Localization

Ekey, posted Sat Aug 10, 2019 8:40 pm (50236)


Code:
# Monopoly (DAT format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "Artech\0\0"
goto 0x14
get FILES long
goto 0x1C

for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get FLAG long
    get ZSIZE long
    if FLAG == 0
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i
  • Author
  • Localization

Puterboy1, posted Sat Aug 10, 2019 9:45 pm (50237)


Ekey wrote:
Code:
# Monopoly (DAT format)
# script for QuickBMS http://quickbms.aluigi.org

idstring "Artech\0\0"
goto 0x14
get FILES long
goto 0x1C

for i = 0 < FILES
    get OFFSET long
    get SIZE long
    get FLAG long
    get ZSIZE long
    if FLAG == 0
        log "" OFFSET SIZE
    else
        clog "" OFFSET ZSIZE SIZE
    endif
next i


Thanks, but just to make sure to look at the other dat files, you might want to update the script a little bit: https://ia802903.us.archive.org/view_ar ... 006).iso
  • Author
  • Localization

Ekey, posted Sat Aug 10, 2019 10:57 pm (50240)


No need to update it. Script works fine on all DAT from the Dat_Mon folder.

PS: dat don't contain names.
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.