Main Site | Forum | Rules | Downloads | Wiki | Features | Podcast

NLSC Forum

A hub for everything related to NBA 2K16 modding. Releases, previews, requests, and other modding discussion belongs here.
Post a reply

Floor Shader Editor 0.5 Beta Released

Sat Nov 28, 2015 6:37 am

Image

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
Last edited by maumau78 on Wed Dec 02, 2015 5:23 am, edited 11 times in total.

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 6:39 am

Image

Sample Floor with Custom RGB included...I used TBM as base....

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 8:53 am

Only thing I can't figure out is lines. Other than that, this is amazing. Major props.

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 5:31 pm

http://www.microsoft.com/it-it/download ... px?id=5555

Some people had problem using the tool.....they were missing 2010 Visual Studio Redist

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 8:43 pm

I can finally make courts. Thank you so much man! :applaud:

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 10:40 pm

TBM wrote:Only thing I can't figure out is lines. Other than that, this is amazing. Major props.


@TBM I think the problem was that we're using a mavs shader for 3pt lines...while is better to edit bulls shader becouse base floor is bulls f003

Image

I had 0 problem edit line shader since i started to edit bulls line shaders...the problem is shader have slighty different parameters to floor to floor...sho once you select a floor as base just edit colors using the tool and avoid to mix shaders between floors....

Image

Here I changed "gray" -> "white" and I made 3pt line blue...

@Kevin thx!
Last edited by maumau78 on Sat Nov 28, 2015 10:59 pm, edited 1 time in total.

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 10:52 pm

this tool works with Windows 8.1?

Re: Floor Shader Editor 0.1 Beta

Sat Nov 28, 2015 10:57 pm

MJ23LB wrote:this tool works with Windows 8.1?

I have windows 8 I suppose it will work on 8.1 too.....It's a simple win32 application

Re: Floor Shader Editor 0.2 Beta - Added Parquet Support

Sun Nov 29, 2015 8:14 am

V0.2 Released

now supports:

- wood shaders [WOOD]
- logo on woods shaders [WOODWLOGO]


http://www.mediafire.com/download/dzs4h ... TOR02b.zip

Re: Floor Shader Editor 0.2 Beta - Added Parquet Support

Sun Nov 29, 2015 10:40 am

Great work! Now i just need someone to make a 92-93 Suns court, 06-07 Nuggets court, 05-06 Nets court and 94-95 Rockets court :p.

Ill see if I can find time to figure out how to do it myself... But yeah... Haha

Re: Floor Shader Editor 0.2 Beta - Added Parquet Support

Sun Nov 29, 2015 11:56 am

Thanks again for these amazing discoveries and tools Mauro! :applaud:

Re: Floor Shader Editor 0.3 Beta Released

Mon Nov 30, 2015 4:57 am

V0.3 Beta Released

New "GameMode" Parameter "Default" or "ProjectTexture"

DEFAULT
APRON
0.039
0.04189
0.2288


"DEFAULT" (gameplay shaders)
"PROJECTTEXTURE" (intro shaders)

Image

http://www.mediafire.com/download/ky0yp ... TOR03b.zip


p.s.
Next version 0.4 beta will support automatic .shader recognition so you'll just select RGB values to input

Re: Floor Shader Editor 0.3 Beta Released - Intro Shaders Supported

Tue Dec 01, 2015 12:36 am

Amazing work as always..... (Y)

Re: Floor Shader Editor 0.3 Beta Released - Intro Shaders Supported

Tue Dec 01, 2015 3:38 am

Can you upload NY court ?"! its amazing and i would love tu update stock court to ! (Y) (Y) (Y) (Y) (Y) (Y)

Re: Floor Shader Editor 0.3 Beta Released - Intro Shaders Supported

Tue Dec 01, 2015 3:55 am

PJFit wrote:Can you upload NY court ?"! its amazing and i would love tu update stock court to ! (Y) (Y) (Y) (Y) (Y) (Y)


viewtopic.php?f=221&t=99962&start=300#p1827655

Re: Floor Shader Editor 0.4 Beta Released

Tue Dec 01, 2015 7:56 am

http://www.mediafire.com/download/qn6b0 ... TOR04b.zip

V0.4 beta released

Just put RGB in the config file...tools will automatically detect shader type...

Enjoy!

Re: Floor Shader Editor 0.5 Beta Released

Wed Dec 02, 2015 5:26 am

http://www.mediafire.com/download/jcjji ... TOR05b.zip

V0.5 Released

Supported Shaders:

DEFAULT - APRON
DEFAULT - COLOR
DEFAULT - WOOD
DEFAULT - WOODWLOGO
DEFAULT - LINES
PROJECTTEXTURE - APRON
PROJECTTEXTURE - COLOR
PROJECTTEXTURE - WOOD
PROJECTTEXTURE - WOODWLOGO
PROJECTTEXTURE - LINES

Re: Floor Shader Editor 0.5 Beta Released

Wed Dec 02, 2015 6:55 am

Get on Skype so we can finish the thing. :mrgreen:

Re: Floor Shader Editor 0.1 Beta

Wed Dec 02, 2015 5:13 pm

maumau78 wrote:http://www.microsoft.com/it-it/download/details.aspx?id=5555

Some people had problem using the tool.....they were missing 2010 Visual Studio Redist


I can't install it because I "have a newer version installed".
Yet I can't open the exe either because I'm missing MSVCR100.dll :|

Re: Floor Shader Editor 0.1 Beta

Wed Dec 02, 2015 5:15 pm

buzzy wrote:
maumau78 wrote:http://www.microsoft.com/it-it/download/details.aspx?id=5555

Some people had problem using the tool.....they were missing 2010 Visual Studio Redist


I can't install it because I "have a newer version installed".
Yet I can't open the exe either because I'm missing MSVCR100.dll :|


https://www.sendspace.com/file/0gn316

Re: Floor Shader Editor 0.5 Beta Released

Wed Dec 02, 2015 11:12 pm

I will try to use .Net Framework for future releases....

Re: Floor Shader Editor 0.5 Beta Released

Thu Dec 03, 2015 2:37 pm

maumau78 wrote:I will try to use .Net Framework for future releases....

Image how can i open it.pls :( i use windows10.
Post a reply