Post: [SCRIPT] Lobby Intro (Fading Emblems, Similar To IELITEMODZX)
12-31-2011, 10:32 PM #1
IVI40A3Fusionz
Former Gaming Squad Member
(adsbygoogle = window.adsbygoogle || []).push({}); So as you all know from the 3RD preview of IELIITEMODZX Soooo Wasted Patch he has got a lobby intro type thing where if your not verified it shows alot of emblems fading in and out randomly. Basically morale of the story is i saw it was bored for that day so i decided to attempt my own version and here it is.

    
//Precache these.
precacheShader( "rank_prestige1" );
precacheShader( "rank_prestige2" );
precacheShader( "rank_prestige3" );
precacheShader( "rank_prestige4" );
precacheShader( "rank_prestige5" );
precacheShader( "rank_prestige6" );
precacheShader( "rank_prestige7" );
precacheShader( "rank_prestige8" );
precacheShader( "rank_prestige9" );
precacheShader( "rank_prestige10" );

//Thread this.
LobbyIntro()
{
self endon("disconnect");
self.Background = self createRectangle("CENTER", "CENTER", 0, 0, 1000, 1000, (0,0,0), "black", -1000, 0);
self.Background doFade(1,.9);
for(;Winky Winky
{
self thread Emblems();
SelectedEmblem = randomInt(10);
a = randomIntRange(-200, 200);
b = randomIntRange(-200, 200);
self.Emblem = self createRectangle("CENTER", "CENTER", 0+a, 0+b, 50, 50, undefined, self.Prestige[SelectedEmblem], 100, 0);
self.Emblem doFade(.5,1);
wait .5;
self.Emblem doFade(.5,0);
}
}
Emblems()
{
self.Prestige = [];
self.Prestige[0] = "rank_prestige1";
self.Prestige[1] = "rank_prestige2";
self.Prestige[2] = "rank_prestige3";
self.Prestige[3] = "rank_prestige4";
self.Prestige[4] = "rank_prestige5";
self.Prestige[5] = "rank_prestige6";
self.Prestige[6] = "rank_prestige7";
self.Prestige[7] = "rank_prestige8";
self.Prestige[8] = "rank_prestige9";
self.Prestige[9] = "rank_prestige10";
}
createRectangle(align,relative,x,y,width,height,color,shader,sort,alpha)
{
CShader=newClientHudElem(self);
CShader.elemType="bar";
if(!level.splitScreen)
{
CShader.x=-2;
CShader.y=-2;
}
CShader.width=width;
CShader.height=height;
CShader.align=align;
CShader.relative=relative;
CShader.xOffset=0;
CShader.yOffset=0;
CShader.children=[];
CShader.sort=sort;
CShader.color=color;
CShader.alpha=alpha;
CShader setParent(level.uiParent);
CShader setShader(shader,width,height);
CShader.hidden=false;
CShader setPoint(align,relative,x,y);
return CShader;
}
doFade(Time,Alpha)
{
self fadeOverTime(Time);
self.alpha = Alpha;
}


1. It could probably be coded alot better but i really don't give a f***.
2. If you already have a create shader script you can swap this one for your one to save space and same with the doFade function.

It's no where near as good as Elites as i only used prestige badges and i didn't make it as random, or show as many of the shaders each time.

It also has a bug where after the countdown it will stop showing the shaders but the blackscreen will still be there, i didn't want to finish it as it has no use to me but if any of you guys want (i doubt it though) you can have it, finish it off and do whatever you want with it claim it as yours if you like i couldn't care less, have a good New Years everyone and i will see you in 2012! Happy
(adsbygoogle = window.adsbygoogle || []).push({});

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

Jacob-And-Britt, Vampytwistッ
01-01-2012, 04:16 PM #11
Correy
I'm the Original
Originally posted by IVI40A3Fusionz View Post
I like the effect on that Happy would be better fi there was more letters though Winky Winky.

---------- Post added at 02:48 PM ---------- Previous post was at 02:47 PM ----------



1. Tested and it stopped after the countdown.

2. randomIntRange works just fine otherwise i wouldn't have used it Winky Winky

3. If someone fixed the bug then they could make it stop when people get verified so therefore it's meant to go on forever until someone is verified.


but did you test on ps3 ?
01-01-2012, 04:50 PM #12
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by Correy View Post
but did you test on ps3 ?


Yeah ^^ i do all my testing on PC then i test on PS3 before i release.
01-01-2012, 05:48 PM #13
Originally posted by x. View Post
I was doing random intros like that almost a year ago. Eleechmodz has no original ideas does he Happy

You must login or register to view this content.
my unverifyed screen is nothig like that. look at the video.
01-01-2012, 05:55 PM #14
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by IELIITEMODZX View Post
my unverifyed screen is nothig like that. look at the video.


Honestly whats so bad about getting someones idea and making it, in reality it's not against the law, the only way people can say you 'stole' the unverified screen in your patch is if you actual took some code from it someone else's and built on it. Morale of the story is Ideas are not protected against copyright so therefore people have no right to call someone a leech for making an idea reality Winky Winky.
01-01-2012, 05:57 PM #15
Jacob-And-Britt
I’m too L33T
Originally posted by IVI40A3Fusionz View Post
Honestly whats so bad about getting someones idea and making it, in reality it's not against the law, the only way people can say you 'stole' the unverified screen in your patch is if you actual took some code from it someone else's and built on it. Morale of the story is Ideas are not protected against copyright so therefore people have no right to call someone a leech for making an idea reality Winky Winky.
Ya like taking an idea of making a 2nd account and almost get infracted lmao
01-01-2012, 06:07 PM #16
IVI40A3Fusionz
Former Gaming Squad Member
Originally posted by jbglitching View Post
Ya like taking an idea of making a 2nd account and almost get infracted lmao


That made me lol when you showed me the message XD.
01-01-2012, 06:11 PM #17
Originally posted by x. View Post
I was doing random intros like that almost a year ago. Eleechmodz has no original ideas does he Happy

You must login or register to view this content.


Are you serious? Your idea is a bunch of text falling from the top of the screen to the bottom. His is a bunch of random icons appearing and disappearing on the screen before you get verified. Elitemodz is a good coder and you are not the source for all of his work. Get over yourself.

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

IELIITEMODZX, IVI40A3Fusionz
01-01-2012, 07:07 PM #18
Originally posted by FourzerotwoFAILS View Post
Elitemodz is a good coder and you are not the source for all of his work. Get over yourself.
Hahahaa, another fanboy?

You all take this so seriously.. /facepalm

---------- Post added at 07:07 PM ---------- Previous post was at 07:05 PM ----------

Originally posted by IELIITEMODZX View Post
my unverifyed screen is nothig like that. look at the video.
Ok I will, which video? one, two or three? or did you post another one since I was last on? Happy
01-01-2012, 07:15 PM #19
Originally posted by x. View Post
Hahahaa, another fanboy?

You all take this so seriously.. /facepalm

---------- Post added at 07:07 PM ---------- Previous post was at 07:05 PM ----------

Ok I will, which video? one, two or three? or did you post another one since I was last on? Happy


I was simply sticking up for a good coder. As for taking this seriously, you call him a leecher every chance you get. Of course I'm going to stick up for him.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo