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.

Madagascar (PC) - .STREAM extractor/repacker?

Featured Replies

  • Author
  • Localization

Mygoshi, posted Wed Apr 22, 2015 12:44 pm (4736)


.STREAM? I thought it would contain audio data but apparently no.
  • Author
  • Localization

aluigi, posted Wed Apr 22, 2015 6:55 pm (4740)


I don't see a file table for an easy extraction, they are just... stuff.
Anyway the following works for the first small part of the file you provided and it's totally useless imho:
Code:
goto 0x250
for
    get SIZE long
    getdstring DUMMY 0xc
    getdstring NAME 0x40
    savepos OFFSET
    math SIZE -= 0x14
    log NAME OFFSET SIZE
    math OFFSET SIZE
    goto OFFSET
next
  • Author
  • Localization

Mygoshi, posted Sat Apr 25, 2015 1:39 pm (4808)


The script doesn't work with the golf.stream file and I really want to extract it like frogz2007 did.

And for kingofny.stream, it extracts the files without extensions, do you know more for these files? Thanks

Link to golf.stream:, https://mega.co.nz/#!gchmTSxY!JybXrNz7G ... x79vchMRcA
  • Author
  • Localization

aluigi, posted Sun Apr 26, 2015 1:15 pm (4813)


Set the first goto to 0x24c instead of 0x250.
Finding the first offset is very simple, locate the first name of 0x40 bytes ("SMOKECLOUD" in this case) and then subtract 0x10 to that offset.
  • Author
  • Localization

Mygoshi, posted Sun Apr 26, 2015 2:49 pm (4815)


Thank you very much!
  • Author
  • Localization

Mygoshi, posted Sun Apr 26, 2015 2:53 pm (4816)


I remember there was another script to extract the content, but I don't know where I found it.
  • Author
  • Localization

Mygoshi, posted Sun Apr 26, 2015 3:12 pm (4817)


Found it, it was from PS23D format website: (expired)
  • Author
  • Localization

aluigi, posted Sun Apr 26, 2015 4:50 pm (4820)


I don't think that it's good to use that script because you will only dump a small part of the file.
So even if you solve the problem of the offset, there is a big chunk of the file that is not extracted.
  • Author
  • Localization

jacek40, posted Wed Oct 05, 2016 11:46 am (17837)


Link does not work Give me a new cable, I have a question how it works.
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.