Page 1 of 1

[DIS] Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 15:58
by valus
I'm interested in contributing to the game by animating some NPC sprites.

Thanks.

Re: Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 16:15
by Crush
You can get them by unpacking the updates from your user folder or you can get the files directly from our git repository.

You can browse the repository here: http://gitorious.org/projects/tmwdata/r ... ees/master

You can download and regularily update the whole tmw data by using git. Instructions for doing so can be found here: http://wiki.themanaworld.org/index.php/Git

Re: Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 18:22
by Spit23
This question came up for many times so I suggest to put the answear as a "read first - topic" at the top of this forum.

Re: Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 18:53
by Crush
I already created such a topic in the content development forum a long time ago. I just didn't want to link to it because it has to be updated to mention git instead of subversion.

Re: Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 20:44
by octalot
The in-game .png versions are in tmwdata, but the best version to edit might be any of:
the png itself (in tmwdata)
a similarly named file in twmart
something somewhere in these forums

:(

Re: Where can I download the sprites from Mana World?

Posted: 17 Dec 2008, 21:15
by Crush

Re: Where can I download the sprites from Mana World?

Posted: 18 Dec 2008, 02:07
by valus
Thanks

:D

Re: Where can I download the sprites from Mana World?

Posted: 18 Dec 2008, 02:38
by valus
Git successfully acquired.

So, to make sprites recolorable the hair and/or clothes should be 100% saturation and the hue divisible by 60?

Someone posted that in the essential jobs thread.

Re: Where can I download the sprites from Mana World?

Posted: 18 Dec 2008, 02:54
by Jaxad0127
valus wrote:Git successfully acquired.

So, to make sprites recolorable the hair and/or clothes should be 100% saturation and the hue divisible by 60?

Someone posted that in the essential jobs thread.
Or in RGB terms, the non zero components are the same. Examples: X, 0, 0 and X, X, 0.