How to add goggles to a face?

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

How to add goggles to a face?

Postby Jimmybayo on Tue Aug 23, 2022 8:20 am

Almost done with my newest fictional draft class, just need a way to add goggles to a cyberface. Does anyone know how to?
Jimmybayo
 
Posts: 9
Joined: Tue May 31, 2022 5:12 am

Re: How to add goggles to a face?

Postby cookiedot69 on Wed Aug 24, 2022 8:40 am

I cant do it on an easy way. what i do is, i find a real nba player wearing one then uses him to create cyberface mixer so i can obtain his glasses.
cookiedot69
 
Posts: 21
Joined: Wed Aug 10, 2022 8:23 am

Re: How to add goggles to a face?

Postby doctahtobogganMD on Thu Aug 25, 2022 11:58 am

Jimmybayo wrote:Almost done with my newest fictional draft class, just need a way to add goggles to a cyberface. Does anyone know how to?

You'll have to find the exact goggles in the manifest but the "easiest" way to do this would be to find a player who wears the goggles you're looking for and hope they have a separate model (similar to hair). For example, I know that Kareem's goggles are a separate .iff names "png4643_goggles_kareem". So lets say you want to use Kareem's goggles.

1. export Kareem's main png, goggle file name (png4643_goggles_kareem.iff), AND the goggle texture which will be found in the "face4643_goggles_kareem_.iff".
3. rename the goggles ID to whatever ID you are using. lets say its 10000:
- it will now be: png10000_goggles_kareem.iff
4. rename the goggle face file.
- it will now be: face10000_goggles_kareem_.iff
4. open up Kareem's PNG (png4643.iff)
5. open up the appearance_info.rdat" from the png using notepad++
6. scroll all the way down to the accessory configurations.
7. Here you will see accessory_items, "items:" and "configurations.
8. You need to copy the goggles accessory item and configuration and paste that in your own png's appearance_info.rdat.
9. drag all of these new renamed items into your mods folder.
10. the goggles most likely wont fit perfectly so you'll have to edit it in blender.

KAreem is just one example as there are a few different goggles types in the game. Easiest way to find them is to open your manifest, ctrl +f to search and type "goggles".

A quick search, I came across Kareem, Tacko Fall (ID 7886)*, some white guy? (8763)* , and Jalen Smith (8005)* all of those actually have their goggle texture in png not in a separate face file so if you use those just drag those texture files into your png from theirs.

pic of the accessory file stuff you need: COPY AND PASTE EXACTLY WITHOUT ANY ADDED OR MISSINMG SPACES< COMMAS ET C
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: How to add goggles to a face?

Postby cookiedot69 on Thu Aug 25, 2022 4:28 pm

doctahtobogganMD wrote:
Jimmybayo wrote:Almost done with my newest fictional draft class, just need a way to add goggles to a cyberface. Does anyone know how to?

You'll have to find the exact goggles in the manifest but the "easiest" way to do this would be to find a player who wears the goggles you're looking for and hope they have a separate model (similar to hair). For example, I know that Kareem's goggles are a separate .iff names "png4643_goggles_kareem". So lets say you want to use Kareem's goggles.

1. export Kareem's main png, goggle file name (png4643_goggles_kareem.iff), AND the goggle texture which will be found in the "face4643_goggles_kareem_.iff".
3. rename the goggles ID to whatever ID you are using. lets say its 10000:
- it will now be: png10000_goggles_kareem.iff
4. rename the goggle face file.
- it will now be: face10000_goggles_kareem_.iff
4. open up Kareem's PNG (png4643.iff)
5. open up the appearance_info.rdat" from the png using notepad++
6. scroll all the way down to the accessory configurations.
7. Here you will see accessory_items, "items:" and "configurations.
8. You need to copy the goggles accessory item and configuration and paste that in your own png's appearance_info.rdat.
9. drag all of these new renamed items into your mods folder.
10. the goggles most likely wont fit perfectly so you'll have to edit it in blender.

KAreem is just one example as there are a few different goggles types in the game. Easiest way to find them is to open your manifest, ctrl +f to search and type "goggles".

A quick search, I came across Kareem, Tacko Fall (ID 7886)*, some white guy? (8763)* , and Jalen Smith (8005)* all of those actually have their goggle texture in png not in a separate face file so if you use those just drag those texture files into your png from theirs.

pic of the accessory file stuff you need: COPY AND PASTE EXACTLY WITHOUT ANY ADDED OR MISSINMG SPACES< COMMAS ET C
[ Image ]


Hey bro im not the op but this shii is so informative. Thanks alot!! Now i wanna get bandanas and cap to my players!! Ive only started doing cyberfaces last week and this is a game changer. You learn something new everyday
cookiedot69
 
Posts: 21
Joined: Wed Aug 10, 2022 8:23 am

Re: How to add goggles to a face?

Postby Jimmybayo on Thu Aug 25, 2022 4:45 pm

doctahtobogganMD wrote:
Jimmybayo wrote:Almost done with my newest fictional draft class, just need a way to add goggles to a cyberface. Does anyone know how to?

You'll have to find the exact goggles in the manifest but the "easiest" way to do this would be to find a player who wears the goggles you're looking for and hope they have a separate model (similar to hair). For example, I know that Kareem's goggles are a separate .iff names "png4643_goggles_kareem". So lets say you want to use Kareem's goggles.

1. export Kareem's main png, goggle file name (png4643_goggles_kareem.iff), AND the goggle texture which will be found in the "face4643_goggles_kareem_.iff".
3. rename the goggles ID to whatever ID you are using. lets say its 10000:
- it will now be: png10000_goggles_kareem.iff
4. rename the goggle face file.
- it will now be: face10000_goggles_kareem_.iff
4. open up Kareem's PNG (png4643.iff)
5. open up the appearance_info.rdat" from the png using notepad++
6. scroll all the way down to the accessory configurations.
7. Here you will see accessory_items, "items:" and "configurations.
8. You need to copy the goggles accessory item and configuration and paste that in your own png's appearance_info.rdat.
9. drag all of these new renamed items into your mods folder.
10. the goggles most likely wont fit perfectly so you'll have to edit it in blender.

KAreem is just one example as there are a few different goggles types in the game. Easiest way to find them is to open your manifest, ctrl +f to search and type "goggles".

A quick search, I came across Kareem, Tacko Fall (ID 7886)*, some white guy? (8763)* , and Jalen Smith (8005)* all of those actually have their goggle texture in png not in a separate face file so if you use those just drag those texture files into your png from theirs.

pic of the accessory file stuff you need: COPY AND PASTE EXACTLY WITHOUT ANY ADDED OR MISSINMG SPACES< COMMAS ET C
[ Image ]


Words can't express how much appreciate you my brother, thank you - this is really helpful and I at least think I understand what you're saying and did all of that but the character I'm trying to edit doesn't load when I do this. I'm trying to figure out where I went wrong. I'm trying to do the Tacko Fall goggles and the first image below is how it is in his original appearence file and the second is how it looks in the player I'm trying to set up. To me it looks the same, but I gotta be doing something wrong. And for reference I'm trying to put on Tacko's goggles on Dennis Smith Jr (PNG7507_ Think you can tell me what I'm doing wrong? would be much appreciated.

Image

Image
Jimmybayo
 
Posts: 9
Joined: Tue May 31, 2022 5:12 am

Re: How to add goggles to a face?

Postby doctahtobogganMD on Fri Aug 26, 2022 2:28 am

Only thing you missed was to make sure whatever setup you want to show up is under "DEFAULT". so right now you are only telling the game to read the facialHair_01. so just add that "goggles_geo" to the DEFAUILT configuration. Make sure to format it exactly as seen below it with the correct comma and space.

**You can also take this a step further if you wanted and rename the "GOGGLES_SHAVED_HEAD_FULL_BEARD_" to "HEADBAND" and you can have 2 different looks switchable with the headband option.
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: How to add goggles to a face?

Postby Jimmybayo on Fri Aug 26, 2022 6:23 pm

doctahtobogganMD wrote:Only thing you missed was to make sure whatever setup you want to show up is under "DEFAULT". so right now you are only telling the game to read the facialHair_01. so just add that "goggles_geo" to the DEFAUILT configuration. Make sure to format it exactly as seen below it with the correct comma and space.

**You can also take this a step further if you wanted and rename the "GOGGLES_SHAVED_HEAD_FULL_BEARD_" to "HEADBAND" and you can have 2 different looks switchable with the headband option.


Thank you buddy, I really appreciate you. Figured it out thanks to this. Huge thanks.
Jimmybayo
 
Posts: 9
Joined: Tue May 31, 2022 5:12 am


Return to NBA 2K22 Modding

Who is online

Users browsing this forum: No registered users and 2 guests