
NBA 2k16 - SHADER EDITOR v0.3b
What's this Tool For?
It's a useful tool to change floors shader RGB value to whatever you like! Just decompress the .zip and put shader you want to edit in the folder....is a command line tool for now so you need to launch it from cmd.exe
It will take a shader name as input and create a new shader directly into the folder changing RGB values based on a config file. The new file will recompute shader checksum so game will load them without any problem ^_^
Configure param.txt
Before editing a .shader file you should edit param.txt....just chose the sahder type you want to edit and put new RGB values (values range between 0.0f - 1.0f.........if you start from a 0-255 range just divide by 255 to get this value)
LINES [SHADER TYPE (COLOR,APRON,LINES,WOOD,WOODWLOGO)]
0.039 [RED CHANNEL VALUE]
0.04189 [GREEN CHANNEL VALUE]
0.2288 [BLUE CHANNEL VALUE]
You can choose to edit 5 shader Type by Now
- APRON
- COLOR
- LINES
- WOOD
- WOODWLOGO
How to use the Tool?
SHXEDITOR.exe shadername.shader
Tool will read current shader and look for current RGB values....then it will replace with values you put in param.txt..will recompute chechsum and create a new file
shadername.shaderNEW
Sample Shaders Included
ps.c7caca75e97b3326.shader APRON
ps.beaed8bc7db62cc2.shader COLOR
ps.3e7c6e6f0451f179.shader LINES
Future Plans
Add support for other Floors shader like woods
Please report bugs / results / proposal here I will reply as soon as I can