Author Topic: Kyzer's scoreboard discussion  (Read 5980 times)

0 Members and 2 Guests are viewing this topic.

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Kyzer's scoreboard discussion
« on: August 05, 2007, 09:24:08 PM »
- sorry for hijacking the thread -
« Last Edit: August 13, 2007, 07:43:24 PM by Kyzer »

Offline Kingtendo

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: Kyzer's scoreboard discussion
« Reply #1 on: August 08, 2007, 07:50:10 AM »
Omg, can you release your scoreboard please kyzer, it looks like OWNAGE :D

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: Kyzer's scoreboard discussion
« Reply #2 on: August 13, 2007, 07:42:54 PM »
Lol, that was not my intention, only showing a different scoreboard because i'm proud of what i did :-X

Offline Kingtendo

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: Kyzer's scoreboard discussion
« Reply #3 on: August 17, 2007, 03:28:54 PM »
Kyzer, did you make those "Custom Ratings" That was on your scoreboard, doesn't look like you used silkicons.

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: Kyzer's scoreboard discussion
« Reply #4 on: August 17, 2007, 06:27:46 PM »
Yes, they are others sillkicons, that clients download when they join

Offline Kingtendo

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: Kyzer's scoreboard discussion
« Reply #5 on: August 18, 2007, 01:55:41 AM »
Thanks, you do convert them into vmt and vtf files first, right?

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: Kyzer's scoreboard discussion
« Reply #6 on: August 18, 2007, 02:31:29 AM »
Yes. And you need to convert them with the same settings as the originals icons (you can find them in garrysmod.gcf)

Offline Kingtendo

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: Kyzer's scoreboard discussion
« Reply #7 on: August 18, 2007, 04:50:16 AM »
How can i view the settings (I have GCF Scape). In the VMt files of the icons ? :S

So These Settings, when converting the Targa to Vmt's and Vmf's?

Code: [Select]
"UnlitGeneric"
{
"$basetexture" "gui/silkicons/anchor"
"$ignorez" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$nolod" 1
}

Are these Instructions right?

1. Convert IMG.png to IMG.tga
2. use Vtex on the IMG.tga with the settings above.
« Last Edit: August 18, 2007, 04:59:49 AM by Kingtendo »

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: Kyzer's scoreboard discussion
« Reply #8 on: August 18, 2007, 10:36:11 AM »
Download VTFEdit, open a original .vtf gmod icon, look settings, remember them, then convert your own icons into .vtf using the same settings.

Offline Kingtendo

  • Newbie
  • *
  • Posts: 16
  • Karma: 0
Re: Kyzer's scoreboard discussion
« Reply #9 on: August 18, 2007, 11:34:41 AM »
Thanks alot, i know they have to be targa to convert the image, but then it can't be transparent? Can $translucent do this?

Offline Chironex

  • Full Member
  • ***
  • Posts: 197
  • Karma: 11
  • Formerly known as Kyzer
Re: Kyzer's scoreboard discussion
« Reply #10 on: August 18, 2007, 11:53:31 AM »
No, use the original .png files, you CAN open them with VTFEdit, iirc you need to do Import not Open. They do appear in a weird background color, but don't worry they are transparent once converted to .vtf and once in game.

The vmt i used looks like that (as original gmod icons):
Code: [Select]
"UnlitGeneric"
{
"$basetexture" "silents_server/scoreboard/icon_pack_1/icon_01"
"$ignorez" 1
"$vertexcolor" 1
"$vertexalpha" 1
"$nolod" 1
}