You are viewing our Forum Archives. To view or take place in current topics click here.
Chrome Dvar (Toggle) + Video
Posted:
Chrome Dvar (Toggle) + VideoPosted:
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
Add this to your dvar section and watch the video to find out what it does.. =3
This is if you dont want it to be "Toggle-able"
Here it is for "Toggle"
Last edited by Spaceyace ; edited 1 time in total
This is if you dont want it to be "Toggle-able"
self setClientDvar( "r_specularmap", "2" );
Here it is for "Toggle"
doChrome()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "RB", "+frag" );
for ( ;; ) {
self waittill( "RB" );
if ( self GetStance() == "stand" ){
self iPrintlnBold("^6Chrome Mod SET <3 Ace!");
self setClientDvar( "r_specularmap", "2" );
}
self waittill( "RB" );
if ( self GetStance() == "stand" ){
self iPrintlnBold("^6Chrome Mod DISABLED <3 Ace!");
self setClientDvar( "r_specularmap", "1" );
}
self waittill( "RB" );
if ( self GetStance() == "stand" ){
self setClientDvar("r_fullbright", 1);
self iPrintlnBold( "Cartoon Mode ^1On" );
}
self waittill( "RB" );
if ( self GetStance() == "stand" ){
self setClientDvar("r_fullbright", 0);
self iPrintlnBold( "Cartoon Mode ^1Off" );
}
}
Last edited by Spaceyace ; edited 1 time in total
#2. Posted:
Status: Offline
Joined: May 15, 201014Year Member
Posts: 136
Reputation Power: 30
Status: Offline
Joined: May 15, 201014Year Member
Posts: 136
Reputation Power: 30
:idea: Love you!!!!
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Feb 27, 201014Year Member
Posts: 2,924
Reputation Power: 237
Status: Offline
Joined: Feb 27, 201014Year Member
Posts: 2,924
Reputation Power: 237
Jesus, that lobby looks pretty beastly, would love to get into one like that
Thanks for posting the video, been hearing about this "chrome mod" for a while now and had no bloody idea what it was, really clears it up for me
Just need to find out what this "gun game" mode is now
Thanks for posting the video, been hearing about this "chrome mod" for a while now and had no bloody idea what it was, really clears it up for me
Just need to find out what this "gun game" mode is now
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
TKModShop wrote :idea: Love you!!!!
haha! thanks man
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Mar 27, 201014Year Member
Posts: 9,760
Reputation Power: 0
Status: Offline
Joined: Mar 27, 201014Year Member
Posts: 9,760
Reputation Power: 0
yeah i saw this last week! lol it is nice
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
Status: Offline
Joined: Feb 25, 201014Year Member
Posts: 1,468
Reputation Power: 135
*Bump* Made it "Toggle-Able"
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: May 30, 201014Year Member
Posts: 2,352
Reputation Power: 140
Status: Offline
Joined: May 30, 201014Year Member
Posts: 2,352
Reputation Power: 140
FREAKING BEAST!!!!! LOOKING EVERYWHERE FOR THIS!!
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Jan 25, 201014Year Member
Posts: 10,532
Reputation Power: 618
Status: Offline
Joined: Jan 25, 201014Year Member
Posts: 10,532
Reputation Power: 618
Nice!
Thanks for the release!
Thanks for the release!
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: May 12, 201014Year Member
Posts: 1,120
Reputation Power: 49
Status: Offline
Joined: May 12, 201014Year Member
Posts: 1,120
Reputation Power: 49
How do you put it in what place on the patch?
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Jul 01, 201014Year Member
Posts: 2
Reputation Power: 0
OMG. I love you so incredibly much, you have no idea how long it took me to find this dvar. Now i need to go find Cartoon mode... Oh Boy
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.