Post: [Release] Custom XP Text
10-06-2012, 06:49 PM #1
Taylor
Former Black Knight.
(adsbygoogle = window.adsbygoogle || []).push({});
Well, I Was Messing Around, But I Don't Know If I Was The First To Stumble Upon This Or Not, But Whatever The Case Is, Im Sharing It With You All.

Note: If The Player Is Not Host It Will Show Up "Unlocalized("Your Text Here"), If You Cannot Deal With That Then Don't Do It!

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

How To:

1.) FInd The Function In _rank.gsc Called: updateRankScoreHUD
2.) Find This Part Of The Code:
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"MP_PLUS";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

3.) And Change It To Whatever You Desire, I Chose "NGU! ", I Would Suggest Having A Space After The Last Word, Otherwise The Text Will Be Smack Against The Xp Number.....
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"NGU! ";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

4.) Now, Go To: Init() And Put This Anywhere In That Function (Replace "NGU! " With Whatever Text You Desire.......):
    
precacheString( &"NGU! " );



I Hope You Enjoy....... - Taylor
Last edited by Taylor ; 10-07-2012 at 04:55 PM.

The following 9 users say thank you to Taylor for this useful post:

forflah123, Jacob-And-Britt, MxModz1, Cmd-X, silentcobra22, Vampytwistッ, xEemZz, xKtF
10-06-2012, 06:54 PM #2
Cmd-X
It's been awhile.
That's pretty sick but it would get annoying to me.

The following user thanked Cmd-X for this useful post:

10-06-2012, 07:02 PM #3
modz987
I am error
still work ?? with patch blocker or not

The following user thanked modz987 for this useful post:

LightModz

The following 5 users groaned at modz987 for this awful post:

KM-_1337, MxModz1, Cmd-X, Vampytwistッ
10-06-2012, 07:09 PM #4
Taylor
Former Black Knight.
Originally posted by modz987 View Post
still work ?? with patch blocker or not


/facepalm Why are you such an idiot?
10-06-2012, 07:33 PM #5
MxModz1
Little One
Originally posted by xYARDSALEx View Post
Well, I Was Messing Around, But I Don't Know If I Was The First To Stumble Upon This Or Not, But Whatever The Case Is, Im Sharing It With You All.

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

How To:

1.) FInd The Function In _rank.gsc Called: updateRankScoreHUD
2.) Find This Part Of The Code:
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"MP_PLUS";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

3.) And Change It To Whatever You Desire, I Chose "NGU! ", I Would Suggest Having A Space After The Last Word, Otherwise The Text Will Be Smack Against The Xp Number.....
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"NGU! ";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

4.) Now, Go To: Init() And Put This Anywhere In That Function (Replace "NGU! " With Whatever Text You Desire.......):
    
precacheString( &"NGU! " );



I Hope You Enjoy....... - Taylor


Nice! Winky Winky
I Hope this will be in a new patch soon. "Custom XP Text ON/OFF" Cool Man (aka Tustin)


Originally posted by modz987 View Post
still work ?? with patch blocker or not

no comment.. :dumb:
Last edited by MxModz1 ; 10-06-2012 at 07:35 PM.
10-06-2012, 07:36 PM #6
Taylor
Former Black Knight.
Originally posted by MxModz1 View Post
Nice! Winky Winky
I Hope this will be in a new patch soon. "Custom XP Text ON/OFF" Cool Man (aka Tustin)



no comment.. :dumb:


Ill see what i can do, you know what that's an amazing idiot, ill get back to u on that....
10-06-2012, 11:27 PM #7
xKtF
In my man cave
You never fail to amaze me.I never told you that though stare
10-07-2012, 12:32 AM #8
Taylor
Former Black Knight.
Originally posted by INFINITYCL View Post
You never fail to amaze me.I never told you that though stare


:fyea: :fyea: :fyea:
10-07-2012, 01:16 AM #9
Black Panther
Former Staff
Originally posted by xYARDSALEx View Post
Well, I Was Messing Around, But I Don't Know If I Was The First To Stumble Upon This Or Not, But Whatever The Case Is, Im Sharing It With You All.

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

How To:

1.) FInd The Function In _rank.gsc Called: updateRankScoreHUD
2.) Find This Part Of The Code:
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"MP_PLUS";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

3.) And Change It To Whatever You Desire, I Chose "NGU! ", I Would Suggest Having A Space After The Last Word, Otherwise The Text Will Be Smack Against The Xp Number.....
    
if ( self.rankUpdateTotal < 0 )
{
self.hud_rankscroreupdate.label = &"";
self.hud_rankscroreupdate.color = (1,0,0);
}
else
{
self.hud_rankscroreupdate.label = &"NGU! ";
self.hud_rankscroreupdate.color = (1,1,0.5);
}

4.) Now, Go To: Init() And Put This Anywhere In That Function (Replace "NGU! " With Whatever Text You Desire.......):
    
precacheString( &"NGU! " );



I Hope You Enjoy....... - Taylor


Nice Phaggit :y: Time to make people lulz with my xp text :ha!:
10-07-2012, 03:01 AM #10
BlackShadow
Save Point
Looks nice, but could be done better :p (Flashing text?)

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo