Final Fantasy Hacktics

Modding => Help! => Topic started by: Holy Knight Wiegraf on August 22, 2017, 06:14:44 pm

Title: shishi spritesets dont show up, only shadow in black standing there.
Post by: Holy Knight Wiegraf on August 22, 2017, 06:14:44 pm
Hi There !

I would like to ask you something. I have to face something I didnt face yet. I changed the sprite set
of a male wizard to bolmna. I edited the palette with graphics gale. changed his clothings color. then i put it into shishis sprite editor.

I played the first battle in dorter when wiegraf escapes after asking the Knight about the whereabouts of the marquis.
And the wizards showed up in black. only shadow like.
What can i do to fix this ?
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Nyzer on August 22, 2017, 11:55:51 pm
They're using a palette set that exists for standard black mages in FFT, but doesn't have any color in the sprite you're using. Look at the ENTD; they'll be using Palette 2 or whatever, when lots of special units/custom sprites only have a functional Palette 0.
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Holy Knight Wiegraf on August 24, 2017, 05:30:30 am
Thank you Nyzer.  :D

You saved me this time.
I am making a second Project to get some experience in modding. I am saving the first and loooooong Project
for later of course.
This way, I am making good Progress and I am having lots of fun while the first Project gets done slowly.

Thx @ FFHacktics
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Blunderpusse on August 29, 2017, 08:57:30 pm
Hello,

Well, given that my question is about the shishi editor, it's sorta related to this post. Was that the only problem you had when importing the new sprisheet to your hacked iso? When using the shishi editor, I open the iso and then import the bmp file. However, in-game, the sprites in the job wheel are the default ones. Has this ever happened to you? What did I do wrong?
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Lionheart537 on August 29, 2017, 10:16:57 pm
Well the formation screen for pre-battle and job wheel draw their Sprites and portraits from the unit.bin and wldface.bin, respectively. The newest version of Shishi can directly change these files, but if you're importing custom sprites you'll likely need to crop and paste the unit.bin and wldface.bin bmps for them. It's really easy if you need more info on that.

EDIT: Now that I'm off work i found some links to help you. The first one explains how to get the standard unit.bin image ignore the rest of that post about the portrait
http://ffhacktics.com/smf/index.php?topic=6702.msg181747#msg181747
This second post explains how to do the portrait (which will be 32x48 dimensions) http://ffhacktics.com/smf/index.php?topic=11756.msg220824#msg220824

As the first mentions you will need to use ms paint or a similar app like my preferred Graphicsgale <3 you can google it if you like.
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Blunderpusse on August 30, 2017, 04:43:09 pm
Woah, that was a fast reply XD. Thanks!

Both tutorials were super easy to follow. Still, when I tried importing the formation sprite (24x40), I got an error.

The portuguese bit translates to:
"The index was out of range. Must be non-negative and less than collection size. Parameter name: index"
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Lionheart537 on August 30, 2017, 06:17:50 pm
Hmm oh I didn't explicitly say but both unit.bin and wldface.bin images need to be 4bp, or 16 colors in only one palette row. In Graphicsgale there is the All Image tab, click that and select color depth, change it to 4bp. I don't use paint that much, but i'm sure they have a color depth option as well. The actual main, full spritesheet should stay at 16bp (or is it 8? *shrugs*) though to allow alternate palettes.
Title: Re: shishi spritesets dont show up, only shadow in black standing there.
Post by: Blunderpusse on August 30, 2017, 06:55:29 pm
Well, the portrait tutorial said I had to do that, so, to be fair, I should have assumed I needed to do that with the formation sprite as well. XD


Working wonderfully, now. Thanks. ;)