Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Hopefully this is what you meant by ripping the sprites else, you will have to dig through the game folders and try to salvage anything possible from encrypted files... *near impossible*
*when you do get the sprites, keep in mind that if you want to distribute just the raw sprites, ask for permission from the people who made the game before doing so, *high chances that they wont though.* as copyright and such... I think.
- Lineart.
- Greyscale Fills.
- Hue values so the Grey Fills actually have colour. Will have to be applied after-the-fact. You'll have to do this with a program of your own design, likely one that samples grey values and replaces them with the proper hue values.
- Do you Want Lighting? I sure hope not. I think the game uses a mesh overlay over every frame for real-time lighting, and it's different for every level, so it can't be replicated without rendering software of your own.
You're honestly just better off hacking out the background and lighting, then putting the game to 10% speed and capturing raw screenshots, then cutting them out in Photoshop. Someone did a super-basic Valentine for Mugen already this way.
Good luck.
Strangely I am now interested in the idea of assembling the character sprites like a complicated puzzle, haha.
http://i.imgur.com/anvTzIC.png
As you can see, the sprites are split into rows of 512 by 16 pixels. After some simple image manipulation, I ended up with this for her first frame:
http://i.imgur.com/PCX9zYk.png
The colors that you see in-game are stored in a separate color palette file. For Palette 1 in the game, this is that file:
http://i.imgur.com/xJbE9DU.png
I didn't bother coloring the sprite because it would take quite some time to do. This is just to show how the sprite is organized.
There may be a better-organized sprite of her in some other file. I didn't bother to look very hard, though, because that would also take quite some time to do.
Darn, I completely forgot about that, I guess im just stuck in the old times of sprite ripping... But yea, alot of photoshop work should be able to fix that. But teh hell if anyone would want to do that!
That is awesome.