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

NLSC Forum

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

Jersey Number Modding

Mon Mar 21, 2022 10:20 am

How do you change number arrays and location/scale for 2k22? If anyone could provide a tutorial or give me the steps for it, I'd really appreciate it.

Re: Jersey Number Modding

Tue Mar 22, 2022 1:29 am

you can edit the number fonts size and position in the tweak file

extract first the .SCNE file from the tweak file:
jerseycloth.SCNE
jerseynocloth.SCNE
jerseynocloth_recompute_tangent.SCNE

then open the jerseycloth.SCNE in notepad++
scroll down the line

"Material": {
"uniform": {
"Effect": "uniform#4e579163da2bc38f",
"Parameter": {
"PatchRoughness": 0.930000186,
"NameVScale0": 13.0,
"Number0JerseyVOffset": -0.0850000009,
"Number0JerseyUScale": 3.02699995,
"Number0JerseyUOffset": 0.324000001,
"NBAFinalsPatchScaleV": 22.0,
"Number1JerseyVScale": 7.62061882,
"NameVOffset": -1.86500001,
"NBAFinalsPatchOffsetV": 0.129999995,
"NameArcExtent": 2.00300002,
"NameUOffset": 1.94500005,
"Number1JerseyVOffset": -0.1300000036,
"Number0JerseyVScale": 5.26073694,
"NBAFinalsPatchScaleU": 22.0,
"Number1JerseyUOffset": -0.165000007,
"Number1JerseyUScale": 4.52077389,
"NameRadius0": 1.21200001,
"NBAFinalsPatchOffsetU": -0.270000011
},


Number0JerseyVOffset is for the positioning of up or down back number
Number0JerseyUOffset is for the positioning of left to right back number

Number1JerseyVOffset is for the positioning of up or down front number
Number1JerseyUOffset is for the positioning of left to right front number

Number0JerseyVScale is for the height size of back number
Number0JerseyUScale is for the width size of back number

Number1JerseyVScale is for the height size of front number
Number1JerseyUScale is for the width size of front number

After you reach the desired modification save it and do it to 3 jersey cloth scne
Post a reply