Eraknelo 10 Posted September 23, 2013 (edited) Hey people, I have searched just about everywhere. Used 2 different editors (Paint.NET, Photoshop CS6). Used 2 different file formats (.PNG, .TGA). Added alpha channel in Photoshop, with different transparency levels (black to white). But, I can't for the life of me get my image in my action menu to show any kind of color. No matter what color/size/image I use, it's Always this dark-grayish. Here's my addAction code: _object addAction ["<img image='scripts\images\pick_up.paa' /><t color='#00FF00'>Pick Up</t>", "scripts\building\object_action.sqf", [_object, "pick-up"], 999, false, false, "", "vehicle _this == _this"]; Anyone have any clue what I'm doing on? Thanks in advance, - Eraknelo Edited September 23, 2013 by Eraknelo Share this post Link to post Share on other sites
kylania 568 Posted September 23, 2013 What?! You can do that!? Neat! What happens if you put the color tag outside the img tag? Share this post Link to post Share on other sites
Eraknelo 10 Posted September 23, 2013 (edited) Tried that, no effect D: Ever played the Wasteland mod? It has ugly orange icons next to the action. In Arma 3 as well, I believe. Edited September 23, 2013 by Eraknelo Share this post Link to post Share on other sites
cobra4v320 27 Posted September 23, 2013 what are the dimensions? Also shouldn't it be DXT1 or DXT5 in order for it to be in color? Share this post Link to post Share on other sites
Pac Man 10 Posted September 23, 2013 (edited) I had the same problems trying to import some of my custom HUD elements into the game from Arma2. But maybe as cobra mentions, they need to be DXT1 or DxT5 for Arma3 (w/e that means). Edited September 24, 2013 by Pac Man Share this post Link to post Share on other sites
Eraknelo 10 Posted September 30, 2013 what are the dimensions? Also shouldn't it be DXT1 or DXT5 in order for it to be in color? Could you elaborate on this DXT you are talking about? Share this post Link to post Share on other sites
cobra4v320 27 Posted September 30, 2013 Can you send me this icon picture? http://community.bistudio.com/wiki/PAA_File_Format Share this post Link to post Share on other sites
lappihuan 178 Posted September 30, 2013 the texture needs to be in the format 1:1 or 1:2 to be displayed it correctly, otherwise it will be transparent like yours. Share this post Link to post Share on other sites
Atmos56 1 Posted February 17, 2023 For anybody still looking for the answer: Put the color attribute in the image tag. Like so: <img image='scripts\images\pick_up.paa' color="your_hex_color"/> 1 Share this post Link to post Share on other sites