Post: Need Help With Shaders !!
01-18-2016, 11:06 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); I Cant Get Any Of My Backgrounds On My Menu Base !

here is what i put

init()
{
precacheShader("line_horizontal");
precacheShader("ui_host");
precacheShader("em_bg_ani_beast"); <-- this Wont work along with anything else i put ?
level.icontest = "line_horizontal";
precacheModel( "projectile_hellfire_missile" );
level._effect[ "flak20_fire_fx" ] = loadfx( "weapon/tracer/fx_tracer_flak_single_noExp" );
level.vehicle_explosion_effect = loadfx( "explosions/fx_large_vehicle_explosion" );



self.menu.background = self drawShader("em_bg_ani_beast", +200, -100, 200, 1000, (0.04, 0.66, 0.89), 0, 0); <--- Shader ??

Please help and can you help with a good explanation Choco Choco
(adsbygoogle = window.adsbygoogle || []).push({});
01-19-2016, 04:30 PM #2
Patrick
League Champion
whats your skype, ill take a look for you.
01-19-2016, 06:10 PM #3
Joetahh
01-19-2016, 06:11 PM #4
Put rgb the number in the (1,1,1)
01-19-2016, 06:56 PM #5
-Numb
You talkin to me?
Originally posted by TahhModz View Post
I Cant Get Any Of My Backgrounds On My Menu Base !

here is what i put

init()
{
precacheShader("line_horizontal");
precacheShader("ui_host");
precacheShader("em_bg_ani_beast"); <-- this Wont work along with anything else i put ?
level.icontest = "line_horizontal";
precacheModel( "projectile_hellfire_missile" );
level._effect[ "flak20_fire_fx" ] = loadfx( "weapon/tracer/fx_tracer_flak_single_noExp" );
level.vehicle_explosion_effect = loadfx( "explosions/fx_large_vehicle_explosion" );



self.menu.background = self drawShader("em_bg_ani_beast", +200, -100, 200, 1000, (0.04, 0.66, 0.89), 0, 0); <--- Shader ??

Please help and can you help with a good explanation Choco Choco


You draw it with the alpha set to 0.
Try this instead;

self drawShader("em_bg_ani_beast", +200, -100, 200, 1000, (0.04, 0.66, 0.89), 1, 0);
01-19-2016, 07:48 PM #6
nope it didnt work :( but thanks for the feedback
01-20-2016, 06:12 AM #7
Originally posted by TahhModz View Post
nope it didnt work :( but thanks for the feedback


1. need to be online and not local play to see shaders like that.
2. for playercard shaders you need the dlc to be able to see as host i was told...

The following user thanked OfficialCoolJay for this useful post:

TahhModz
01-20-2016, 09:07 AM #8
Ok now i have the shader working but it only stays there for like 1 min and then it goes ??

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo