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

NLSC Forum

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

black stripe from beard to foot in custom CF

Wed Nov 13, 2019 9:22 am

hi guys

i'm working on some custom cfs (that i will upload here), mixing body types, skin textures, beards etc.

What happens now to a player i created that when i play a game, there's a black phantom going from the beard to the feet of my player. It never happens in the preview (when the player is warming up or when i go in the edit section in the game), only during a game.

Is there any way to fix it?

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:08 am

you have to go into all the .SCNE files and delete the LODs. those blacklines are probably caused by something in one of the hair or facial hair files. it's a common issue.

"Lods": [
"hihead_LODShape1",
"hihead_LODShape2",
"hihead_LODShape3",
"hihead_LODShape4",
"hihead_LODShape5"


Delete the LOD... parts so it ends up like

"Lods": [
"hihead",
"hihead",
"hihead",
"hihead",
"hihead"

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:15 am

if you mean the lods on the hihead.scne file, i already did it.

i don't get why it still happens, whatever beard i use

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:21 am

garypayton wrote:if you mean the lods on the hihead.scne file, i already did it.

i don't get why it still happens, whatever beard i use


Do the same thing in the facialhair.iff file as well

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:36 am

ok let me try

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:39 am

nothing, i keep on having the same issue...

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:40 am

nothing, i keep on having the same issue...

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:43 am

garypayton wrote:nothing, i keep on having the same issue...


I had this exact same problem. Are you sure u removed the LODs in every .SCNE file? Like all the .SCNE in the pngXXX.iff and in the other .iff also?

Re: black stripe from beard to foot in custom CF

Wed Nov 13, 2019 10:48 am

i did it!!!

i had to remove it in the tangentspace.iff file too

tnx guys
Post a reply