Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Blue teammates
#11
(06-25-2014, 11:18)lolunnamed Wrote:
(06-23-2014, 19:48)SailorMoon Wrote: You can place another icon on player icon. Done via GSCs, I don't remember how.
It was done in QCZM edits and Nemesis mod. ( I can be wrong ).

I'll check out the nemesis mod, thank you Wink

The shader of the blue arrow must be called "compassping_" + something, you must look in games memory for it.

Its not in this list:

http://www.itsmods.com/forum/Thread-Rele...aders.html
Reply

#12
(06-25-2014, 20:05)Yamato Wrote: The shader of the blue arrow must be called "compassping_" + something, you must look in games memory for it.

Its not in this list:

http://www.itsmods.com/forum/Thread-Rele...aders.html

compassping_friendly_mp <- the default friendly icon
Reply

#13
(06-25-2014, 20:34)RaZ Wrote:
(06-25-2014, 20:05)Yamato Wrote: The shader of the blue arrow must be called "compassping_" + something, you must look in games memory for it.

Its not in this list:

http://www.itsmods.com/forum/Thread-Rele...aders.html

compassping_friendly_mp <- the default friendly icon

But thats green or blue one? Tongue

To get the name of the blue one follow this: http://www.itsmods.com/forum/Thread-Tuto...art-1.html

Once you open RAM, search for text string: compassping_ . Youll find many, take all the names as possible and try them Smile

EDIT: thats green one
Reply

#14
The one with 'party' is the right one...

BTW u can do it by coding in a gsc file... i just did it in a mod so dont even try to say u cant Big Grin
Reply

#15
(08-15-2014, 15:52)rvyASVP Wrote: The one with 'party' is the right one...

BTW u can do it by coding in a gsc file... i just did it in a mod so dont even try to say u cant Big Grin

You could share the code if you already have one, you could help then the guy with the problem Tongue
Reply

#16
uhm yh its in my teams.gsc

initScoreBoard()
{
setdvar("g_ScoresColor_Spectator", ".25 .25 .25");
setdvar("g_ScoresColor_Free", ".76 .78 .10");
setdvar("g_teamColor_MyTeam", "0.52 0.8 1 1" );
setdvar("g_teamColor_EnemyTeam", "1 .45 .5" );
setdvar("g_teamTitleColor_MyTeam", "0.52 0.8 1 1" );
setdvar("g_teamTitleColor_EnemyTeam", "1 .45 .5" );
}

But at least idk if the arrow is blue too. My friend said yes but it did not work for me.
If not in the Iw_01 is that compassing thing, copy the party compassing things out of it, just delete the party in their names and replace the green things with dat and there u go ^^
Reply

#17
(08-16-2014, 09:39)rvyASVP Wrote: uhm yh its in my teams.gsc

initScoreBoard()
{
setdvar("g_ScoresColor_Spectator", ".25 .25 .25");
setdvar("g_ScoresColor_Free", ".76 .78 .10");
setdvar("g_teamColor_MyTeam", "0.52 0.8 1 1" );
setdvar("g_teamColor_EnemyTeam", "1 .45 .5" );
setdvar("g_teamTitleColor_MyTeam", "0.52 0.8 1 1" );
setdvar("g_teamTitleColor_EnemyTeam", "1 .45 .5" );
}

But at least idk if the arrow is blue too. My friend said yes but it did not work for me.
If not in the Iw_01 is that compassing thing, copy the party compassing things out of it, just delete the party in their names and replace the green things with dat and there u go ^^

It was blue because you joint from same party, that code doesnt work for this. The method of renaming you are mentioning works, but then party members will appear in green, also it would only work for you.
Reply

#18
But it works for me and my friends with the colors
Reply

#19
(08-16-2014, 14:03)rvyASVP Wrote: But it works for me and my friends with the colors

[Image: Paris_Tuileries_Garden_Facepalm_statue.jpg]
Reply

#20
Idiot, do you even know what is client/server side? Troll
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

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