kumarin
Engaged Member
- Feb 19, 2022
- 2,636
- 4,630
- 387
I'm not playing this game. My understanding of this game is lack.I'll share the BepinEx plugin if you guys want to try out.
Elf loli:
View attachment 2286944
NOTE: I still need to figure out how to edit m_TitsTypeList so Usagi can have big breasts too.
ConfigData for Usagi:
View attachment 2286979
I analyzed simply.
I think that all characters's MBMScripts.CharacterData.TitsTypeList are same. but MBMScripts.CharacterData.TitsTypeChanceList are different according to race. ex. Usagi race may be got [1.0f, 0, 0, 0] ? I think.
hook the MBMScripts.CharacterData.get_TitsTypeList() and MBMScripts.CharacterData.get_TitsTypeChanceList() to debug values what was set.
I don't know if that's right, but that's just my opinion.