Post: Menu shader help ????
02-16-2012, 03:53 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); okay...i am HUGE NOOB but i really need some help Smile i need to add a totally black menu shader to a Blackrain patch ...?? so when i am in the menu..i can only see the menu and nothing else Smile i think it would look awsome Smile
(adsbygoogle = window.adsbygoogle || []).push({});
02-16-2012, 04:17 PM #2
Otib
lolololololol
Originally posted by MaBuBuBu View Post
okay...i am HUGE NOOB but i really need some help Smile i need to add a totally black menu shader to a Blackrain patch ...?? so when i am in the menu..i can only see the menu and nothing else Smile i think it would look awsome Smile


I'm sure there is a code for this here somewhere, Just look around. If not, Ask a patch maker to get the code for you or something! :y:
02-16-2012, 04:36 PM #3
Originally posted by Bustigo View Post
I'm sure there is a code for this here somewhere, Just look around. If not, Ask a patch maker to get the code for you or something! :y:


okay i'll try that Smile
02-16-2012, 05:21 PM #4
this is from the patch of elite mossy with blackstorms edit.
idk if its the whole code but u get black.
but its not the whole screen so u have to change some numbers to make the shader longer.
i think u have to change the 355

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, 999);
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", 355, 800);
self thread DeleteMenuHudElem(MenuShad);
self thread DeleteMenuHudElem(MenuShad2);
self thread DeleteMenuHudElem2(MenuShad);
self thread DeleteMenuHudElem2(MenuShad2);
02-16-2012, 07:11 PM #5
FoxkaZ
Retired Super
Question answered.

Closed.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo