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

NLSC Forum

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

Basket backboard modding

Fri May 01, 2020 8:46 pm

Which file and which place exactly is responsible for this color?
Image

Re: Basket backboard modding

Sat May 02, 2020 2:25 pm

backboard padding c or something along those lines. in the stadium iff. the bottom padding should be on the same file. you'll notice it as soon as you open it in photoshop.

Re: Basket backboard modding

Sat May 02, 2020 5:04 pm

[Stove] wrote:backboard padding c or something along those lines. in the stadium iff. the bottom padding should be on the same file. you'll notice it as soon as you open it in photoshop.

I know that but it still remains the same color

Re: Basket backboard modding

Sat May 02, 2020 5:36 pm

MrArni wrote:
[Stove] wrote:backboard padding c or something along those lines. in the stadium iff. the bottom padding should be on the same file. you'll notice it as soon as you open it in photoshop.

I know that but it still remains the same color


Then it's gonna probably be something inside the baskets.SCNE file that you have to change around and/or delete.

Re: Basket backboard modding

Sat May 02, 2020 6:15 pm

Well, the color is changing but in game it looks more like silver color instead of white. Maybe it depends on court lighting.

Re: Basket backboard modding

Sat May 02, 2020 7:05 pm

You need to edit the values inside baskets.SCNE file under the lines for that texture to following:

min [0.0, 0.0, 0.0, 1.0]
max [1.0, 1.0, 1.0, 1.0]

This should solve the color masking.

Re: Basket backboard modding

Sat May 02, 2020 8:31 pm

MB22 wrote:You need to edit the values inside baskets.SCNE file under the lines for that texture to following:

min [0.0, 0.0, 0.0, 1.0]
max [1.0, 1.0, 1.0, 1.0]

This should solve the color masking.


The values are the same you wrote

Code:
      "basket_backboard_c.tga": {
         "Min": [ 0.0, 0.0, 0.0, 1.0 ],
         "Max": [ 1.0, 1.0, 1.0, 1.0 ],
         "Mask": 16777215,
         "RangeCompress": 15,
         "HeaderSize": 128,
         "Binary": "basket_backboard_c.98db630a8c870b9c.dds"

Re: Basket backboard modding

Sat May 02, 2020 8:46 pm

than it might be you also have to edit values of basket_backboard_g/a (whatever letter you have), cos these are overlapping and providing shadow.

Re: Basket backboard modding

Sat May 02, 2020 9:20 pm

ty mb22
Post a reply