Decompress a tileset

General Information[edit]

Chrono Trigger[edit]

Thanks to TheMage

I can help with extracting the tilesets by showing you how to decompress their individual graphics packs. :D I dont know of a way to extract the tileset that has been neatly put together in each location on the right in TF, though print screen might nab a bunch of it so long as the size/resolution stays the same. If you want to export them via their graphics packs, we'll use Black Omen as an example, since I've actually been building a tutorial for replacing graphics packs so I happen to have a bunch of pictures handy!

So in locations go to any black omen map, I chose 1C2. On the lower left hand side you'll see L 1/2 Tilesets 19.

51827797659 b82fabb191 k.jpg

Remember that 19. You'll want to go to here https://www.chronocompendium.com/Term/Tutorials_(Chrono_Trigger).html and click adding a new tileset. Your browser should begin to download the zip file. If it doesn't let me know. The zip file has an excel spreadsheet named Chrono Trigger Background Graphics Info. Open that, and go to the first tab (if not already there) tileset composition. Then, in column A, we look for 19.

51827452346 16963ca381 b.jpg

Columns C-J hold your 7 graphics packs and the addresses: 6D, 6E, 6F, 70, 71, 72, and 18, though 18's mostly a dud.

Go to the next tab GFX PACK layer 1 and 2. Find 6D, and look at Column 3.

51827561218 cd30f01845 c.jpg

We get 2A0CD4. Congratulations thats our first graphics pack! Do this for all of them and record them!

6D----2A0CD4             1
6E --- 2A1A3F            2
6F --- 2A270C            3
70 --- 2A33FA            4
71 --- 2A411E            5
72 --- 2A4D83            6
18 --- 25CC23            7

now that we have our addresses, lets go back to Temporal Flux and open the rom if not already open.

Go to File > Compression > 2A0CD4 > hit the square with the 3 dots > name this file something like blackomen1 or whatever you fancy > hit open > then hit decompress. It will decompress to the area you chose with the name you chose.

Now open up TileMolester (and make sure you have java installed)- (https://www.romhacking.net/utilities/109/).

Hit file > open > and make sure you have Files of Type: All Files selected on the bottom. Than select whatever you named the decompressed 2A0CD4.

51826505237 f8ff235be6 b.jpg

It'll look a little wonky:

51828200625 f73e1ac5c2 z.jpg

Go to view > Codec > 4bpp planar, composite 2x2 bpp.

51828177990 ab17878737 z.jpg

Now to pull in the palette. Open up a CT Rom with a late save state, and go to the black omen and make a save state on the map. There are a few different black omen graphics packs some of which are not in the tile set index 19 that we chose so if the colors dont work try a different black omen map.

Load up the save state palette, make sure in tm you've set it to all files. You'll get something like this:

51827457951 dac58710e1 b.jpg

Hit the read arrow on the bottom until it looks right.

Then repeat for the other 5 (or 6 if you want to see what's in that 7th gfx pack).

And you get:

51828182840 37543ab491 k.jpg

which make up all of:

51827594163 180f6dc7bd z.jpg


They're pieced together inside the rom, I'm afraid I dont know how to extract that last image other then print screening and praying. But the graphics packs extractions are fun for replacing/changing graphics within the rom.

 Also fun fact, as I've demolished black omen with my own inserted graphics, ive noticed the animations and color changes of the original black omen map make my new tiles adhere to the old expectation.

For example there is a little circular area on the doors that fade from one color to another and I replaced it with say a chair, that chair in that specific area on the chair will still change color as the original door circle thing. I wonder if animation would work the same?

From: Tutorials (Chrono Trigger)