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

NLSC Forum

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

[HELP] Change stanchion design and removing warm up logo

Thu Nov 05, 2020 3:09 am

Hello! I am new to customizing arenas in 2K21. I want to change the stanchion design and remove bench players warm up logo on their warm up jersey. Attached below are the photos I want to change. Any help or idea so I can move forward with my project is welcome. Thank you guys! Keep safe! :bowdown2: :bowdown2: :bowdown2:
You do not have the required permissions to view the files attached to this post.

Re: [HELP] Change stanchion design and removing warm up logo

Thu Nov 05, 2020 3:49 am

Stanchion file usually is "stanchion_padding_c.*" (* being a letter/number string that is different for each team) inside of sxxx.iff (xxx = team ID, so for example s020.iff for pacers).

Re: [HELP] Change stanchion design and removing warm up logo

Wed Nov 11, 2020 10:10 am

jk31 wrote:Stanchion file usually is "stanchion_padding_c.*" (* being a letter/number string that is different for each team) inside of sxxx.iff (xxx = team ID, so for example s020.iff for pacers).


I found the "stanchion_padding_c.*" file and edited it in Photoshop but it didn't reflect to the game. By any chance do you know how to change sa logo for the warm up clothes? Thank you! :bowdown:

Re: [HELP] Change stanchion design and removing warm up logo

Mon Nov 16, 2020 6:26 pm

jcasie wrote:
jk31 wrote:Stanchion file usually is "stanchion_padding_c.*" (* being a letter/number string that is different for each team) inside of sxxx.iff (xxx = team ID, so for example s020.iff for pacers).


I found the "stanchion_padding_c.*" file and edited it in Photoshop but it didn't reflect to the game. [...]


Had the same problem with the Pacers stanchion. I had to open "baskets.scne" and then copy the values for "stanchion_padding_c", "..._n" and "_roughness" over from another file. Then it worked for me. I opened up a 2k20 Pacers stadium mod and used the values from there. It now looks like this:

Code:
      "stanchion_padding_c.tga": {
         "Min": [ 0.059511248, 0.0284260418, 0.0630100295, 1.0 ],
         "Max": [ 0.0684781745, 0.0318960287, 0.0722718537, 1.0 ],
         "HeaderSize": 128,
         "Binary": "stanchion_padding_c.7defe79f80a23a90.dds"
      },
      "stanchion_padding_n.tga": {
         "Min": [ 0.0313725509, 0.0627451017, 0.549019635, 1.0 ],
         "Max": [ 0.890196145, 0.972549081, 1.0, 1.0 ],
         "HeaderSize": 148,
         "Binary": "stanchion_padding_n.92e2ccb0dc0001ad.dds"
      },
      "stanchion_padding_roughness.tga": {
         "Min": [ 0.180392161, 0.654901981, 0.654901981, 1.0 ],
         "Max": [ 0.776470661, 0.941176534, 0.941176534, 1.0 ],
         "Mask": 8355839,
         "HeaderSize": 128,
         "Binary": "stanchion_padding_roughness.7f466067d3c8f4e3.dds"

Re: [HELP] Change stanchion design and removing warm up logo

Wed Nov 18, 2020 3:48 pm

find this example in your nba2k21 exporter.. (clothing_resource_000_eleague_c_tex) thats the logo
Post a reply