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.

Inferno: The Odyssey Continues (1994, MS-DOS)

Featured Replies

Hello,

I'm currently having a look at the MS-DOS game “Inferno: The Odyssey Continues” to extract all of the 3D models.

The game isn't the best, but the 3D models as environments have a nice aesthetic.

No luck so far in getting my way into the game files. I hope this thread will maybe be used to show progress.

 

Gameplay videos (time set to 3D parts)

 

Edited by petitcoq
Adding tags

  • 1 month later...
  • Author

Here's a QuickBMS script I've put together to extract the content of the DID.DAT file.

No idea yet if the content of each file is encrypted. Other .DAT files require a different QuickBMS script that I haven't yet written.

# Inferno DAT
# script for QuickBMS http://aluigi.org

get OFFSET long
goto OFFSET
get NB_ELEMS short
get NB_DIRS short
get NB_FILES short
get TOTAL_LEN short

for i = 0 < NB_DIRS
  get LEN byte
  getdstring STRINGS[i] LEN
next i

for i = 0 < NB_FILES
  get LEN byte
  getdstring STRINGS2[i] LEN
next i

for i = 0 < NB_ELEMS
  get UNK long
  get FILE_OFFSET long
  get FILE_LEN long
  log i FILE_OFFSET FILE_LEN
next i

 

Create an account or sign in to comment

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.