Post: GodlyModz V5 Shader
01-29-2011, 10:12 AM #1
Fifa97
Maggbot timeout!
(adsbygoogle = window.adsbygoogle || []).push({}); Thanks Scrumilation for working on this wiv me!
and derek and x_daftvader_x and Newelly for helping!
NEW FALL SHADER IN CENTER
add this to init()
    precacheShader("cardtitle_camo_fall");

add this to _openmenu:
    	MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad);

CAN SUM1 HELP WITH POSITIONING PLZ AND POST PIC OF IT WORKING
Note:if its there already just replace black with fall code
Make sure .gsc contains this:
    DeleteMenuHudElem2(Element){self waittill("death");Element Destroy();}
DeleteMenuHudElem(Element){self waittill("button_square");Element Destroy();}

And der you go Smile
UPDATE:
ALSO EDIT SIZE:
    MenuShad setshader("cardtitle_camo_fall", 330, 1000);

could be:
    MenuShad setshader("cardtitle_camo_fall", 990, 1000);

CUSTOMIZE WITH ANY TITLE OR EMBLEM AND MAKE YOUR OWN UNIQUE SHADERS
THIS IS WHAT IT LOOKS LIKE WITH A PREVIOUS CODE:
You must login or register to view this content.
credit to Frozn
(adsbygoogle = window.adsbygoogle || []).push({});

The following 16 users say thank you to Fifa97 for this useful post:

bigboybobby14, CallumHaynes, CAMMO-ECKERT, Correy, dogyplop, gigoo, Jake9, maxrox, Morphia, MW2CptPrize, Mw2Freak13, Scrumilation, ViiZiiKz, x_DaftVader_x, Zombie
02-20-2011, 10:08 PM #110
Fifa97
Maggbot timeout!
Originally posted by X View Post
yep it is, but is that the code that you have as well?


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

I fink it was this. works best on pc btw

---------- Post added at 10:08 PM ---------- Previous post was at 10:05 PM ----------

Originally posted by X View Post
:embarrassed:k cool thanks!. one other question. I think you were the person that helped chrome playa on his last edit. I've been trying to add his dodgeball to the patch i got but everytime i get an error.?


yh. i added the prestige menu and play speak menu. whats the problem? Hw did u try adding it?
02-20-2011, 10:11 PM #111
Mrs.Drake
GOAL: 1000 POSTS
Originally posted by Fifa97 View Post
    	MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.6;
MenuShad setshader("cardtitle_camo_fall", 350, 999);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem2(MenuShad); MenuShad2 = NewClientHudElem( self );
MenuShad2.alignX = "center";
MenuShad2.alignY = "center";
MenuShad2.horzAlign = "center";
MenuShad2.vertAlign = "center";
MenuShad2.foreground = false;
MenuShad2.alpha = 0.6;
MenuShad2 setshader("cardtitle_camo_fall", 900, 999);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad2);

I fink it was this. works best on pc btw

---------- Post added at 10:08 PM ---------- Previous post was at 10:05 PM ----------



yh. i added the prestige menu and play speak menu. whats the problem? Hw did u try adding it?


k. i have a pc mw2 so i'll try it out and i'll take some screen shots of what I have k. and is thats the fall camo's?
02-20-2011, 10:12 PM #112
Fifa97
Maggbot timeout!
Originally posted by X View Post
k. i have a pc mw2 so i'll try it out and i'll take some screen shots of what I have k. and is thats the fall camo's?


yh remember 2 add the precache shader and add on deletemenuhudemblem threads
02-20-2011, 10:29 PM #113
Mrs.Drake
GOAL: 1000 POSTS
Originally posted by Fifa97 View Post
yh remember 2 add the precache shader and add on deletemenuhudemblem threads


yep.! I will do so.

---------- Post added at 03:29 PM ---------- Previous post was at 03:15 PM ----------

Originally posted by Fifa97 View Post
yh remember 2 add the precache shader and add on deletemenuhudemblem threads


Ok so I tried it out and the game started and everything, but there was nothing there. its just the regular menu.? Outie
02-20-2011, 10:30 PM #114
Fifa97
Maggbot timeout!
Originally posted by X View Post
yep.! I will do so.

---------- Post added at 03:29 PM ---------- Previous post was at 03:15 PM ----------



Ok so I tried it out and the game started and everything, but there was nothing there. its just the regular menu.? Outie


where did u add it
02-20-2011, 10:32 PM #115
Mrs.Drake
GOAL: 1000 POSTS
Originally posted by Fifa97 View Post
where did u add it


Under the usual place _openmenu() thing. i didn't get any error it just didn't show when i openned up the mod menu?
02-20-2011, 10:33 PM #116
Fifa97
Maggbot timeout!
Originally posted by X View Post
Under the usual place _openmenu() thing. i didn't get any error it just didn't show when i openned up the mod menu?


sometimes u have 2 give it a couple of min to show up
02-20-2011, 10:36 PM #117
Mrs.Drake
GOAL: 1000 POSTS
Originally posted by Fifa97 View Post
sometimes u have 2 give it a couple of min to show up


ok im testing right now.
02-20-2011, 10:38 PM #118
Fifa97
Maggbot timeout!
Originally posted by X View Post
ok im testing right now.


add my knife only gamemde 2 ur patch aswell if u want You must login or register to view this content.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo