Interesting Manifest Files (possible resource for cyberface modders)

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

Interesting Manifest Files (possible resource for cyberface modders)

Postby doctahtobogganMD on Wed Oct 06, 2021 12:24 pm

Was exporting Kelly Oubre and I came across something interesting that I don't think was in previous games. Oubre himself has 14 iff. files including multiple hairstyles. I know players who wear headbands occasionally have extra files to make their hairstyles compatible but this looks more like the next gen multiple styles thing is present in the manifest.

1. If someone who knows scene files and configurations well enough to make these accessible that would be pretty cool.

2. But for us simpletons who just make mods there's good news here: a lot of players who had different hair styles in previous games have files in the manifest. One example is DeMar Derozan. He had an afro in Toronto, which is now "gone" with his braids. In the manifest he has that extra hairstyle called "png1605_hair_afro.iff" and you don't have to go searching for a similar style. Just figured I'd share


Oubre files:
Image
If you like my mods and want to see more follow my instagram:
https://www.instagram.com/doctahtobogganmd_/
If you REALLY like my mods and want to support me you can donate here:
https://paypal.me/DoctahTobogganMDMods?locale.x=en_US
Follow me on twitter: @MdDoctah
All of my links in one place: https://linktr.ee/doctahtobogganmd
User avatar
doctahtobogganMD
 
Posts: 219
Joined: Tue Jan 05, 2021 7:01 am

Re: Interesting Manifest Files (possible resource for cyberface modders)

Postby 4MR on Wed Oct 06, 2021 9:16 pm

This option is available since nba 2k21. In the png ****.iff file you find the appearance_info.RDAT file in it at the bottom of the, find "configurations" and then we just swap the contents. I'll try to explain with the example of Kyle Kuzma. Find his png7535.iff file. Open appearance_info.RDAT. Find the "configurations" at the bottom.
"configurations": [
{
"name": "DEFAULT",
"items": [ "hair_01" ]
}, {
"name": "BLOND",
"items": [ "hair_blond" ]
}
]
Change the contents of "items" in "DEFAULT" and "BLOND" between ourselves
"configurations": [
{
"name": "DEFAULT",
"items": [ "hair_blond" ]
}, {
"name": "BLOND",
"items": [ "hair_01" ]
}
]
Save files. Place png7535.iff in your Mods in NBA 2k22. Now in the game he will have blond hair.
4MR
 
Posts: 49
Joined: Sat Oct 19, 2013 4:16 pm

Re: Interesting Manifest Files (possible resource for cyberface modders)

Postby doctahtobogganMD on Thu Oct 07, 2021 4:14 am

4MR wrote:This option is available since nba 2k21. In the png ****.iff file you find the appearance_info.RDAT file in it at the bottom of the, find "configurations" and then we just swap the contents. I'll try to explain with the example of Kyle Kuzma. Find his png7535.iff file. Open appearance_info.RDAT. Find the "configurations" at the bottom.
"configurations": [
{
"name": "DEFAULT",
"items": [ "hair_01" ]
}, {
"name": "BLOND",
"items": [ "hair_blond" ]
}
]
Change the contents of "items" in "DEFAULT" and "BLOND" between ourselves
"configurations": [
{
"name": "DEFAULT",
"items": [ "hair_blond" ]
}, {
"name": "BLOND",
"items": [ "hair_01" ]
}
]
Save files. Place png7535.iff in your Mods in NBA 2k22. Now in the game he will have blond hair.


Wow thanks, this is exactly the info i needed. Assuming that works the same with "DEFAULT_HEADBAND" etc this could be really cool for multiple hairstyle mods.
If you like my mods and want to see more follow my instagram:
https://www.instagram.com/doctahtobogganmd_/
If you REALLY like my mods and want to support me you can donate here:
https://paypal.me/DoctahTobogganMDMods?locale.x=en_US
Follow me on twitter: @MdDoctah
All of my links in one place: https://linktr.ee/doctahtobogganmd
User avatar
doctahtobogganMD
 
Posts: 219
Joined: Tue Jan 05, 2021 7:01 am

Re: Interesting Manifest Files (possible resource for cyberface modders)

Postby bikerjimuk on Tue Oct 12, 2021 10:29 pm

I wonder, is there a way to make it select the styles randomly?
User avatar
bikerjimuk
 
Posts: 1218
Joined: Fri Nov 27, 2020 10:42 pm


Return to NBA 2K22 Modding

Who is online

Users browsing this forum: No registered users and 2 guests