Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.

In the meantime please join the new Discord Server!

If you have any questions please e-mail me through the Platinum Arts website.

[SOLVED] Creating GUIs

Having issues not related to a specific Sandbox game mode? Get help here!
Please also read the rules for support when posting support requests.
Failure to comply with the forum rules may result in your topic being locked without resolution.
Locked
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

[SOLVED] Creating GUIs

Post by chocolatepie33 »

Okay, Leo did this once, I was thinking about trying it. How do you make transparent colors for the cursor (which is also partially translucent), and the guioverlay?
I have MS paint and Gimp.
Last edited by chocolatepie33 on June 1st, 2012, 3:43 pm, edited 2 times in total.
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Creating GUIs

Post by Leo_V117 »

I do all mine on Adobe Fireworks. But using Gimp is almost the same... Ill look into it for you.
chocolatepie33
Support Team
Support Team
Posts: 2458
Joined: April 27th, 2010, 5:31 pm
IRC Username: CP

Re: Creating GUIs

Post by chocolatepie33 »

Okay, thanks. I found this nice flame picture, wanted to edit it and see what I could do. How much did you have to pay for Fireworks?
Julius wrote:Contribute to http://www.opengameart.org NOW!
Save the wiki!
graphitemaster
Member
Member
Posts: 3
Joined: January 10th, 2010, 10:23 pm
Name: Dale Weiler
IRC Username: graphitemaster

Re: Creating GUIs

Post by graphitemaster »

Well before you go spending money on programs to do things, remember this is a free game , and their are a lot of free better alternatives then fireworks.

First and for most creating the actual graphical user interface content to be transparent you need to follow a layout, since the engine has some
scary way of creating the layout from a single image.

If you are only looking to create a cursor and some widgets icons for the menus then just copy the layout from the existing ones,
all good image composition software support layers. Which means you can adjust the transparency usually via a slider or an input box,
then it's just saving the image as a format that supports alpha channels and that the engine can load I suggest using .png,
it's portable hence it's name (Portable Network Graphic) and small in size, and has a loss less compression so saving the file
will not result in weird anti-aliasing/pixelated effects that occur when using .jpg's

PS: I know for sure GIMP supports layers and can be used to create transparent images, so therr is no need in buying 3rd party
propitiatory software, that sucks back system resources and only works on certain operating systems.
User avatar
Leo_V117
Support Team
Support Team
Posts: 1640
Joined: February 16th, 2010, 8:00 pm
Name: Leo
IRC Username: Leo_V117
Location: That one place...
Contact:

Re: Creating GUIs

Post by Leo_V117 »

uh... fireworks works on all operating systems... and I didnt pay for it... school did... I Havent yet installed CS4 on my computer.
Locked