Brown breaded blonds

zc456

Well-Known Member
I9STI6o.png

So, I wanted to play in one of the restaurant lots a little and I discovered this bug. xD
 
Yes, when things are missing the game likes to add the bob head for no specific reason. Not sure why these outfits are missing in the first place, though.
 
Yes, when things are missing the game likes to add the bob head for no specific reason. Not sure why these outfits are missing in the first place, though.
Maybe content manager is not considering all game files, some documentation in classes said something about "Need to be sure when to use avatardata2 and avatardata3."
 
No, it's definitely considering those. Speculating won't help.
 
No, it's definitely considering those. Speculating won't help.
Im not sure, but code in my repo worked for assing the default body outfit. Maybe is there an object error for assing those bodystrings..
 

Attachments

  • npcschefs.png
    npcschefs.png
    375.9 KB · Views: 26
The default body outfit is working above too. It randomly does not work.
 
Fixed - there were two problems here. Splitting the random string was including an empty string final element, trying to assign an incorrect body. Also the body and head were flipped, when both them were 0 you got a full bob. Also fixes everyone having bear hands. (not bare, bear.)
 
Fixed - there were two problems here. Splitting the random string was including an empty string final element, trying to assign an incorrect body. Also the body and head were flipped, when both them were 0 you got a full bob. Also fixes everyone having bear hands. (not bare, bear.)
This also works for the restaurant generated npcs visitors??
 
Back
Top