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

NLSC Forum

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

What format to save logoXXX_wm.iff files

Wed Aug 30, 2023 11:59 am

Hey,

If I make my own logoXXX_wm.iff file what format do you have to save it in to get it to work with the espn mod? Seems the standard BC1 for DDS (used for uniforms) doesn’t do it. Thanks!

Re: What format to save logoXXX_wm.iff files

Wed Aug 30, 2023 6:53 pm

it seems BC7

but if you don't want to get in over your head, remove those red lines in TXTR files:

"logo": {
"Width": 1024,
"Height": 1024,
"Mips": 11,
"Format": "BC7_UNORM",

"Min": [ 1.0, 1.0, 1.0, 0.0 ],
"Max": [ 1.0, 1.0, 1.0, 1.0 ],
"Grey": 1,
"Mask": 4278190080,
"HeaderSize": 148,

"Binary": "logo.VariousID.dds"
}

Re: What format to save logoXXX_wm.iff files

Wed Aug 30, 2023 10:22 pm

Gotcha thanks!
Post a reply