Final Fantasy Hacktics

Modding => Help! => Topic started by: neftim on November 11, 2024, 07:25:48 am

Title: black square on sprite replacement
Post by: neftim on November 11, 2024, 07:25:48 am
Hello,

i currently replacing all sprites on generic jobs, and like the screen i always got the black square on my knights.
All others characters are doing fine.
does anybody have some hintes.
Thanks in advance.
No message is associated with this attachment.
Title: Re: black square on sprite replacement
Post by: Nyzer on November 11, 2024, 08:35:41 am
The first color on the sprite palette is not the background color. You messed up the colors in some way.
Title: Re: black square on sprite replacement
Post by: neftim on November 11, 2024, 11:07:45 am
I don't see what the problem is,thanks for the answer.
Title: Re: black square on sprite replacement
Post by: Nyzer on November 11, 2024, 02:36:54 pm
The first color on each row of the color palette for this file is the color that will be transparent after the sprite has been imported. Your background is not using the first color of the row in that color palette; therefore, it is not transparent, and it shows up in the image when it is not supposed to.
Title: Re: black square on sprite replacement
Post by: neftim on November 12, 2024, 05:17:20 pm
I reinject the original spr and re-replace it with the sprite and it seems to be ok.
Thanks for the answer.