Talk:Adding Your Logo to the Menu: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
Is there any way to modify the spray menu in CounterStrike 1.6? I would like to add customized sprays to the Options menu. I found where the default sprays are located in half-life.gcf, and I suspect that it will be impossible to modify this .wad to control that list.
Is there any way to modify the spray menu in CounterStrike 1.6? I would like to add customized sprays to the Options menu. I found where the default sprays are located in half-life.gcf, and I suspect that it will be impossible to modify this .wad to control that list.
Gijimbo - If I remember right, 1.6 used the half-life 1 engine which had a totaly different way of doing all of the GUI.  This article pertains to mods based one the Source engine which uses VGUI2.  I'm guessing it will not help you at all, and most likely confuse you.
That is not why I am posting here anyways.  I could not get my logo to show up at all.  I used all of the same naming conventions, and did not edit the given code at all.  I even opened up the VGUI drawtree window to try and see if it tried to show up and was just hidden somewhere.  The VGUI drawtree did not show anything pertaining to the logo at all.  I'm guessing there is a problem in the code somewhere, but i can't seem to find it.

Revision as of 18:29, 19 May 2007

Is there any way to modify the spray menu in CounterStrike 1.6? I would like to add customized sprays to the Options menu. I found where the default sprays are located in half-life.gcf, and I suspect that it will be impossible to modify this .wad to control that list.

Gijimbo - If I remember right, 1.6 used the half-life 1 engine which had a totaly different way of doing all of the GUI. This article pertains to mods based one the Source engine which uses VGUI2. I'm guessing it will not help you at all, and most likely confuse you. That is not why I am posting here anyways. I could not get my logo to show up at all. I used all of the same naming conventions, and did not edit the given code at all. I even opened up the VGUI drawtree window to try and see if it tried to show up and was just hidden somewhere. The VGUI drawtree did not show anything pertaining to the logo at all. I'm guessing there is a problem in the code somewhere, but i can't seem to find it.