The VG Resource
The Magic School Bus sprite ripping - Printable Version

+- The VG Resource (https://www.vg-resource.com)
+-- Forum: The Resources (https://www.vg-resource.com/forum-109.html)
+--- Forum: The Spriters Resource (https://www.vg-resource.com/forum-110.html)
+---- Forum: Ripping Help (https://www.vg-resource.com/forum-114.html)
+---- Thread: The Magic School Bus sprite ripping (/thread-42599.html)



The Magic School Bus sprite ripping - iteachvader - 04-09-2024

I'm trying to rip the sprites and backgrounds to the 1994 game The Magic School Bus Explores the Solar System, but I'm having trouble converting the sprite files into usable images. I found a QuickBMS script that can extract .BIN files from the game, and I gave extracting JUPITER.BIN a shot.

The sprites are contained in a folder called SPRITEIMAGE, while the palette file "MYPALETTE" is contained in the SPRITEPALLETE folder, but none of the files have any sort of header or file extension. After looking at them in a hex editor, the sprites seem to be in little endian, and the first two words correspond to the width and height of the sprite respectively. The rest of the data apparently points to color data contained in the palette file, but I have no way to use them to extract a sprite.

I attached a zip file containing the MYPALETTE file and an air tank sprite. Below is an isolated in-game screencap of what the airtank should look like. 19 x 49 px. in dimensions.
   

Can anyone help me with this?


RE: The Magic School Bus sprite ripping - iteachvader - 05-05-2024

Bump.


RE: The Magic School Bus sprite ripping - Raccoon Sam - 05-06-2024

got it
It's a simple compression, but I'd need more files to confirm
[Image: WsCKJOH.png]


RE: The Magic School Bus sprite ripping - iteachvader - 05-06-2024

(05-06-2024, 12:09 PM)Raccoon Sam Wrote: got it
It's a simple compression, but I'd need more files to confirm
[Image: WsCKJOH.png]

Sure thing! Here's a few more! Still from the same .BIN file.


RE: The Magic School Bus sprite ripping - Raccoon Sam - 05-06-2024

Some errors still, but I don't have a reference point.
Think you could post some screenshots of what you know SNOWMAN1 and LIZFLY1 could look like?


RE: The Magic School Bus sprite ripping - iteachvader - 05-06-2024

(05-06-2024, 04:44 PM)Raccoon Sam Wrote: Some errors still, but I don't have a reference point.
Think you could post some screenshots of what you know SNOWMAN1 and LIZFLY1 could look like?

Something like this.
       


RE: The Magic School Bus sprite ripping - Raccoon Sam - 05-07-2024

[Image: JrWk9dF.png]
[Image: JrWkH5g.png]
[Image: JrWepg1.png]
[Image: JrWem0P.png]
[Image: JrWk3zv.md.png]
[Image: JrWkJea.png]
[Image: JrWkdmJ.png]
[Image: JrWkqqN.png]
[Image: JrWkKsp.png]
[Image: JrWkFXR.png]

looks like it works now(?)
https://vervalkon.art/welp/airtool/airtool.py

Run it in a folder where you have the script and also a folder called FILES with all your files inside it. It also must include the palette file