Post: Add Shader To Your Menu. Like ENZO-F Patch
01-28-2011, 05:54 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); add this to the code wich opens your menu, it should work.
it adds a black shader like the ENZO-F Patch.

    MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("black", 900, 800);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "center";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.6;
MenuShad2 setshader("black", 325, 800);


In Menu Close Put..

    self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);

It Makes Your Patch Look Good..
(adsbygoogle = window.adsbygoogle || []).push({});

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

DrDoomBringer, XKevin356
01-28-2011, 10:31 PM #11
Correy
I'm the Original
Originally posted by Fifa97 View Post
whats the name of the camo shaders?


there is no name really, it's just the black thing on the menu.
like ENZO-F patch..
01-28-2011, 10:34 PM #12
Driftkid22
Save Point
Originally posted by xCorrey
add this to the code wich opens your menu, it should work.
it adds a black shader like the ENZO-F Patch.

    MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("black", 900, 800);
MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "center";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.6;
MenuShad2 setshader("black", 325, 800);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);


It Makes Your Patch Look Good..



Here is the link to over 100 different patches for MW2
You must login or register to view this content.
01-28-2011, 10:45 PM #13
Fifa97
Maggbot timeout!
Originally posted by xCorrey
there is no name really, it's just the black thing on the menu.
like ENZO-F patch..


i mean replace "black" with sumfin like "orange_fall" and precache it in init()
01-28-2011, 11:12 PM #14
Enzo's shader is ugly.....
01-28-2011, 11:51 PM #15
iJokaa
Haters Keep Me Going Winky Winky
Originally posted by xCorrey
add this to the code wich opens your menu, it should work.
it adds a black shader like the ENZO-F Patch.

    self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);




your missing a few things such as "DeleteMenuHudElem"

The following user thanked iJokaa for this useful post:

TheFallen
01-29-2011, 01:00 AM #16
TheFallen
Former Dark Night
Originally posted by Fifa97 View Post
whats the name of the camo shaders?


Yes, that would work if you used a real code instead of "orange_fall"
01-29-2011, 01:08 AM #17
Default Avatar
Newelly
Guest
Camo Shaders:

Add this to the: init()
precacheShader("cardtitle_camo_fall"); //or other shader name

To Set The Shader:
<your shader name> setShader("cardtitle_camo_fall", 180, 25 ); //x & y sizes

The following 4 users say thank you to Newelly for this useful post:

Correy, Fifa97, N3G6
01-29-2011, 02:05 AM #18
N3G6
SE Pro
Originally posted by Newelly View Post
Camo Shaders:

Add this to the: init()
precacheShader("cardtitle_camo_fall"); //or other shader name

To Set The Shader:
<your shader name> setShader("cardtitle_camo_fall", 180, 25 ); //x & y sizes


lol thats a real shader right, u no the code for blue tiger or artic camo
Testing the fall camo.. i will tell how it goes
01-29-2011, 11:23 AM #19
Correy
I'm the Original
Originally posted by NaTo154 View Post
lol thats a real shader right, u no the code for blue tiger or artic camo
Testing the fall camo.. i will tell how it goes


did you test it, and did it work ?

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo