Mirage Engine
Sprites!!!! - Printable Version

+- Mirage Engine (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Resources (https://mirage-engine.uk/forums/forumdisplay.php?fid=49)
+---- Thread: Sprites!!!! (/showthread.php?tid=334)



Sprites!!!! - DarkX - 30-09-2006

I was wondering if someone could post a tut on how to make it so that you can use both diffrent sprite sizes(32x32&32x64), like assign them to a class, like you pick fairy, you get the 32x32 sprite, you pic ogre you get 32x64 or just so you get to pick the one you wanna use, like use big pics or something on the char create.
Thanks in advance,
Korrey D.


- Matt - 30-09-2006

Well, as for the blitting, I assume, you could just place a check when blitting the top half, and if it equals a certain class, to just exit the sub or w/e.

The rest of it, would be pretty simple as well.


- William - 30-09-2006

First, dont use !!! in the topic name. I personally don't like helping those people.

The system you want is basicly a mix of 32*32, 32*64 which isn't that hard to do if you understands some coding. I won't go through and explain everything, but I can help you on the way.

32*64 tutorial can be found on the old forum: http://ms.shannaracorp.com/backup-forums/default.asp


- DarkX - 01-10-2006

what's funny is someone posted the same question, here's the link, and got no repies. http://ms.shannaracorp.com/backup-forum ... sp?TID=377


- Matt - 01-10-2006

That's not the same question. He's asking for 32x64 the proper way. You're asking for it to be able to use both 32x32 and 32x64.


- DarkX - 02-10-2006

Ok, I'm going to use it without the size diffrence... I'll just draw the images smaller than the full size available. And I'll try not to use !!! in the topic name anymore. later