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

NLSC Forum

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

Cyberface Creation Issues (LOD issues?)

Mon Nov 16, 2020 9:05 am

Hello everyone, novice modder for 2k here, im currently trying to make myself in NBA 2k21, but im encountering an issue. Currently i have found an issue where whatever changes i made to the model in blender work but only upclose, whenever i zoom out inside the game the model reverses back into the original, so i need help as to why this is doing this and how to fix it.

Re: Cyberface Creation Issues (LOD issues?)

Mon Nov 16, 2020 4:30 pm

Fest_ wrote:Hello everyone, novice modder for 2k here, im currently trying to make myself in NBA 2k21, but im encountering an issue. Currently i have found an issue where whatever changes i made to the model in blender work but only upclose, whenever i zoom out inside the game the model reverses back into the original, so i need help as to why this is doing this and how to fix it.


Open the hihead.SCNE file in Notepad++. Near the end of the file, you'll find this:
Code:
"Lods": [
   "hihead_LODShape1",
   "hihead_LODShape2",
   "hihead_LODShape3",
   "hihead_LODShape4",
   "hihead_LODShape5"
],


Change it to this:
Code:
"Lods": [
   "hihead",
   "hihead",
   "hihead",
   "hihead",
   "hihead"
],
Post a reply