Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help how to set custom team icons|SOLVED
#1
hey guys hopeing someone could help me im trying to make cutsom team icons
i follow this tut http://www.itsmods.com/forum/Thread-Maki...aders.html and made one icon call icon_victims and it works fine
i can see it in game and it looks good i then tried to do the other icon called icon_myers and it failed the game just use's the default icon for that team Confused
i've re-done it afew times now however it keeps failing im not sure what i could have done wrong or more to the point what i did right makeing the first one! lol its crazy it works for one team but not the other please let me know if you know whats happening here thanks

,hector

edit just seen like SetDvar( "g_TeamIcon_Axis isnt working for me Confused
Reply

#2
Sad noone
Reply

#3
No one knows.. Big Grin

level.hardcoreMode = true;

and make your own goddamn hud you lazy
[Image: 1fxsnb.jpg]
Reply

#4
Sad but its half working

i get my picture make it 128x128 pixels save as tga and add it in as you would but only one works
this is in my init
Code:
    PreCacheShader( "icon_victims" );
    
    PreCacheShader( "icon_myers" );
    
    SetDvar( "g_TeamIcon_Axis", "icon_myers" );
    SetDvar( "g_TeamIcon_Allies", "icon_victims" );
    
    game[ "entity_headicon_allies" ] = "icon_victims";
    game[ "entity_headicon_axis" ] = "icon_myers";
    game[ "headicon_allies" ] = "icon_victims";
    game[ "headicon_axis" ] = "icon_myers";
    

    game[ "icons" ][ "allies" ] = "icon_victims";
    game[ "icons" ][ "Axis" ] = "icon_myers";
screen shot
[Image: 2011-07-11_00001.jpg]
Reply

#5
Wait your problem is with adding a custom team or just custom icons?
[Image: 1fxsnb.jpg]
Reply

#6
just icons , sorry for the confusion but yea im just trying to get icon_myers to show but its not
Reply

#7
omg im going crazy i swaped my "non-working" icon with the working one and its show's up Confused, so i tried setting the first one that worked for the other team and what do you know it isnt working ,,,wtf , so is there something todo with setting two icon's ? or is there something i have to do to the axis team to make it work
Reply

#8
(07-11-2011, 10:33)rotceh_dnih Wrote: Sad but its half working

i get my picture make it 128x128 pixels save as tga and add it in as you would but only one works
this is in my init
Code:
    PreCacheShader( "icon_victims" );
    
    PreCacheShader( "icon_myers" );
    
    SetDvar( "g_TeamIcon_Axis", "icon_myers" );
    SetDvar( "g_TeamIcon_Allies", "icon_victims" );
    
    game[ "entity_headicon_allies" ] = "icon_victims";
    game[ "entity_headicon_axis" ] = "icon_myers";
    game[ "headicon_allies" ] = "icon_victims";
    game[ "headicon_axis" ] = "icon_myers";
    

    game[ "icons" ][ "allies" ] = "icon_victims";
    game[ "icons" ][ "Axis" ] = "icon_myers";
screen shot
[Image: 2011-07-11_00001.jpg]


how do you make the text in the top of the screenshot? can i use that in my mod? Big Grin
I like turtles
[Image: thumb-275x274-design-609.png]

Reply

#9
(07-11-2011, 14:03)birdplane Wrote: how do you make the text in the top of the screenshot? can i use that in my mod? Big Grin

Many mods have that.
Reply

#10
yea but not mine Sad, i tryed my working icon on the other team and it didnt work Confused

@birdplane look for scrolling text its here somewhere
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
  Call of Duty loser calls in SWAT team hoax on kid who beat him RaZ 3 3,818 04-24-2014, 19:31
Last Post: Casper
  Black Ops 2 Custom background? jotape99 10 11,693 10-29-2013, 07:22
Last Post: xInfinity.
Question Help Team DAMAGE offhand E-losev 0 2,279 09-17-2013, 12:03
Last Post: E-losev
  Help choose 2 random players?(1 each team) 26hz 6 4,341 09-12-2013, 17:32
Last Post: Yamato
  Help [C#] WebClient how to know real url [solved] narkos 21 11,871 09-09-2013, 15:21
Last Post: surtek
  Custom xanims DidUknowiPwn 8 6,687 08-28-2013, 08:17
Last Post: RaZ
Information Help How to edit new derived entry? (Solved) SSonic70 1 2,483 08-20-2013, 15:29
Last Post: Nekochan
  Help Make ac130 shoot custom bullets Ra3shed 0 2,580 07-23-2013, 13:02
Last Post: Ra3shed
  [Tutorial] Custom gametype HUD iAegle 17 14,280 07-14-2013, 01:16
Last Post: Nekochan
Video Custom Facepaints? Cuddlyedits 5 4,178 07-01-2013, 14:58
Last Post: iPaddie

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.