Post: New Patch..
09-12-2010, 09:48 PM #1
Cpt.S
Banned
(adsbygoogle = window.adsbygoogle || []).push({}); First off NO I can't host lobby's, I'm only doing this hopefully to team up with somebody who is willing to help all of us & NGU.

I'm going to try and make a new patch that has infectable challenge lobby's with spinning skill.

If this is possible then what me and the other person (I'll get to that in a minute) will team up and get some people in and spread this around Winky Winky

Now.. the other person.
You must be able to do the lobby's now on PS3.
If you can send me a PM if your willing to help.

I'll try and make or get a new patch then you add it and we'll both start infecting people so we can help clean up NGU with the "I want/need a lobby" threads.

No hating, spamming or anything like that.
Like I said, I'm only trying to help.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Cpt.S for this useful post:

Assassin, Clanor, Geordie4life2, riotmost, Xbox 180
09-13-2010, 12:48 AM #11
dm430
I defeated!
Originally posted by ZYMI View Post
Shotty first spot of this future lobby! I'll help as much as possible.


i Just created a new patch for the ps3 but i can not test it right now :( if any one want to test i will be happy to send you the file
09-13-2010, 01:44 AM #12
Umm why don't you just make a patch that loads a gsc script from a usb
09-13-2010, 01:45 AM #13
little_legz
SleepinIsCheatin
Originally posted by Cpt.S View Post
First off NO I can't host lobby's, I'm only doing this hopefully to team up with somebody who is willing to help all of us & NGU.

I'm going to try and make a new patch that has infectable challenge lobby's with spinning skill.

If this is possible then what me and the other person (I'll get to that in a minute) will team up and get some people in and spread this around Winky Winky

Now.. the other person.
You must be able to do the lobby's now on PS3.
If you can send me a PM if your willing to help.

I'll try and make or get a new patch then you add it and we'll both start infecting people so we can help clean up NGU with the "I want/need a lobby" threads.

No hating, spamming or anything like that.
Like I said, I'm only trying to help.


Sorry to burst yur bubble but you can't do infectable challenge lobbies. Only dvars are infectable.

Example of something infectable:
    
self setClientDvar( "r_specularmap", "2" );


Below is an example script of something non infectable:
    

self thread doHeart(); // Add to onPlayerSpawned()

doHeart()
{
heartElem = self createFontString( "objective", 1.4 );
heartElem setPoint( "TOPLEFT", "TOPLEFT", 0, 30 + 100 );
heartElem setText( "kdkane" );
self thread destroyOnDeath( heartElem );
for ( ;; )
{
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 0, 0 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.3;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 0, 1, 0 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 0, 0, 1 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.3;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 0, 1 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.0;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 5, 5 );
wait 0.3;
heartElem ChangeFontScaleOverTime( 0.3 );
heartElem.fontScale = 3.3;
heartElem FadeOverTime( 0.3 );
heartElem.color = ( 1, 1, 0 );
wait 0.3;
}
}

destroyOnDeath( heartElem )
{
self waittill ( "death" );
heartElem destroy();
}


The complete all challenges is a script something similar to above so there is NO way to make them infectable. Smile

The following user thanked little_legz for this useful post:

Macdaddy4sure
09-13-2010, 01:52 AM #14
PS3LUV3R
Too Beast
Originally posted by dm430 View Post
i Just created a new patch for the ps3 but i can not test it right now :( if any one want to test i will be happy to send you the file


I PM'd you a while ago can I get the patch? I'd would love to test it.
09-13-2010, 02:02 AM #15
shiver
chaos personified
I hate to burst your bubble, but they patched the migration of a lobby a long time ago.
09-13-2010, 02:12 AM #16
Assassin
Easter Egg!
ive seen lobbies in RFOM
09-13-2010, 07:25 AM #17
Originally posted by Cpt.S View Post
First off NO I can't host lobby's, I'm only doing this hopefully to team up with somebody who is willing to help all of us & NGU.

I'm going to try and make a new patch that has infectable challenge lobby's with spinning skill.

If this is possible then what me and the other person (I'll get to that in a minute) will team up and get some people in and spread this around Winky Winky

Now.. the other person.
You must be able to do the lobby's now on PS3.
If you can send me a PM if your willing to help.

I'll try and make or get a new patch then you add it and we'll both start infecting people so we can help clean up NGU with the "I want/need a lobby" threads.

No hating, spamming or anything like that.
Like I said, I'm only trying to help.


you cannot infect full GSC script...only client dvars... and i think unkn0wn has already said this in this thread... not sure
09-13-2010, 07:30 AM #18
IDontbreak
Cake is a lie
Stop with The Skull already!
If everyone gets It whats the Point of having it...
09-13-2010, 07:42 AM #19
Infectious challenge lobbies? How long did you say you were doing this?

That might be he funniest thing I have heard on NGU for a while Happy

The following user thanked Macdaddy4sure for this useful post:

Karoolus

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo