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, 03:44 PM #20
TehMerkMods
I’m too L33T
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


all these hate me xD
10-31-2015, 04:01 PM #21
itsSorrow
In my man cave
Originally posted by TehMerkMods View Post
all these hate me xD


I don't hate U Happy
10-31-2015, 04:52 PM #22
Exelo
Banned
Originally posted by MCabCon View Post
I paid already the hoster for 3 years Smile


Nice but activision is butthurt easily, most likely they will contact your webhost and take it down. lol
10-31-2015, 11:40 PM #23
Originally posted by Exelo View Post
Nice but activision is butthurt easily, most likely they will contact your webhost and take it down. lol


That's right :/
10-31-2015, 11:41 PM #24
Originally posted by TehMerkMods View Post
all these hate me xD


I don' hate you, why do you think that I hate you ?
11-01-2015, 12:35 AM #25
TehMerkMods
I’m too L33T
Originally posted by MCabCon View Post
I don' hate you, why do you think that I hate you ?

Nah mate i meant the shaders XD Like 0 worked
11-01-2015, 12:47 AM #26
itsSorrow
In my man cave
Originally posted by TehMerkMods View Post
Nah mate i meant the shaders XD Like 0 worked


but I said I don't hate u :( I sad cuz u no respond 2 me :(
11-01-2015, 12:54 AM #27
Exelo
Banned
Originally posted by TehMerkMods View Post
Nah mate i meant the shaders XD Like 0 worked


You need to precache them before use

The following user thanked Exelo for this useful post:

itsSorrow
11-01-2015, 03:52 AM #28
KrazyKandy
I am error
Whoa... Extremely good release man!

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo