Azimuth11 wrote:Hoodoo wrote:12451 wrote:First, you need to find the name of the race. If a character is a party member, it's fairly simple. You select them and write console command: _P(Osi.GetRace(Osi.GetHostCharacter(), 0)), it should return the name of the character's race.
Then you go to CustomRacesBellies.json. The easiest way to add a new race is to make it use bellies of another race. Basically add "Your modded race name" : "Base race" to the end of CustomRaceAliases. If a modded race has only 2 body shapes, you can use HalfOrc or Githyanki as the base race. If a race has 4 body types, you can use Human. The modded and base races should have the same skeleton, or maybe not, I haven't tested it.
I don't have a CustomRacesBellies.json file in the Script Extender directory. I made it and added the following:
{
"Tabaxi_Caracal" : "Human",
"Tabaxi_Andean" : "Human"
}
And it does not add the bellies. Any help? Thanks
You need to use the Githyanki or HalfOrc race for Tabaxi, since they only have two body types. If you format it correctly, it should work perfectly after that change.
I personally suggest using Githyanki, as it fits Tabaxi much better.