Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Thank you for answering. I actually found out about the no information thing being a proper in game thing. I guess I had never send my nurse away without replacing her. When I gave a new person the "nurse" job it worked. So for that it was false alarm.

Ragrding the baldness:  It is not that they all show bald. Just many  (~25%) children (Regardless of what age I grow them up to) are bald only when I give a hair growth tonic do they start having hair.

Regarding hairstyles: I meant that when I select "bun" in customization it auto selects "two braids" or "ponytail" becomes "straigth"

I am not sure regarding your question as I downloaded it ages ago, but I am running 1.8d and this was a new game with that mod that is running on and off for months.

(I still have to redo a portrait pack once I have nearly 400 nude/preg pictures now (modified myself or from various sources) and still more to convert)

The hairstyle problem is due to the GUI options not matching the code options, as the GUI is missing the bald hairstyle. In Mansion.tscn replace 

items = [ "straight", null, false, 0, null, "ponytail", null, false, 1, null, "twintails", null, false, 2, null, "braid", null, false, 3, null, "two braids", null, false, 4, null, "bun", null, false, 5, null ]

with

items = [ "bald", null, false, 0, null,"straight", null, false, 1, null, "ponytail", null, false, 2, null, "twintails", null, false, 3, null, "braid", null, false, 4, null, "two braids", null, false, 5, null, "bun", null, false, 6, null ]

and it should work. If you change the program folder file then the change will vanish if you re-apply mods. If you apply it to the file in the mod folder then you need to re-apply the mods(just press "Apply", no need for the full process).

I'll try that. I assume for the program folder you mean the location strife/files  (412 Kb) and not in the location strife/backup/files (271 Kb)?

Yes, there is no benefit to changing the values in the backup folder, and it would cause the similar problems if you uninstalled AricsExpansion.

Did the trick, much obliged