Users browsing this thread: 2 Guest(s)
Ripping Questions
So far, it's all stored in standard DS nitro formats.. But not found any palettes yet. I'll let you know if I do find anything.

edit: at least, the battle characters are...
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy
[Image: Ta6JPfW.png]

I've had some success! Not sure about anything else, but the cf/obj folder contains everything like this. I'm still not sure on battle palettes.

edit: [Image: NmnrCyb.gif]
WHERE ARE THE PALETTES.

Is it possible that the battle sprites share palettes with the overworld sprites for the same character? That'll be a bastard to find out...
edit: [Image: zLQYuEG.gif]
They don't share palettes. Bugger.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy, Shade
That'd be really annoying for sure. How are you getting these images though? I thought I was gonna have to make a custom unpacker for this.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
Barubary helped me a few years ago with some games that simply just packed files together. He created a tool that will simply extract all of the nitro files in a package.
https://dl.dropboxusercontent.com/u/2697...Finder.jar

It isn't 100% reliable, but it does the job 90% of the time.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy
Ah, I see, that's a handy tool. Still wondering how you turn those into images though...?
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
Using Barubary's Oil of Vitriol. Tongue

https://dl.dropboxusercontent.com/u/2697...00.2d4.zip

This is a special version Barubary has made for me that allows you to drag and drop folders of files into the left panel.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy, Garamonde
Right, that's also very handy. Am I the only one who didn't know about these programs?

In any case I suppose that means I won't have to do any coding then, at least not for overworld or battle sprites (for the latter we just need to locate the palettes). Which is probably good, I don't have an awful lot of time on my hands anyway Tongue
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
If you can try and locate the palettes, that'd be ace... I'm having zero luck. It might be that they aren't in standard NCLR format.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy
If that's the case, it'd be a huge pain. Although if needed they could probably be converted.

I'm out of town tomorrow and the day after, and it's already 1AM (should get to bed), so unfortunately I won't be able to look for the palettes until I get back. If nobody else finds them before then though, I'll do my best.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
If you can send me some files, I could take a look.
Doofenshmirtz: This is a little bit awkward but have you seen my escape jet keys? (Perry nods) What, you have? Well that's great! So where are they? (Perry looks away) You won't tell me? Is this because you don't speak or are you just being a jerk?
~Phineas and Ferb, "One Good Scare Ought to Do It!" (2008)
Thanked by:
I just downloaded the ROM and checked it out. That's probably the best option since the issue isn't where the palettes are in the files, but rather which files contain them, so you'll want to snoop around the ROM yourself.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
I've got good news and bad news.

Good News: I've found the palettes.

Bad News: After getting nowhere with the extracted Nitro files, I looked at the paks themselves.
Notice the files used.

That also applies to the battle sprites.
That's why you haven't found the palettes, they aren't part of the graphic files but aren't tagged as a separate file.

---EDIT---
I've found a solution, although a bit time-consuming. I was able to make a Nitro Palette by replacing the everything above palette in the pak (with PSPad Editor, which can actually remove sections of a file and make it smaller) with header from the Devil Survivor NCLR palettes. Basically just find the palette in TiledGGD (or whatever, you just need the address itself) and and replace everything before that with the header info from this (everything from 0x00000000 to 0x00000027) and save it as a NCLR.

[Image: ibr9N6IcFNh96d.png]
Doofenshmirtz: This is a little bit awkward but have you seen my escape jet keys? (Perry nods) What, you have? Well that's great! So where are they? (Perry looks away) You won't tell me? Is this because you don't speak or are you just being a jerk?
~Phineas and Ferb, "One Good Scare Ought to Do It!" (2008)
Thanked by: ZTO, Shade, puggsoy, Garamonde, Dazz
I was using CrystalTile2 at first and got nothing so I thought I was going about it the wrong way.
Correct me if I'm wrong I'll have to make palletes from the .pk's then add them to what I want ripped.
Thanked by:
@Deathbringer: I suspected that they may have been there. I had seen some extra bytes after the graphic data and thought it could be some kind of palette data, but didn't have time to check.

If you guys want I could probably make something to automate the process (or at least the extraction of the nitro files and palette), but you'll have to wait until I get back home. It shouldn't take long to make though.
You may have a fresh start any moment you choose, for this thing that we call "failure" is not the falling down, but the staying down. -Mary Pickford
Thanked by:
Automating it will reduce the time it'll take to make sprite sheet by about, by my estimation, 10,000 years.
Tsunami Bomb - The Simple Truth
We could run away
Leave behind anything paper
Not knowing where we're going to stay
When there's no Mondays

You're part of me, it's so easy to see the simple truth
When I'm in your arms, I feel safe from harm and sorrow too
You're part of me, it's so easy to see the simple truth
But most of all, nothing couldn't be solved when I'm with you
Thanked by: puggsoy


Forum Jump: