Page 1 of 1

Pink Skullmask for MrGrey as MrColor [User wish comes true]

Posted: 09 Apr 2011, 06:41
by Ginaria

I hope you like...
Image
Lady skeletons will only look at you at every undead sleep party...

armor-head-pink-skullmask.png
armor-head-pink-skullmask.png (753 Bytes) Viewed 4240 times
head-pink-skullmask.png
head-pink-skullmask.png (1.66 KiB) Viewed 4240 times

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 06:44
by mistergrey
Oh my gosh *squeals* LOL. Finally someone shows me my wish :D.

I like this color, but maybe a lighter pink that would match the pink boots would look better, don't know for sure :P

Also TY TY TY TY. :)

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 06:55
by Ginaria
mistergrey wrote:Oh my gosh *squeals* LOL. Finally someone shows me my wish :D.

I like this color, but maybe a lighter pink that would match the pink boots would look better, don't know for sure :P

Also TY TY TY TY. :)
Always these special wishes... Image
armor-head-lightpink-skullmask.png
armor-head-lightpink-skullmask.png (899 Bytes) Viewed 4231 times

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 08:09
by yourmistakes
omfg, do want
would it be possible for you to dye it in xml, with the same palette used on the pink clothes already in game?

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 08:26
by ChefChelios
it is an off topic question but isnt the original skull mask a good example for pillow shading??? maybe this is the right topic to do it better... :?: :?: :?: isnt it?

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 08:28
by mistergrey
Grr stakes, it's MIEN! haha :P.

...But yeah, I love that this is on the forum, after all this time of me bringing it up haha :D

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 09:04
by yourmistakes
i'd also like to req that the side perspective be fixed, since we're on the topic. as it stands currently, it's just part of the front frame.
compare this image Image
with the current Image
to see what i'm talking about

it's always slightly bothered me, but never enough to complain
maybe someone could pixel a side view?

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 10:36
by Ginaria
yourmistakes wrote:omfg, do want
would it be possible for you to dye it in xml, with the same palette used on the pink clothes already in game?
I have never tried to dye it in such a way (normally i ask Selim), but cannot be so complicated, so if i have the file/color of original palette of the pink clothes, then i could try... probably it looks/fits better as before... its a try worth Image

ChefChelios wrote:it is an off topic question but isnt the original skull mask a good example for pillow shading??? maybe this is the right topic to do it better... :?: :?: :?: isnt it?
Pillow shading? How can i shade with pillows? Image
Or we could make a pillow battle, if you like... Image

yourmistakes wrote:i'd also like to req that the side perspective be fixed, since we're on the topic. as it stands currently, it's just part of the front frame.
compare this image Image
with the current Image
to see what i'm talking about

it's always slightly bothered me, but never enough to complain
maybe someone could pixel a side view?
Sure, if someone like to create a skull head mask for the whole head, why not? But this work effort is not in my noob graphical possibilities, but lucky as we all are, we have great graphical designers, probably one of them like to try Image

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 11:35
by Reid
Pillow shading : http://www.natomic.com/hosted/marks/mpat/shading.html (in the bottom of the page)

Dye in the XML :

Code: Select all

	<imageset name="base" src="graphics/sprites/head-skullmask.png" width="32" height="32" />
need to add the dye on the imageset, like that :

Code: Select all

	<imageset name="base" src="graphics/sprites/head-skullmask.png|W" width="32" height="32" />
After, just need to add it on the items.xml like that :

items.xml :

Code: Select all

    <item id="xxxx"
        image="armor-head-skullmask.png|W:#56002f,930050,fe70bd,feb7de,ffffff"
        name="Pinky Skully Mask"
        description="A mask made out of pink bones for Ginaria."
        effect="+20% Defense"
        type="equip-head"
        defense="20"
        weight="150">
        <sprite>head-skullmask.xml|#56002f,930050,fe70bd,feb7de,ffffff</sprite>
    </item>



"|W" is the way to show that the item is dyable. (wiki explain it better, I say that rapidly...)
"#56002f,930050,fe70bd,feb7de,ffffff" is the dye (a pink dye) that I added on the item, directly on the items.xml


Well, offtopic to show how it works... ^^' (I hope that I did none mistakes...)

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 14:55
by Ginaria
THANK YOU VERY MUCH!!! You are great, thanks for advices Image

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 16:35
by yubabax116
Mistakes i thought the side view was wrong as well, but its acctually the white part on the nose that tricks your eyes mrgrey pointed that out to me. if you look at it carefully it is a proper side view.


This mask looks great by the way!.


Yubaba

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 20:27
by yourmistakes
i have to disagree with it being a proper side view. it looks like they took the front frame, cut it in half vertically, skewed one of the halves at 70% horizontally, then rounded the top a bit, rather than actually pixelling the side view.

Re: Pink Skullmask for MrGrey as MrColor [User wish comes tr

Posted: 09 Apr 2011, 21:10
by Zutan
As it is a mask and not a full helmet it does look like what I would expect of a Halloween mask from the side. With out the front position being improved to look more skullish improving the sides will look out of place. Maybe the side ones could have the eye socket shifted a little?