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
01-31-2016, 09:48 AM #47
Originally posted by Vince
You are not allowed to advertise non-supported sites. Removed the link. Please do not add it back.


I'm useing pastbin, this isn't allowed?
02-02-2016, 06:32 PM #48
Does anyone know what the electric cherry shader name is?
05-08-2016, 04:45 AM #49
Wow Fucking awsome cabcon
04-06-2017, 01:52 PM #50
MrXcell1
Pokemon Trainer
May you provide a list of every weapon shader? Thanks!
08-07-2017, 06:56 PM #51
oCmKs_4_LiFe
< ^ > < ^ >
anyone got a zm shader list? "cough cough" patrick
08-07-2017, 08:33 PM #52
SyGnUs
Give a F*** About Your Lifestyle
Originally posted by MrXcell1 View Post
May you provide a list of every weapon shader? Thanks!


You must login or register to view this content.

That should contain all weapons.

Originally posted by LiFe View Post
anyone got a zm shader list? "cough cough" patrick


You must login or register to view this content.

The following user thanked SyGnUs for this useful post:

Patrick
08-08-2017, 08:56 PM #53
Patrick
League Champion
Originally posted by SyGnUs View Post
You must login or register to view this content.

That should contain all weapons.



You must login or register to view this content.


Originally posted by MrXcell1 View Post
May you provide a list of every weapon shader? Thanks!


could get all the weapon shaders from the string table - statstable.csv

The following user thanked Patrick for this useful post:

MCabCon
11-16-2017, 08:52 PM #54
pleas amke a youtube tutorial ):

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo