Icons and such Created 12 years ago2012-08-20 06:14:26 UTC by Sir Frohman Sir Frohman

Created 12 years ago2012-08-20 06:14:26 UTC by Sir Frohman Sir Frohman

Posted 12 years ago2012-08-20 06:14:26 UTC Post #309165
Alright, I'm trying to create icons for my mod and I don't know how. Sorry if this is covered somewhere in a tutorial here or elsewhere but I don't know who else to ask but you guys.

What I'm asking if how to create an icon such as here;

http://gyazo.com/38f660c00748dd9cf6ae05fa53ab0272.png

Here;

http://gyazo.com/d2b26f7251a89e01b920845eb29a220d.png

and here;

http://gyazo.com/5f2e73c0da7bfe4e9ac8d8443ebfcfb7.png

Sorry if this is confusing, it's 3 in the morning. :S
Posted 12 years ago2012-08-20 07:00:56 UTC Post #309166
in your liblist.gam, add a key value pair of "icon" and it's relative path from your mod root.

It must be a 16x16px TGA.

Hope that helps.
Posted 12 years ago2012-08-20 07:04:17 UTC Post #309167
oh, and FYI. The icon on your start bar is the icon of the hl.exe executable, and can't be changed. Most people run the game fullscreen and wont see it anyway.

Edit: :S weird... could have sworn I edited, rather than double posting. my bad.
Posted 12 years ago2012-08-20 07:05:36 UTC Post #309168
What about the bigger version of the icon next to the mods name.. it just turns out like this; http://gyazo.com/ffa7c6d05ef8d9ba6f03eabe99984285.png?1345449563 (test icon btw)

Forgot to add this in here;

Secondly, how would I change the colors of the UI as shown here;

http://gyazo.com/4d93552a900a04df6b0439bbef9a45d0.png?1345448768

LASTLY, how do I change the color of the text as shown here;

http://gyazo.com/752ca01212746f322ccbc502edb11ef6.png?1345448845

But that's all for now, thanks! :glad:
Posted 12 years ago2012-08-20 07:19:56 UTC Post #309170
Goldsrc is limited to the 16x16px icon.
If you want the 32px icons you have to use source, sorry.

to change the menu interface colors requires taking a copy of ClientScheme.res and changing the RGB values for the relevant sections. Then I think you save it as "TrackerScheme.res" in your mod's resource dir.
Effectively, you're running a custom Steam theme within your mod.

It's been a while since i last did it, and I'm at work atm, but if your still stuck later I can have a look in more detail for you.
Posted 12 years ago2012-08-20 07:31:19 UTC Post #309171
Oh, thanks. I'll just create the UI thing.
You must be logged in to post a response.