I'd advise against a background color - many of these sprites look like they use alpha channels, so they'd be unusable if put onto a color.
(10-10-2015, 11:02 AM)Dazz Wrote: [ -> ]I'd advise against a background color - many of these sprites look like they use alpha channels, so they'd be unusable if put onto a color.
Sounds good, thanks.
What should I do with single frame animations?
Put them all in a single sheet?
{Ex: Move/Jump/Dying/Dead/etc}
You could try setting them all up
like this? Only without a background, like Dazz said.
Just have each move set on one "line", with the effect animations that go with it just underneath the character.
Looks OK to me, including the delays is also a good idea. You may want to use the dividers option to make the frame sizes clearer, but it's not necessary (anybody who knows what they're doing should be able to figure it out like this anyway).
However, with this particular sprite, are the "atk" frames correct? The bow seems to be rotating randomly, there might be a problem there.
(Also, I'll look into the other issues you mentioned above.)
EDIT: Oh crud, I know why. I forgot to mention it, but my rotation method only supports multiples of 90, since that's the easiest way
I was hoping there wouldn't be any sprites that use intermediate angles, but looks like I'll have to make it support any angle. That's also what caused the issue with those swords in the one you mentioned earlier.
(10-10-2015, 08:38 PM)puggsoy Wrote: [ -> ]Looks OK to me, including the delays is also a good idea. You may want to use the dividers option to make the frame sizes clearer, but it's not necessary (anybody who knows what they're doing should be able to figure it out like this anyway).
However, with this particular sprite, are the "atk" frames correct? The bow seems to be rotating randomly, there might be a problem there.
(Also, I'll look into the other issues you mentioned above.)
EDIT: Oh crud, I know why. I forgot to mention it, but my rotation method only supports multiples of 90, since that's the easiest way I was hoping there wouldn't be any sprites that use intermediate angles, but looks like I'll have to make it support any angle. That's also what caused the issue with those swords in the one you mentioned earlier.
Yup, the angle issue shows up here and there, doesn't seem
too common though.
Another example:
https://db.tt/kjvpzUWY
Haven't gone through everything yet, simply marking folders when I encounter issues.
Angle/Effect "Smudge" are the only ones so far though.
Could you give me some files for one of the sprites with angle issues? Then I can test properly.
I don't recognize a lot of these characters. Haha.
Garland, the pirate chick from FF2, Galuf, Guy...
(10-13-2015, 11:41 AM)Ton Wrote: [ -> ]I don't recognize a lot of these characters. Haha.
Garland, the pirate chick from FF2, Galuf, Guy...
A lot of the
big names simply weren't in the beta cpk.
Final version will have, at least:
- FF1: Garland
- FF2: Maria, Guy, Firion, Leon,
- FF4: Kain, Cecil, Rydia, Golbez
- FF5: Krile, Exdeath
- FF6: Locke, Terra, Cyan, Shadow & Interceptor, Umaro, Gau, Setzer
- FF9: Zidane, Kuja, Vivi,
- FF12: Basch, Balthier, Ashe, Fran, Vaan, Penelo
MrAlbion, while your submissions are awesome, can you please actually name the characters rather than give their filenames? We need to be able to identify them on the site and I'm not completely versed in character names.
Knowing FF, some of these may just be generic "classes". Like, I recognized Galuf and Garland, but some of them I don't recognize at all.
Just so that you guys aren't in the dark, I'm having difficulty fixing the blend and angle issues. For the former, I have no idea what's going on; I'm pretty certain my code for blending is what it's supposed to be. I don't have any correct sprites to compare with so I can't pinpoint where I'm going wrong.
As for the angles, that's just an annoyance of how the API I'm using rotates, so I need to put in some extra work. Hopefully it shouldn't be too bad.
This week's a bit busy, butI'll try get the angles thing sorted out as soon as I can. No idea what to do about the blending, unfortunately
(10-13-2015, 04:43 PM)puggsoy Wrote: [ -> ]I don't have any correct sprites to compare with so I can't pinpoint where I'm going wrong.
Hmm, I wonder if you can use their illustration as reference...
Ex:
This and
this.
(10-13-2015, 04:43 PM)puggsoy Wrote: [ -> ]As for the angles, that's just an annoyance of how the API I'm using rotates, so I need to put in some extra work. Hopefully it shouldn't be too bad.
This week's a bit busy, butI'll try get the angles thing sorted out as soon as I can. No idea what to do about the blending, unfortunately
No worries, there's no rush. ;P
I'll ask around about the blending.
I also submitted what was generated without issues. {waiting for approval}
Here's an archive containing all the ones that caused problems:
https://db.tt/obgzjC4r
(10-13-2015, 04:32 PM)Dazz Wrote: [ -> ]MrAlbion, while your submissions are awesome, can you please actually name the characters rather than give their filenames? We need to be able to identify them on the site and I'm not completely versed in character names.
As Doragano said, some of these are "generic", I don't know their names either, I'm only working with their unit IDs.
I'll dig them out though... but... might take little while. ;P