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

I'm new to modding 2k23 and i need help with how to edit face_color textures

Fri Jun 23, 2023 9:24 pm

So recently i started modding 2k23 and my first mod was a personal CF for myself and a few friends of mine. After i got done sculpting the models and adding the textures using blender we decided to check the work in game and we noticed how the textures comes out darker than the ones in game and i looked at a base model texture and noticed this lighter coloring they got is there a way to replicate that?

Re: I'm new to modding 2k23 and i need help with how to edit face_color textures

Sat Jun 24, 2023 12:39 am

open face_color_o.TXTR in faceXXXX.iff file
edit those lines like this to have the perfect color of your painted texture

Code:
   "Min": [ 0.0, 0.0, 0.0, 0.0 ],
   "Max": [ 1.0, 1.0, 1.0, 1.0 ],


first 3 values are RGB (divided by 255)
Post a reply