What's new

Discussion Texture hack - Infectable

  • Thread starter o0 TeOz 0o
  • Start date
  • Views 911
Status
Not open for further replies.
O

o0 TeOz 0o

Enthusiast
Messages
31
Reaction score
13
Points
55
Sin$
0
I just came up with this and its pretty kool
The textures are only affected on your own screen
For best results do not use laser with color map, try using thermal tho it makes u look wireframe. Also when you use thermal with fullbright you still see some color but people glow white, its pretty mad.

Add this to your patch and see what fun you can have with it
fullcolor()
{
self endon ( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "X", "+usereload" );
for ( ;; )
{
self waittill( "X" );
self setClientDvar( "r_fullbright", 1 );
self setClientDvar( "fx_draw", 0 );
self setClientDvar( "fx_drawClouds", 0 );
self setClientDvar( "r_drawDecals", 0 );
self setClientDvar( "r_detail", 0 );
self setClientDvar( "r_fog", 0 );
self waittill( "X" );
self setClientDvar( "r_fullbright", 0 );
self setClientDvar( "r_colorMap", 3 );
self waittill( "X" );
self setClientDvar( "r_colorMap", "unchanged" );
self setClientDvar( "fx_draw", 1 );
self setClientDvar( "fx_drawClouds", 1 );
self setClientDvar( "r_drawDecals", 1 );
self setClientDvar( "r_detail", 1 );
self setClientDvar( "r_fog", 1 );
}
}
 
SotG Caboose

SotG Caboose

Getting There
Messages
1,448
Reaction score
687
Points
230
Sin$
0
Not really a texture hack. You just changed a few dvars.
 
Duplexity

Duplexity

Enthusiast
Messages
387
Reaction score
57
Points
85
Sin$
0
So if you have host every game. Everyone else will see these?
 
O

o0 TeOz 0o

Enthusiast
Messages
31
Reaction score
13
Points
55
Sin$
0
So if you have host every game. Everyone else will see these?

Each person see's their own, so no, I was just hosting a private match and only I had it on my screen. It only appears on your screen if you toggle it yourself. And it does work in public if your not host too.
 
Duplexity

Duplexity

Enthusiast
Messages
387
Reaction score
57
Points
85
Sin$
0
No I mean would it be possible to show everybody in the lobby this?
 
K

kevekev96

Enthusiast
Messages
59
Reaction score
7
Points
55
Sin$
7
external hitman can you invite me and host one of these
 
Status
Not open for further replies.
Top Bottom
Login
Register