Post: Black Ops 2 GSC Shaderlist Updated + Dynamic Shader Tutorial
10-30-2015, 06:34 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
Dear NextGenUpdate Community,
CabCon here and today I will release a big shader list with 3914 shaders,corresponding all shaders from t6mp.exe (It´s actually a dump from redacted but the shaders there are the same as normal bo2). In the dump you will find all textures from the game. You can use the names normaly as a shader.

Examples

Weapons
You must login or register to view this content.
Menu Icons
You must login or register to view this content.
Controll Buttons
You must login or register to view this content.
Ingame Hud Icons
You must login or register to view this content.
Like Button
You must login or register to view this content.
Weapon Game shaders
You must login or register to view this content.



Dynamic Loading Screen Texture - Tutorial

This is a dynamic Shader Tutorial, which return the currently loading screen from the map which do you play. I think with this you can make some awesomes desings.

1. Before you do anything, copy this Function into your Code.
    
getLoadingScreenShader()
{
return "loadscreen_"+getdvar("mapname");
}


2. After that put his into your Init() Function, to precache the shader.
    
precacheshader(getLoadingScreenShader());


3. Now you´re finish. You can use your shader as any other shader. Here are an example.

This is my normal Test Shader:
self.hud_element = self createRectangle("CENTER", "CENTER", -100, -200, 600, 300, (1, 1, 1), 1, 1, "white");

Now I modify the shader which was in the normal form "white".
self.hud_element = self createRectangle("CENTER", "CENTER", -100, -200, 600, 300, (1, 1, 1), 1, 1, "white");

Replaced your return Function with "white".
self.hud_element = self createRectangle("CENTER", "CENTER", -100, -200, 600, 300, (1, 1, 1), 1, 1, getLoadingScreenShader());


And that´s it Happy You have a dynamic Loadingscreen Hud Element.




Credits
momo5502
CabCon

Shader List
You must login or register to view this content.
You must login or register to view this content.



You must login or register to view this content.

Thank you and have a nice day.
Last edited by Vince ; 01-29-2016 at 07:50 AM. Reason: Download recreated!

The following 26 users say thank you to MCabCon for this useful post:

/SneakerStreet/, Bigmoneyhustlin, BullyWiiPlaza, Devilemi, DF_AUS, djota, DoraTheKiller97, Exelo, gοd, HiddenHour, iiiCenTurY, Im_YouViolateMe, iRnZ, itsSorrow, iTz-GoDModZ, JustFuSiOn, lucasaf01, Nothingbutbread, Patrick, ProfoundModz, star2000, SyTry, ThrzModding, xePixTvx, xexDELL, xTiibo Modz
10-31-2015, 08:12 AM #11
Originally posted by Exelo View Post
Who know ? Website like that never last long. lol


I paid already the hoster for 3 years Smile

The following user thanked MCabCon for this useful post:

Exelo
10-31-2015, 08:21 AM #12
legendary man, im gonna make some incredible hud designs with this Smile

The following user thanked OfficialCoolJay for this useful post:

MCabCon
10-31-2015, 09:34 AM #13
Originally posted by OfficialCoolJay View Post
legendary man, im gonna make some incredible hud designs with this Smile


That´s what I want Happy Create some awesome designs!
10-31-2015, 10:54 AM #14
/SneakerStreet/
At least I can fight
Originally posted by MCabCon View Post
Dear NextGenUpdate Community,
CabCon here and today I will release a big shader list with 3914 shaders,corresponding all shaders from t6mp.exe (It´s actually a dump from redacted but the shaders there are the same as normal bo2). In the dump you will find all textures from the game. You can use the names normaly as a shader.

Examples

Weapons
You must login or register to view this content.
Menu Icons
You must login or register to view this content.
Controll Buttons
You must login or register to view this content.
Ingame Hud Icons
You must login or register to view this content.
Like Button
You must login or register to view this content.
Weapon Game shaders
You must login or register to view this content.



Credits
momo5502
CabCon

Shader List
You must login or register to view this content.
You must login or register to view this content.

You must login or register to view this content.

Thank you and have a nice day.

Check out updates and the Final Statement on You must login or register to view this content.

You must login or register to view this content.
CabCon


Nice release MichaelSmile
10-31-2015, 12:17 PM #15
Originally posted by SneakerStreet
Nice release MichaelSmile


Winky Winky Thank you.
10-31-2015, 12:49 PM #16
oCmKs_4_LiFe
< ^ > < ^ >
Nice Post CaBBy. Kryptus

The following user thanked oCmKs_4_LiFe for this useful post:

MCabCon
10-31-2015, 01:27 PM #17
Originally posted by LiFe View Post
Nice Post CaBBy. Kryptus


Thank you Happy
10-31-2015, 01:33 PM #18
djota
Haxor!
I love you GG. I needed thx Happy
10-31-2015, 02:55 PM #19
Originally posted by djota View Post
I love you GG. I needed thx Happy


Thank you Smile I hope it's helpfull for you and I hope you find some awesome textures Smile

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo