FF6 Hacking
Vanilla palette sprites - Printable Version

+- FF6 Hacking (https://www.ff6hacking.com/forums)
+-- Forum: Discussion Forums (https://www.ff6hacking.com/forums/forum-5.html)
+--- Forum: Owzer's Mansion (https://www.ff6hacking.com/forums/forum-23.html)
+---- Forum: Player Characters/ NPCs (https://www.ff6hacking.com/forums/forum-46.html)
+---- Thread: Vanilla palette sprites (/thread-3779.html)

Pages: 1 2


Vanilla palette sprites - tomilho - 12-22-2018

So, here are some sprites that i've done in last days. They use the vanilla palettes, what is pretty cool.



[Image: uT16V1w.png]

So, this one is pretty simple, and it uses palette number 4 (Setzer's palette). Not much to say here :p



[Image: UkJ1p3x.png]

This one is a bit more complex, it uses Locke's palette.




Small size (palette bar on the top):
[Image: FG9nZpf.png]
[Image: JRo8UNl.png]


RE: Vanilla palette sprites - madsiur - 12-22-2018

Those are pretty cool! Good job!


RE: Vanilla palette sprites - Odbarc - 12-23-2018

I love how someone else does that [color palette at the top] so things go in order if you upload them.


RE: Vanilla palette sprites - SSJ Rick - 12-23-2018

wow these aren't bad at all I'm impressed Smile

you did a good job using the limitations, I also like the attention to details despite the color limits, very nice


RE: Vanilla palette sprites - tomilho - 12-24-2018

(12-22-2018, 04:28 PM)madsiur Wrote: Those are pretty cool! Good job!

Thanks :p

(12-23-2018, 09:18 AM)Odbarc Wrote: I love how someone else does that [color palette at the top] so things go in order if you upload them.


Yeah haha, i had a lot of palette problems with the second sprite btw, so i think it's fair to facilitate the things a bit to you guys.

(12-23-2018, 10:55 PM)Poco Loco Wrote: wow these aren't bad at all I'm impressed Smile

you did a good job using the limitations, I also like the attention to details despite the color limits, very nice

Thanks man, Setzer's palette is pretty annoying since colors are almost all dark. Glad you like  Victory


RE: Vanilla palette sprites - Quikdraw7777 - 01-04-2019

Splendid work sir.

I have a few custom sprites "on ice".

My only problem is, when I go to transfer them over to the Sprite Editor from GraphicsGale, I lose the colors I assigned them with. I do what the tutorial says about putting all of the color swatches in the proper order on the first pixel line - but they still come out wonky.

Can anybody point out things I can be doing wrong?


RE: Vanilla palette sprites - madsiur - 01-04-2019

(01-04-2019, 09:46 AM)Quikdraw7777 Wrote: My only problem is, when I go to transfer them over to the Sprite Editor from GraphicsGale, I lose the colors I assigned them with. I do what the tutorial says about putting all of the color swatches in the proper order on the first pixel line - but they still come out wonky.

This technique work with FF3SE only. I think FF3usME has another way of assigning the palette, so if your colors import in the wrong order, chances are you don't respect the palette order used in FF6.


RE: Vanilla palette sprites - Quikdraw7777 - 01-05-2019

(01-04-2019, 01:13 PM)madsiur Wrote:
(01-04-2019, 09:46 AM)Quikdraw7777 Wrote: My only problem is, when I go to transfer them over to the Sprite Editor from GraphicsGale, I lose the colors I assigned them with. I do what the tutorial says about putting all of the color swatches in the proper order on the first pixel line - but they still come out wonky.

This technique work with FF3SE only. I think FF3usME has another way of assigning the palette, so if your colors import in the wrong order, chances are you don't respect the palette order used in FF6.

Which method would you recommend?
(aka is the easiest lol)


RE: Vanilla palette sprites - madsiur - 01-05-2019

(01-05-2019, 08:48 AM)Quikdraw7777 Wrote: Which method would you recommend?

First make sure your palette is in the order described here: https://www.ff6hacking.com/wiki/doku.php?id=ff3:ff3us:tutorial:sprites#editing_palettes


RE: Vanilla palette sprites - emberling - 01-06-2019

If there is a palette set in the image already, this will take precedence over the first line swatch. In other words, image imports must be either in 24bit color with a swatch, or in lower color depth with a properly ordered palette. FF3usME does not seem to load 24bit images saved by GraphicsGale in my experience, so setting up the palette order properly is the way to go.

Most reliable way in my experience to get things working smoothly is:
- Draw the swatch
- Set image to 24bit color (all frames -> color depth -> 24bpp/truecolor)
- Set image immediately back to 16 color (all frames -> color depth -> 4bpp/16 color)
- Save and import into FF3usME

Setting to 24bpp will remove all existing palette data in the image, since 24bpp is not a palettized format. Then returning to 16 color mode will create a new palette by reading the colors in the image, starting left to right at the top and moving down. The first thing it encounters is the swatch, so it populates all those colors first, in order.