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-30-2015, 06:35 PM #2
itsSorrow
In my man cave
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.

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


sick!!!
10-30-2015, 06:57 PM #3
xTiibo Modz
Do a barrel roll!
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


Tanks ! I will test them to see icons that are compatible with the name changer
10-30-2015, 07:20 PM #4
Procyon
Gym leader
Might come in handy, keep it up. :yes:

The following user thanked Procyon for this useful post:

MCabCon
10-30-2015, 09:41 PM #5
Devilemi
Can’t trickshot me!
nice bro Tustin
10-30-2015, 10:08 PM #6
Originally posted by Devilemi View Post
nice bro Tustin


Thank you Happy
10-30-2015, 10:09 PM #7
Originally posted by GentleSlugger View Post
sick!!!


Originally posted by xTiibo
Tanks ! I will test them to see icons that are compatible with the name changer


Thank you Happy I hope it´s helpfull.
10-30-2015, 11:01 PM #8
Exelo
Banned
In-case your website ever get taken down.
You must login or register to view this content.
10-30-2015, 11:09 PM #9
Originally posted by Exelo View Post
In-case your website ever get taken down.
You must login or register to view this content.


Thank you for uploading on pastebin but for me the website work great. What do you mean with get taken down ?
10-30-2015, 11:14 PM #10
Exelo
Banned
Originally posted by MCabCon View Post
Thank you for uploading on pastebin but for me the website work great. What do you mean with get taken down ?


Who know ? Website like that never last long. lol

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo