| Joe Common spammer 🍬 Level: 111 ![]() Posts: 2080/3392 EXP: 14488550 For next: 379810 Since: 08-02-07 From: Pororoca Since last post: 3 days Last activity: 2 hours |
|
||
The tools are now located on GitHub. Get the latest version here.The original post is below. First, some download links. Download Windows .exe Download source code So what is this, anyways? This is a pair of command-line programs that are capable of extracting and re-inserting textures in N64 ROMs. Wait, why wouldn't I use Tile Molester for that? Tile Molester has some subtle bugs with N64 color formats that cause corruption. It also doesn't support transparent graphics. So how do I use it? Use the -h option to see the help. ...Oh, examples? Okay. A command might look like this: export -a cdbbd1 -x 32 -y 32 -f rgba16 -b Cactus.bmp "Super Mario 64.ext.z64"That will extract TCRF's famous cactus from an extended Super Mario 64 ROM to a GIMP-compatible file named Cactus.bmp. Importing looks like this: import -a AB7B8C -f GA16 -b Cactus.bmp "Super Mario 64.ext.z64"Now the coins are cacti. Wait, what's that about GIMP-compatible? Well, see, I'm kind of... lazy. And it turns out, compiling libpng through MinGW isn't exactly my idea of fun. So, you have to use GIMP to convert the BMP files to something that other programs can work with, and then use GIMP to convert it back to BMP when you're done editing. (Or do all of your editing in GIMP, that works too.) So what formats do you support? Right now, I support two: RGBA16 and GA16. If you don't know which to use, try exporting with both formats and use the one that looks right. (Don't forget to use the same format when you're importing, or bad stuff might happen.) Hey, can you support more formats? Sure, just point me towards the format in question and I'll see what I can do. Hey, can I use your code? Sure, but you might be better off writing your own code. Be sure to look at how RGBA16 is handled in export.c, most people get that wrong. Metal_Man88: This is a good place to point people who recommend using Tile Molester. ____________________ |






















