Author Topic: Item Icon Gone Wrong!  (Read 2536 times)

Hello umm so i made the item icon and i used the template but for some reason it looks wrong, it shows a big ugly grey bow around my gun why :(

Pic

Looks like the image doesn't have any transparent parts... Are you sure you saved it as a PNG?

ya caliber.png also when i look at my image their are no grey and white in the back ground but when i look at everyother png their are

methinks you used MSpaint

well when i press the print screen botton i pasted the image in ms paint then saved it and opend with photoshop


here, i just found this, find this in ur script:
(here's my to be released addon)
Quote
   //gui stuff
   uiName = "Pegasus-FG";
   iconName = "./ItemIcons/pegasus";
   doColorShift = true;                                   // in the actual script in my addon this is set false, but i think in your script its set into true
   colorShiftColor = "235 235 235 1.000";

    // Dynamic properties defined by the scripts
   image = PegasusFGImage;
   canDrop = true;

change doColorShift to False, and it'll be allright.
« Last Edit: April 25, 2008, 11:14:02 PM by jaydee0004 »

No, with gui, color shift effects gray scale, not A scale.  The icon just doesn't have transparency.

No, with gui, color shift effects gray scale, not A scale.  The icon just doesn't have transparency.

oh, i just noticed when i looked closely it has a square grey icon, rofl.  :cookieMonster:

EDIT: @lance

Do this;
1. Go to Construct
2.  Make a wall of white glowed print bricks
3. Make them blank using the printer
4. Select any of the bricks with the wrench and spawn your weapon in the right direction you could see.
5. Take a screenshot (CTRL+P) on any angle you want it to be
6. Go to photoshop
7. Open the screenshots folder in your Blockland directory and find your weapon screenshot.
8. Open it and go to the layers and double click the background layer, it will turn into Layer 0
9. Go to the magic wand tool and it will cut the color white in the image, just click in the white in your screen shot and press DELETE
10. Now, you've made your screenshot transparent. If don't repeat back to Step 1.
11. Save and open in photoshop the Template.png from this tut
11.1.Go back to your screenshot window
12. Use the move tool (2nd Icon on the toolbox ) in the tools and drag the layer of your screenshot to the Template.png window.
13. Its oversized right? Go to Edit > Transform > Scale
14. Make the Template.png window bigger so you could scale it.
15. Adjust it to the right size, and you can add more effects (depends on you)
16. Save as > PNG file
17. Save it to your Blockland Directory > Addons > ItemIcons.
« Last Edit: April 25, 2008, 11:31:20 PM by jaydee0004 »

well when i press the print screen botton i pasted the image in ms paint then saved it and opend with photoshop
Putting the image in MS Paint would have removed the transparency. Right click on the image, save it as a PNG and then open that in Photoshop.

YAY thanks guys now all i have to do is learn how to make a CI and i know everything :)