Post: Shader Viewer By CoolJay [Black Ops II][Utility]
12-20-2015, 02:09 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
(OUTDATED NEEDS TO BE REBUILT)
You must login or register to view this content.

`🍓
Overview:

- To everyone that enjoys creating mods for Black Ops II i bring you a useful
utility that allows you to view shaders from the game

Updates Log:
Release (20/12/2015): Download: MEGA: You must login or register to view this content. Screenshots:
You must login or register to view this content.
Videos:
- none available How It Works:
- This Shader Viewer allows you to scroll through the games shaders
one by one, each shader can have their position and scale adjusted across the
screen as well as having it display number, name, position, and scale information
and details. The script contains over 3914 shaders from MCabCon's dump, but you can only have 100
precached at a time otherwise the game will crash :/. This was design so that people can make better looking menus
by viewing the game shaders faster, rather then testing one by one having to restart the
game each time just to see what a shader looks like.
Injection: Black Ops 2 - GSC Studio:
1. Open Black Ops 2 - GSC Studio and go to the "Connect" tab and connect to either your PS3, Xbox 360 or PC.

2. Run Black Ops II on your Console or PC and get into a "Pregame Lobby" whether you're at the "Main Menu" or in a "Custom Game Match" or "Public Game Match".

3. Go to where you downloaded "Zombieland By CoolJay.rar" and extract the rar file (you will need a unzip program to do this i suggest WinRar).

4. Open up the extracted folder and go into "Compiled" then "Console"/"PC" (whether you are using a console or a pc).

5. In Black Ops 2 - GSC Studio go to the "Editor" tab and click the option "Inject compiled script file...".

6. Click and drag the "maps" folder into the window dialog on Black Ops 2 - GSC Studio and click "Inject list..." it should a few moments later pop up in the bottom left corner "Project injected successfully".

Alternatively you can inject by using "Open a project" and opening the root folder of rar file you downloaded and then use "Inject to targert..." (however it is not optimal being that you will not be able to take advantage of string optimization scripts so this method should only be used for testing purposes).
Utility Setup: 1. Get host position.

2. Set gametype to "Team Deathmatch".

3. The game can only have 100 shaders loaded in at a time so
in shaders.gsc find "level.shadersstart = 1;" and change to
where you want the loaded in shaders to start from, and
in shaders.gsc find "level.shadersend = 100;" and change to
where you want the loaded in shaders to end at. So say
you want shaders 200-300 to be loaded, you will need to
change "level.shadersstart = 1;" to "level.shadersstart = 200;"
and also change "level.shadersend = 100;" to "level.shadersend = 300;".

4. The script has 1-100 shaders already loaded by default
so if you wish to change you will also need to find "/*"
in shaders.gsc and remove that and put in another area where you
would like to cancel out shaders from being precached. So say
you want shaders 200-300 to be loaded, you need to put the
"/*" above "level.shader[1]" and a "*/" above "level.shader[200]"
and then you will need to add another "/*" once again underneath
"level.shader[300]". To put it simple you need to cancel out the
shaders that arent being used by using "/*" and "*/".

5. Start game.
Known Issues: - Some shaders in particular will cause freeze, so if you find one that freezes you add a "//"
before the shaders line, i have already removed a couple.
Credits: - CoolJay
- MCabCon
- SyGnUs
- xTurntUpLobbies
- iMCSx
- dtx12
Last edited by OfficialCoolJay ; 08-04-2019 at 10:17 AM.

The following 16 users say thank you to OfficialCoolJay for this useful post:

anxify, mason, Blair., BossamBemass, DF_AUS, EternalHabit, FRINZ, gοd, HiddenHour, itsSorrow, JaamesCFW, L33T HAXOR, Patrick, Phreaker, ProfoundModz, SkillsPayBills-

The following user groaned OfficialCoolJay for this awful post:

oCmKs_4_LiFe
12-20-2015, 02:26 PM #2
Procyon
Gym leader
Didn't Jwm already release one?
12-20-2015, 02:31 PM #3
Originally posted by Procyon View Post
Didn't Jwm already release one?


Not that i know of, doesn't seem to be any threads on shader previewers, i made this to make finding a good looking shader faster, this was meant for personal use but i thought id release anyways.
12-20-2015, 02:41 PM #4
Procyon
Gym leader
Originally posted by OfficialCoolJay View Post
Not that i know of, doesn't seem to be any threads on shader previewers, i made this to make finding a good looking shader faster, this was meant for personal use but i thought id release anyways.

You must login or register to view this content. Kidding me

The following user thanked Procyon for this useful post:

OfficialCoolJay
12-20-2015, 02:48 PM #5
Originally posted by Procyon View Post
You must login or register to view this content. Kidding me


oh you are right there is one i didnt know that existed, though it is alot different to mine, that requires alot more time where you have to manuelly input the shaders you want to see before injecting it like any normal create shader function, mine lets you scroll through a list of shaders without pre knowing names, as well lets you resize/position adjust in game.
Last edited by OfficialCoolJay ; 01-22-2016 at 10:53 AM.
12-20-2015, 02:58 PM #6
itsSorrow
In my man cave
Originally posted by OfficialCoolJay View Post
You must login or register to view this content.


To everyone that enjoys creating mods for Black Ops II i bring you a useful
script that allows you to preview shaders from the game


Preview Video:

No Preview Video Yet


Updates and Changelog


12/20/2015: Release


How The Script Works:

This Shaders Previewer script allows you to scroll through the games shaders
one by one, each shader can have their position and scale adjusted across the
screen as well as having it display number, name, position, and scale information
and details. The script contains over 3914 shaders from MCabCon's dump, but you can only have 100
precached at a time otherwise the game will crash :/. This was design so that people can make better looking menus
by viewing the game shaders faster, rather then testing one by one having to restart the
game each time just to see what a shader looks like.

How To Inject & Setup:

Basic Guide To Injecting (Black Ops II GSC Studio Only):

1. Download Black Ops II GSC Studio

2. Download WinRar/7-Zip

3. Download and extract using either "WinRar" or "7-Zip" the folder containing
the gamemode into a folder in your documents called
"Black Ops 2 - GSC Studio" within that folder is another folder called
"Projects" place the the folder you extracted called
"ShaderPreview" in "Projects".

4. Open Black Ops II GSC Studio and go to the "Connect" tab and connect to
either your PS3 or Xbox 360 once you are connected to your
PS3 or Xbox 360 run Black Ops II on your console and get into a
"Pregame Lobby" whether you're at the "Main Menu"
or in a "Custom Game Match" or "Public Game Match", then go to the
"Editor" tab and select "Inject project to target" down in the
bottom left corner of Black Ops 2 GSC Studio it should say "Compiling..."
wait until "Compiling..." changes to "Project inject successfully".

Setting The Game Up:

1. Start game as the host.

2. Can use on any gametype.

3. The game can only have 100 shaders loaded in at a time so
in shaders.gsc find "level.shadersstart = 1;" and change to
where you want the loaded in shaders to start from, and
in shaders.gsc find "level.shadersend = 100;" and change to
where you want the loaded in shaders to end at. So say
you want shaders 200-300 to be loaded, you will need to
change "level.shadersstart = 1;" to "level.shadersstart = 200;"
and also change "level.shadersend = 100;" to
"level.shadersend = 300;"

4. The script has 1-100 shaders already loaded by default
so if you wish to change you will also need to find "/*"
in shaders.gsc and remove that and put in another area where you
would like to cancel out shaders from being precached. So say
you want shaders 200-300 to be loaded, you need to put the
"/*" above "level.shader[1]" and a "*/" above "level.shader[200]"
and then you will need to add another "/*" once again underneath
"level.shader[300]". To put it simple you need to cancel out the
shaders that arent being used by using "/*" and "*/". You can
tell if there being canceled out cause the text will turn green
if you're using "Black Ops 2 - GSC Studio", so make sure
the shaders you aren't using are all green and ones you are
aren't green Smile


Download:

Mediafire Links:


Release (Latest):
You must login or register to view this content.


Credits:


MCabCon - Shaders List Smile
dtx12, jwm614, xTurntUpLobbies - Overflow Fix
SyGnUs, xTurntUpLobbies - _rank.gsc String Clear Script


Known Bugs:


There are no known bugs as of now.


good shit
12-20-2015, 04:25 PM #7
EternalHabit
Former Staff
Originally posted by OfficialCoolJay View Post
You must login or register to view this content.


To everyone that enjoys creating mods for Black Ops II i bring you a useful
script that allows you to preview shaders from the game


Preview Video:

No Preview Video Yet


Updates and Changelog


12/20/2015: Release


How The Script Works:

This Shaders Previewer script allows you to scroll through the games shaders
one by one, each shader can have their position and scale adjusted across the
screen as well as having it display number, name, position, and scale information
and details. The script contains over 3914 shaders from MCabCon's dump, but you can only have 100
precached at a time otherwise the game will crash :/. This was design so that people can make better looking menus
by viewing the game shaders faster, rather then testing one by one having to restart the
game each time just to see what a shader looks like.

How To Inject & Setup:

Basic Guide To Injecting (Black Ops II GSC Studio Only):

1. Download Black Ops II GSC Studio

2. Download WinRar/7-Zip

3. Download and extract using either "WinRar" or "7-Zip" the folder containing
the gamemode into a folder in your documents called
"Black Ops 2 - GSC Studio" within that folder is another folder called
"Projects" place the the folder you extracted called
"ShaderPreview" in "Projects".

4. Open Black Ops II GSC Studio and go to the "Connect" tab and connect to
either your PS3 or Xbox 360 once you are connected to your
PS3 or Xbox 360 run Black Ops II on your console and get into a
"Pregame Lobby" whether you're at the "Main Menu"
or in a "Custom Game Match" or "Public Game Match", then go to the
"Editor" tab and select "Inject project to target" down in the
bottom left corner of Black Ops 2 GSC Studio it should say "Compiling..."
wait until "Compiling..." changes to "Project inject successfully".

Setting The Game Up:

1. Start game as the host.

2. Can use on any gametype.

3. The game can only have 100 shaders loaded in at a time so
in shaders.gsc find "level.shadersstart = 1;" and change to
where you want the loaded in shaders to start from, and
in shaders.gsc find "level.shadersend = 100;" and change to
where you want the loaded in shaders to end at. So say
you want shaders 200-300 to be loaded, you will need to
change "level.shadersstart = 1;" to "level.shadersstart = 200;"
and also change "level.shadersend = 100;" to
"level.shadersend = 300;"

4. The script has 1-100 shaders already loaded by default
so if you wish to change you will also need to find "/*"
in shaders.gsc and remove that and put in another area where you
would like to cancel out shaders from being precached. So say
you want shaders 200-300 to be loaded, you need to put the
"/*" above "level.shader[1]" and a "*/" above "level.shader[200]"
and then you will need to add another "/*" once again underneath
"level.shader[300]". To put it simple you need to cancel out the
shaders that arent being used by using "/*" and "*/". You can
tell if there being canceled out cause the text will turn green
if you're using "Black Ops 2 - GSC Studio", so make sure
the shaders you aren't using are all green and ones you are
aren't green Smile


Download:

Mediafire Links:


Release (Latest):
You must login or register to view this content.


Credits:


MCabCon - Shaders List Smile
dtx12, jwm614, xTurntUpLobbies - Overflow Fix
SyGnUs, xTurntUpLobbies - _rank.gsc String Clear Script


Known Bugs:


Any shader with "bitchin" in it causes freeze xD i canceled them out for you.


You could actually make this way better. By making a little menu maker. Where you pick the shader you want, and then paste it. Then pick another shader etc.

The following user thanked EternalHabit for this useful post:

OfficialCoolJay
12-20-2015, 04:31 PM #8
Very Nice, maybe do it for zombie too? Would be nice Smile
12-20-2015, 05:19 PM #9
Originally posted by xTurntUpLobbies View Post
You could actually make this way better. By making a little menu maker. Where you pick the shader you want, and then paste it. Then pick another shader etc.


I had gotten that idea too, i will probably do this Smile
12-20-2015, 05:23 PM #10
itsSorrow
In my man cave
Originally posted by OfficialCoolJay View Post
I had gotten that idea too, i will probably do this Smile


NO I WANNA DO IT FUCK YOU *gets shot* :P

The following user thanked itsSorrow for this useful post:

OfficialCoolJay

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo