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.

Spawn: Armageddon XBOX .WAD files

Featured Replies

  • Author
  • Localization

roocker666, posted Sat Dec 10, 2022 6:21 am (74530)


Hi guys, Is it possible to extract the content of these .WAD files? I can see a table so this is what I know so far:

Image


Maybe with this info we can create a quickbms script. BTW, here are a few samples if you want to check:
https://www.mediafire.com/file/ma4sy81oz8r3njp/Spawn_XBOX_WAD_files.rar/file

All these .WAD files have the same format.
  • Author
  • Localization

BloodRaynare, posted Sat Dec 10, 2022 6:51 am (74531)


Here's the BMS script to extract your samples:

Code:
goto 0x10

IDString "TOC\x0"
get TOC_SZ long
get ZERO short
get FILES short

for i = 0 < FILES
   getDstring NAME 0x10
   getDstring EXT 0x04
   get OFFSET long
   get SIZE long
   get ZERO long
   string NAME .
   string NAME EXT
   log NAME OFFSET SIZE
next i
  • Author
  • Localization

roocker666, posted Sat Dec 10, 2022 7:38 am (74532)


BloodRaynare wrote:
Here's the BMS script to extract your samples:



That was fast :) , THANK YOU!
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.