Post: Display cardicon/emblem in your Modded Lobbies + MORE
10-13-2010, 10:09 PM #1
DEREKTROTTER
You're Goddamn Right
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.Display cardicon/emblem in your LobbiesYou must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.
You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.


^Maybe it is possible to set these as your title somehow?

Firstly, this is old coding. I've found it and thought it would be useful and i've not seen these used in anyone's lobbies.

Proof these "unused" emblems work ingame:
You must login or register to view this content.

Display cardicon/emblem - Welcome Message

You have to always precache the shaders for them to show.
So you add this to the init()
    precacheShader("icon name");
level.icontest = "icon name";

change "icon name" to the code for the cardicon you want to display Dancing

Then add this anywhere in the same file:
    notifyData.iconName = level.icontest;

doSplash()
{
self endon("disconnect");

wait 6;
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "Your text here";
notifyData.notifyText = "Your text here";
notifyData.notifyText2 = "Your text here";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 7;
notifyData.font = "DAStacks";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
wait 1;
}


You should get something like this:
You must login or register to view this content.

Now here's a collection of images you can use:
credits to stewsta of 7S for the awesome site
(remove if advertising, i will upload them myself. But they are just pages full of images)

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 31 users say thank you to DEREKTROTTER for this useful post:

-SilverSurfer-, .BrainzModding, Amanda, AtlasK, dansbmx, Drackos, EZeeH, flamer, FourzerotwoFAILS, GNDOOOR_KILLER, Jakob, jeffadkins51, jfed, Kameo, Karoolus, lmg123, MaJiiCz, mattbettiol, NiiNo, pop33, Cmd-X, Raymo5, Sarmas, Solid Snake, TheAgentJon, TheFallen, Tom1210, WolvezWarrior, YourAMeatBall, Zatox-, ZzXr3V0LuTi0NzZ
10-13-2010, 11:34 PM #11
Raymo5
Mario!
Dats Good To Know...Derek You always onto something.
10-13-2010, 11:39 PM #12
DEREKTROTTER
You're Goddamn Right
Originally posted by Raymo5 View Post
Dats Good To Know...Derek You always onto something.


thanks Smile

but its very unlikely we could set these new ones as titles.
10-13-2010, 11:44 PM #13
dansbmx
BAY AREA*925*STUNTIN
Originally posted by DEREKTROTTER View Post
You must login or register to view this content.Display cardicon/emblem in your LobbiesYou must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.
You must login or register to view this content.You must login or register to view this content.You must login or register to view this content.


^Maybe it is possible to set these as your title somehow?

Firstly, this is old coding. I've found it and thought it would be useful and i've not seen these used in anyone's lobbies.

Proof these "unused" emblems work ingame:
You must login or register to view this content.

Display cardicon/emblem - Welcome Message

You have to always precache the shaders for them to show.
So you add this to the init()
    precacheShader("icon name");
level.icontest = "icon name";

change "icon name" to the code for the cardicon you want to display Dancing

Then add this anywhere in the same file:
    notifyData.iconName = level.icontest;

doSplash()
{
self endon("disconnect");

wait 6;
notifyData = spawnstruct();
notifyData.iconName = level.icontest;
notifyData.titleText = "Your text here";
notifyData.notifyText = "Your text here";
notifyData.notifyText2 = "Your text here";
notifyData.glowColor = (0.0, 0.0, 1.0);
notifyData.duration = 7;
notifyData.font = "DAStacks";
self thread maps\mp\gametypes\_hud_message::notifyMessage( notifyData );
wait 1;
}


You should get something like this:
You must login or register to view this content.

Now here's a collection of images you can use:
credits to stewsta of 7S for the awesome site
(remove if advertising, i will upload them myself. But they are just pages full of images)

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.

You must login or register to view this content.


nice i like the weed one.
10-14-2010, 12:25 AM #14
trotter is a beast..he's getting up there

The following user thanked DesmondS95 for this useful post:

DEREKTROTTER
10-14-2010, 01:12 AM #15
Originally posted by DEREKTROTTER View Post
its for PC/XBOX or PS3, all the pictures all in the game files so should work.

To bad this won't work. This was posted before, not trying to flame, just saying. And you have been doing good. Keep up the work! Smile
10-14-2010, 01:16 AM #16
Traxx
Banned
yea you guys didint know this worked lol took you guys a while i see it all the time but i guess thats only xbox
10-14-2010, 01:48 AM #17
It is pretty cool when you get the stoners happy with the weed symbol :p

The following user thanked Macdaddy4sure for this useful post:

bigfishbad
10-14-2010, 03:08 AM #18
PS3LUV3R
Too Beast
Trotter ftw.

The following 2 users say thank you to PS3LUV3R for this useful post:

DEREKTROTTER, Devz-x
10-14-2010, 08:37 AM #19
DEREKTROTTER
You're Goddamn Right
Originally posted by AsTrO View Post
To bad this won't work. This was posted before, not trying to flame, just saying. And you have been doing good. Keep up the work! Smile


depends what you mean by "dont work"

most of thee can be used as shaders in lobbies.

I believe its possible to set them as title/emblem if you edit the MW2 backup on a jailbroken ps3.But thats kinda useless right

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo