Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Wed Nov 22, 2006 10:24 pm Post subject: Adding colours to gump pics
Not even sure if the client will allow this but would it be possible to add to a future release the ability to add colour to pics displayed in gumps?
There must be some way for certain gumps to have/allow colour because when creating a character it's done but knowing OSI that's probably a hardcoded preset gump for char creation.
Adding this ability would allow the creation of custom paperdoll gumps as well as lots of other possibilities.
Thanks.
Author
Message
CWO
Joined: 04 Feb 2006 Posts: 700 Location: Chicago, IL USA
Posted: Thu Nov 23, 2006 7:14 am Post subject:
Well, gumps aren't really handled at all by POL in the sense of building. The arrays that are built for layout and data are literally sent to the client as the exact array untouched by POL. If you're using a gumps.inc or such, you'll see that all it does is append to an array that it eventually sends to the client with SendDialogGump(who, layout, data).
There are a couple color options though for certain things.
GumpPic has a color param. "gumppic x y id hue=#"
For the hue param to work, you have to literally put "hue=10" for example to get hue # 10 on it.
TilePicHue is the same as TilePic but with a hue param also. "tilepichue x y id hue"
These are the only color options I know of other than the text coloring. All of this is hard coded to the client too.
Author
Message
Yukiko
Joined: 02 Feb 2006 Posts: 1094 Location: Southern Central USA
Posted: Thu Nov 23, 2006 4:46 pm Post subject:
CWO you're a lifesaver!
Well, my life wasn't really in danger over coloured gump pics ofcourse
*giggles*
but you have certainly helped me a lot.
I have always been told that there were no colour options with gump pics.
Thanks so much for this info.
*smiles*
You made my week.
Author
Message
CWO
Joined: 04 Feb 2006 Posts: 700 Location: Chicago, IL USA
Posted: Thu Nov 23, 2006 6:56 pm Post subject:
also just for reference for everyone before they tell me I have the wrong info on TilePicHue, 5.x clients are required to see the hue. If you use this on lower clients (tested all the way down to 3.x) you wont get the hue but it also wont crash them.