Still I just hope the dev adds twin or triplet pregnancys to the game I cant wait to see them in the game with the girls you knock up.
There is (mostly placeholder) code there for it, but it'll likely be added later.
can anyone tell me if its possible to modify some model of the existing character like make the slaves have bigger tits, different hair collor and different clothes , i saw an old post with nuns with different type of hair collors and robes, if its possible can anyone help me to modify those staffs in the game? i wuold like to play a bit arround with this modding staff, even if i dont understan much of it
People doing modeling have been downgrading the files to the cracked Spine2D, then importing that. So changing the look of the robes on them is. . . not easy.
Colors are much simpler to handle. They are all hex codes, which you can find in CharacterScripts in the Assembly-CSharp.DLL. You can use the 'fixed' inheritance mod, or increase/change the color choices of the clothing and such. Notably, if you want to change only the color of the clothing, it's under setcolor 5.
No guarantee the sister file works for the color of clothing as I expect it, but it does actually work and compile correctly. I've commented the sections you might want, and added color inheritance from the woman class method. You could do other methods, but that is the simplest, I think. Pretty sure it just chooses from the list randomly. To tired to double check.
All you need to do is drag the unzipped file into your scripts folder (ProjectR_Data/StreamingAssets/scripts). Modify the .cs file with any basic text editor. If something breaks, just fix what you broke in the .cs file or scrap it from your scripts folder.