Users browsing this thread: 1 Guest(s)
Earthworm Jim 2 (DOS)
#5
Code:
findloc OFFSET string "RIFF"
do
   goto OFFSET
   get DUMMY long
   findloc NEXT_OFFSET string "RIFF" 0 ""
   if NEXT_OFFSET == ""
       get SIZE asize
   else
       math SIZE = NEXT_OFFSET
   endif
   math SIZE -= OFFSET
   log "" OFFSET SIZE
   math OFFSET = NEXT_OFFSET
while NEXT_OFFSET != ""

This script is from the xentax forum (IIRC) and is useful for extracting multiple files the way that was done by Anex. It dumps a bunch of files all with a RIFF header. Then you can use the audacity method to make them play as they don't just with the script. Unfortunately this is as far as my knowledge extends.
Reply
Thanked by:


Messages In This Thread
Earthworm Jim 2 (DOS) - by Infomaniac - 11-20-2015, 08:20 PM
RE: Earthworm Jim 2 (DOS) - by pacmaniac - 03-02-2016, 12:42 PM
RE: Earthworm Jim 2 (DOS) - by birdmanager6 - 03-03-2016, 10:54 PM
RE: Earthworm Jim 2 (DOS) - by Pingus! - 03-05-2016, 09:21 AM
RE: Earthworm Jim 2 (DOS) - by birdmanager6 - 03-05-2016, 03:12 PM
RE: Earthworm Jim 2 (DOS) - by beastedot9 - 03-05-2016, 12:25 PM
RE: Earthworm Jim 2 (DOS) - by Pingus! - 04-23-2016, 05:29 PM
RE: Earthworm Jim 2 (DOS) - by birdmanager6 - 05-02-2016, 05:11 PM

Forum Jump: