I wouldn't mind it but the problem is images/vids. Since this game relies heavily on girl packs, finding videos that fit for each girl would be a nightmare. I can only think of maybe 2 or 3 girls that have done pregnancy porn. So it would be largely generic videos or AI made videos that don't look right.what would you think about pregnancy in this game? Could spice things up in my mind.
Hey, it worked that time - coulda swore I did *exactly* that but i guess not
Thanks man!
EDIT: in case anyone else is struggling like i was, the photo one needs to be in the same directory as the "photoshoots" folder - like so:
View attachment 3943022
(or at least, it didn't like being lower than that. might work higher. haven't checked.)
Edit 2: Pretty sure you'll have to start a new game if you do this to directories that are already there.
If the game wasn't using real models it could be a thing. As it stands it would be impossible to do unless the model has done stuff while pregnant. Then it could be more a girl specific event than a major mechanic.what would you think about pregnancy in this game? Could spice things up in my mind.
Are you using the latest hotfix? I did a small rewrite to how rule breaks were handled a few days ago.Bug: Girls being charged with breaking rules they didn't break.
Piper Perri is not wearing pants or panties, yet is breaking "Forced Lowerless".
Kyler Quinn is not wearing pants or panties either, yet is breaking "Forced Pantyless".
Also interesting that Little Caprice, wearing a one piece swimsuit, has violated neither of those two. Swimsuits and leotards seem to slip between the two categories, being neither Lower nor Panty. Since the girls do tend to wear clothing over them and underwear under them, I guess that fits, but it does mean there should probably be a rule or two for the banning and the forced wearing of this category.
This is a generic renpy/python error. I am not exactly sure what causes it, you can try move the game into a lower level directory because a file name might be too long? i.e your desktop.I am getting the below error when launching the game; (irrelevant folder info blacked out).
View attachment 3943279
View attachment 3943287
This appears to occur with or without the latest hotfix applied, I've also tried wiping the relevant %appdata folder but that didn't seem to change anything.
Any ideas?
The file paths for those also need to be changed to "." since they are in the same directory as the script.View attachment 3943739
I'm getting this error, even though my files are in the same folder as you're showing
I was still on c since I wasn't too worried about the "cum on boobs" thing. Did just update to d, loaded an autosave from sunday (so girls get re-randomized) and after going to monday and check a few times, yeah, still have the same issue. Right now, I have Piper Perri with bare feet, but being cited for wearing socks, and Lena Paul being cited for violating the lower one, despite being bare there. She's also being busted for socks, but as she is wearing socks, that's a fair cop.Are you using the latest hotfix? I did a small rewrite to how rule breaks were handled a few days ago.
I was still on c since I wasn't too worried about the "cum on boobs" thing. Did just update to d, loaded an autosave from sunday (so girls get re-randomized) and after going to monday and check a few times, yeah, still have the same issue. Right now, I have Piper Perri with bare feet, but being cited for wearing socks, and Lena Paul being cited for violating the lower one, despite being bare there. She's also being busted for socks, but as she is wearing socks, that's a fair cop.
Minor UI suggestion:
Sometimes when picking cum stained panties for a sponsor, after picking up a cum stained panty, it'll pop up a window asking if you want to wash them. I believe it does this when doing so will make the panties lewd value more closely match what the client wants. It'll state how it changes the lewd value and the cash value, but it doesn't list how it'll change the percentage in terms of pleasing the client.
For example, I have a request for low (12) lewdness panties. Lace panties have a 12 lewd value, so give 150% satisfaction. Cum stained ones drop that down to 110%, as that ups the lewdness by 4. the pop up window will say the -4 lewd and -25% value bits, but makes no mention of the +40% satisfaction part. It probably should.
Are you using the latest hotfix? I believe this was fixed a while back.After a girl graduated when her mother was the PTA president I was told to propose a new president but after i chose someone, doesn't matter if they win or not, the new president gets elected and congratulated and the next click I get sent to the main menu. I think that's a bug.
Yea sorry just downloaded the hotfix and now it works.Are you using the latest hotfix? I believe this was fixed a while back.
Yes that would be a way or a beginning. It would be great to see how girls and mothers react differently to the pregnancy of the girls. Would they hat it, love it or even want to hide it with an own pregnancy? Or do they just envy them? In my mind, you don’t need to have girl bound pregnancy clips and pics. You could do it like in the interaction with all the girls in which are alternate clips are used.Maybe I'm thinking with too much logic on the pregnancy content. You wouldn't need to have any change in the girl's appearance/videos to tag her as pregnant unless you added an accelerated pregnancy feature. People might just enjoy more of the chase of having that tag in their profile of getting the girl and/or mom pregnant and their initial reaction to finding out and how their behavior changes afterwards if you wanted to add a little flare.
The method names are "add_trait" and "remove_trait". Easiest way to add traits to a specific girl is to select them on the computer. This assigns them to the "selected_girl" variable. You can then add the trait based on its name in the trait database or you can create your own, examples below.Greetings...
I'm really enjoying this game!
I also enjoy modding it (despite some difficulties).
I am wondering what code I should use to add and remove traits on a selected girl...?
(both in console and in script if possible)
"add_trait...etc." says undefined.
Thanks in advance!
selected_girl.add_trait("athletic")
selected_girl.remove_trait("athletic")
selected_girl.add_trait({
"name": "sensitive_nipples",
"color": "#CC8888",
"stat_growth_multipliers": {"naturism": 0.1},
"base_stat_modifiers": {"boobs_sensitivity": 0.25},
"description": "She nipples are very sensitive, becoming erect at the lightest of touches."
})
academy.get_girl_by_id("riley_reid")
is a method that would get a girl/mother with that ID but they need to be created/enrolled first.The method names are "add_trait" and "remove_trait". Easiest way to add traits to a specific girl is to select them on the computer. This assigns them to the "selected_girl" variable. You can then add the trait based on its name in the trait database or you can create your own, examples below.
This would be for adding via console.You don't have permission to view the spoiler content. Log in or register now.
These would be the same method calls if you were doing it in a script just how you get the girl object would be differentPython:selected_girl.add_trait("athletic") selected_girl.remove_trait("athletic") selected_girl.add_trait({ "name": "sensitive_nipples", "color": "#CC8888", "stat_growth_multipliers": {"naturism": 0.1}, "base_stat_modifiers": {"boobs_sensitivity": 0.25}, "description": "She nipples are very sensitive, becoming erect at the lightest of touches." })
academy.get_girl_by_id("riley_reid")
is a method that would get a girl/mother with that ID but they need to be created/enrolled first.
To address the pregnancy thing. It isn't planned or within scope at the moment, I will add it as an idea but no idea if I will get around to it. It would mean a ton of new line variations/events etc that would take development time away from the more core features.
Clothing isn't quite as easy because girls can have multiples of the same clothing item.Wow...Thanks for such a prompt and thorough reply!
I am definitely just winging my way through trying to write ren'py code (supernoob)
I'll give that a try. When I tried "add_trait" before i got "add_trait" not defined error.
Would it be the same for wardrobe items?..
i.e.
selected_girl.add/remove_item("hoodie")
?
# You can use "outer", "upper", "bra", "lower", "panties", "socks"
c = selected_girl.get_clothing_on_part("panties")
selected_girl.remove_clothing_from_wardrobe(c)
# Or you can skip the variable
# You can use "outer", "upper", "bra", "lower", "panties", "socks"
selected_girl.remove_clothing_from_wardrobe(selected_girl.get_clothing_on_part("panties"))
# You can use "outer", "upper", "bra", "lower", "panties", "socks"
select_girl.clothing_manager.wardrobe["panties"] # Would show a list of clothing items of that type in her wardrobe
# You can select a specific one using its index i.e 1
# Remember indexes start at 0
c = select_girl.clothing_manager.wardrobe["panties"][1]
# Then you can remove it from her wardrobe
selected_girl.remove_clothing_from_wardrobe(c)
# Or you can skip the variable
selected_girl.remove_clothing_from_wardrobe(select_girl.clothing_manager.wardrobe["panties"][1])
# You can use "outer", "upper", "bra", "lower", "panties", "socks"
database_clothing_items["panties"] # Would show a list of clothing items of that type
# You can select a specific one using its index i.e 1
# Remember indexes start at 0
c = database_clothing_items["panties"][1]
# Then you can add it to her wardrobe
selected_girl.add_clothing_from_wardrobe(c)
# Or you can skip the variable
selected_girl.add_clothing_from_wardrobe(database_clothing_items["panties"][1])