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

NLSC Forum

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

Question about accesories size after edited body players

Sat May 04, 2019 4:47 am

Hi guys,
I don´t know if someone asked something about this but I have a problem after I edit the players in Blender. When I make the arms and legs thinner, the accesories don´t fit with the body.
Here you have and example:
Image
I don´t know if we can change this and what files I need to edit. Thanks in advance!
Last edited by Shuajota on Sat May 04, 2019 5:53 am, edited 1 time in total.

Re: Question about accesories size after edited body players

Sat May 04, 2019 5:12 am

Shuajota wrote:Hi guys,
I don´t know if someone asked something about this but I have a problem after I edit the players in Blender. When I make the arms and legs shorter, the accesories don´t fit with the body.
Here you have and example:
[ Image ]
I don´t know if we can change this and what files I need to edit. Thanks in advance!



look inside APPRANCE_INFO.rdat

Code:
"forearmTHIN": 0.25,
   "forearmTHICK": 1.3,
   "upperarmTHIN": 0.25,
   "upperarmTHICK": 1.3,
   "trapTHIN": 0,
   "trapTHICK": 0.5,
   "neckTHIN": 0,
   "neckTHICK": 0.8,
   "chestTHIN": 0,
   "chestTHICK": 0.8,
   "absTHIN": 0,
   "absTHICK": 0,
   "headTHIN": 0,
   "headTHICK": 0,
   "shoulderTHIN": 0,
   "shoulderTHICK": 0.718999997,
   "hipsTHIN": 0.125,
   "hipsTHICK": 2,
   "thighTHIN": 0,
   "thighTHICK": 1.108000003,
   "calfTHIN": 0,
   "calfTHICK": 1.5,

Re: Question about accesories size after edited body players

Sat May 04, 2019 11:54 am

Thank you so much!
Post a reply