Post: Checker Board Shader Tutorial [1.11]
02-10-2012, 05:41 AM #1
KingcreekS
NOTHING IS IMPOSSIBL
(adsbygoogle = window.adsbygoogle || []).push({}); Ok NGU in this tutorial i will show you how to put Checker Board for 1.11.
Read STEPS and your Checker Board should run like a dream Winky Winky :

STEPS:

Step 1: You want to open up ff. viewer or your fast file editor
Step 2: Navigate To Missions.Gsc
Step 3: At the top it should say precacheShader("cardicon_skull_black"); "It wont exactly be like that but you get my drift :P
Step 4: You want to put this in where I told you to precacheShader("cardicon_8_bit_price"); "Dont delete any of the other precacheShader!"
Step 5: Scroll down to menuOpen(){ Yours might me _OpenMenu(){ "Depends on what patch you are using.
Step 6: You are doing wonderful! Now You replace your other shader with this one I will post it below.
Step 7: Now You Got Your Menu Shader Good Job Guys!



P.S. If the patch doesn't have a menu shader you place it right under this code self setBlurForPlayer(10,0.5);
This Shader Takes Up Alot Of ROOM!


Menu Shader:

MenuShad = NewClientHudElem( self );
MenuShad.alignX = "center";
MenuShad.alignY = "center";
MenuShad.horzAlign = "center";
MenuShad.vertAlign = "center";
MenuShad.foreground = false;
MenuShad.alpha = 0.1;
MenuShad setshader("white", 900, 800);
MenuShad fadeOvertime (6);
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", 380, 800);
MenuShad2 fadeOvertime (6);
MenuShad3 = NewClientHudElem( self );
MenuShad3.alignX = "center";
MenuShad3.alignY = "center";
MenuShad3.horzAlign = "center";
MenuShad3.vertAlign = "center";
MenuShad3.foreground = false;
MenuShad3.alpha = 0.6;
MenuShad3 setshader("cardicon_8_bit_price", 380, 800);
MenuShad3 fadeOvertime (6);
MenuShad4 = NewClientHudElem( self );
MenuShad4.alignX = "right";
MenuShad4.alignY = "bottom";
MenuShad4.horzAlign = "right";
MenuShad4.vertAlign = "bottom";
MenuShad4.foreground = true;
MenuShad4.y = 0;
MenuShad4.x = -290;
MenuShad4.alpha = 1.0;
MenuShad4 setshader("cardicon_8_bit_price", 65, 65);
MenuShad5 = NewClientHudElem( self );
MenuShad5.alignX = "center";
MenuShad5.alignY = "right";
MenuShad5.horzAlign = "center";
MenuShad5.vertAlign = "left";
MenuShad5.foreground = true;
MenuShad5.y = 0;
MenuShad5.x = 25;
MenuShad5.alpha = 1.0;
MenuShad5 setshader("cardicon_prestige10_02", 65, 65);
display4=self createFontString("objective",1.4);
display4.glow=1;
display4.glowAlpha=1;
display4.glowColor =(0,0,1);
display4 setPoint("LEFT","BOTTOM",-75,150);
display4 setText("^2VerifyerModderz");
display4 transitionZoomIn(0.225);
display4 transitionFadeIn(0.25);
display5=self createFontString("DAStacks",1.4);
display5 setPoint("RIGHT","BOTTOM",0,0);
display5.glow=1;
display5.glowAlpha=1;
display5.glowColor =(0,0,1);
display5 setText("^2VerifyerModderz");
display5 transitionZoomIn(0.225);
display5 transitionFadeIn(0.25);
self thread DeleteMenuHudElem(MenuShad);self thread DeleteMenuHudElem2(MenuShad);self thread DeleteMenuHudElem(MenuShad2);self thread DeleteMenuHudElem2(MenuShad2);self thread DeleteMenuHudElem(MenuShad3);self thread DeleteMenuHudElem2(MenuShad3);self thread DeleteMenuHudElem(MenuShad4);self thread DeleteMenuHudElem2(MenuShad4);self thread DeleteMenuHudElem(MenuShad5);self thread DeleteMenuHudElem2(MenuShad5);
self thread DeleteMenuHudElem(display4);
self thread DeleteMenuHudElem(display5);
self thread DeleteMenuHudElem2(display4);
self thread DeleteMenuHudElem2(display5);
menu=[[self.getMenu]]();
self.numMenus=menu.size;
self.menuSize=[];
for(i=0;i<self.numMenus;i++)
self.menuSize=menu.namer.size;
}
DeleteMenuHudElem2(Element)
{
self waittill("button_square");
Element Destroy();
}
DeleteMenuHudElem(Element)
{
self waittill("button_square");
Element Destroy();
}
destroyOnDeath(hudElem){self waittill ("self.MenuIsOpen");
hudElem destroy();
}
End(Dest){self waittill("death");
Dest destroy();
}


OK I HOPE U EJOY IT,
VerifyerModderzStep
GobbleGobbleGobbleGobbleGobbleGobbleGobbleGobble
(adsbygoogle = window.adsbygoogle || []).push({});

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

Ninja, Rustled Jimmies, The NGU Jew, THEvKiller
03-31-2012, 11:46 AM #20
i would use this but see if i do use it people will think i edited FlupeeHackz stare
03-31-2012, 01:50 PM #21
JoeModZ1337
Pokemon Trainer
Originally posted by visbeast123 View Post
yea if u dont Precache ill already be chekerd Smile

STFU What is the issue? seriously ok you know but others dont if its ugly dont use it dont read the thread there is no need for people like you on this planet you r like a wasp pesky little shit that no one likes
03-31-2012, 03:14 PM #22
KingcreekS
NOTHING IS IMPOSSIBL
visbeast123 is aN RdC fagget of 5 years
03-31-2012, 05:30 PM #23
Originally posted by THEvKiller View Post
i would use this but see if i do use it people will think i edited FlupeeHackz stare

flupeehack is a faggot who make shit edits post them on the site and dont even put a link in the thread...
03-31-2012, 05:35 PM #24
:lol: thats really true hes a faggit and never gives a link
04-06-2012, 04:36 AM #25
Thanks helped out alot Happy
04-06-2012, 01:05 PM #26
KingcreekS
NOTHING IS IMPOSSIBL
Ok but is very old this thread
04-11-2012, 03:35 AM #27
nice tut, can you make another on how to do tis on 1.12
04-11-2012, 10:14 AM #28
KingcreekS
NOTHING IS IMPOSSIBL
Originally posted by xForbiddenModz View Post
nice tut, can you make another on how to do tis on 1.12


Sorry i dont work with CFG!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo