Trolle

New Member
Apr 5, 2020
12
4
Trolle i believe the first part of his answer was for phlore101, not you. Also, you only answered 1 of my 4 questions, and also, you could have simply said "all the mods in the spreadsheet" instead of copy-pasting here the entire content of the spreadsheet...:cautious:

phlore101, you can take out(move to some other folder outside the game) all the girls/mothers in the _mod folder and then gradually re-add some of them until you identify which one is the one generating errors. You`ll have to close/start the game for each new batch of girls you re-add. Also, after removing all the girls/mothers from the _mod folder, see if you still get that error with only the base game girls/mothers (again, close/start the game and check before re-adding any girls/mothers back to the _mod folder)
i know im just try to be nice and help thair i can help
 

hotmike

Member
Jan 28, 2018
498
307
Python:
girl.image_manager.body_images["portrait"] = girl.image_manager.possible_body_images["portrait"][0]
That would require me knowing which index the desired portrait is, and make sure it does not get selected at random any other time.
So I am trying to do
Python:
$ selected_girl.image_manager.body_images["portrait"] = "./pics/yellow_dress_portrait.webp"
(can not find)
or the renpy original $ selected_girls.image (method not found).

in the image manager there is no override possible it seems.[/CODE][/QUOTE]
 

SilverFire

Member
Apr 28, 2017
176
39
i know im just try to be nice and help thair i can help
Haha, answering all the questions that you are asked is also nice and helpful. Or do you have the attention span and memory of a fish and by the time you finish to answer the first question, you`ve already forgotten there are more than 1 questions that can help us find your problem faster and better, to give you the solution that you need?

In any case, for now just remove the KingTut mod until the modder had a chance to correct and update it and you`ll be good as new.
 
Last edited:

MrHatIsHere

Member
Jan 18, 2022
411
629
You should probably get permission from the original WTM modders before converting their stuff. There's a guide and tools for how to make the packs in the discord. I would heavily recommend using the mod tools instead of trying without it, it'll save you a ton of time.
I'm converting the packs for myself for now, since I'm not that familiar with the code, I don't have the modders' permission, am not keeping up with the latest code updates, and am just doing this for fun. Also, I'm not sure how to efficiently convert the photoshoots, and the 8 characters I've converted have over 1,000 photoshoot photos between them, so I just left the photoshoots out until and if I get the hang of the Shoot Helper tool and really feel like going through that many pictures, however efficiently.
 
  • Like
Reactions: WarblGarbl

BolHeX

Member
Nov 30, 2019
487
785
That would require me knowing which index the desired portrait is, and make sure it does not get selected at random any other time.
So I am trying to do
Python:
$ selected_girl.image_manager.body_images["portrait"] = "./pics/yellow_dress_portrait.webp"
(can not find)
or the renpy original $ selected_girls.image (method not found).

in the image manager there is no override possible it seems.[/CODE]
You could do something like that as well I guess.

Python:
$ selected_girl.image_manager.body_images["portrait"] = f"{selected_girl.config.directory_path}/pics/yellow_dress_portrait.webp"
You will need to test it though I can't remember how exactly the path is returned.
 

SilverFire

Member
Apr 28, 2017
176
39
I have a question about the file extra_config_information.json in KingTut`s mod. Does it actually add traits ingame, like for example in brandi_love`s case, the trait "provocative", cherie_deville "photogenic", etc? Because if it does, i would like to point out to kingtut that not all of us play with the standard configs, some of us might have already added or removed traits from the girl`s or mother`s initial config and might also want to do that in a future playthrough too, whitout wanting to see traits that we removed be added from a second mod or a third or a fourth and have N places that we have to search to add or remove same traits to/from the same girl/mother. So, while i appreciate the adding of body measurments and age and zodiac sign, touching the traits should be a big no-no, they should be only edited/added/removed from the girl`s or mother`s individual config.

Also, about the pain slut trait, is this an achievable trait, like the anal slut and cum slut ones? Or do we have to add it in the girl`s individual config?
 
Last edited:

werdna33

New Member
Jan 7, 2020
4
10
Especially as AI constantly screws up in weird ways. I respectfully disagree on drawn art, but AI art specifically is so likely to have incredibly ugly screw ups in areas like hands and feet that it just isn't worth it.
I think AI generation would be amazing for this game. These flaws you're talking about are mostly a solved problem with AI images, now. Or at least you just need to generate a few images and pick the best one, which will usually have no flaws at all.

The hard part is consistency between the images. It would be a neat experiment though.
 

WarblGarbl

Member
Oct 10, 2017
345
328
I'm converting the packs for myself for now, since I'm not that familiar with the code, I don't have the modders' permission, am not keeping up with the latest code updates, and am just doing this for fun. Also, I'm not sure how to efficiently convert the photoshoots, and the 8 characters I've converted have over 1,000 photoshoot photos between them, so I just left the photoshoots out until and if I get the hang of the Shoot Helper tool and really feel like going through that many pictures, however efficiently.
If you use the modding tools it's pretty easy to do the photoshoots. It should resize the images for you to fit the necessary aspect ratios.
 

tankumunku

Newbie
Jan 11, 2018
18
18
I'm both lazy and unintelligent, but an idea I had was to add siblings to the game in a similar fashion to mothers. That way you can add women who don't fit the mother role but also don't have many/any schoolgirl scenes.
 

Drsilver

New Member
Nov 19, 2023
7
4
Presenting my first stepmother - EVELYN CLAIRE

View attachment 4480196

10 photoshoots:

View attachment 4480197

80 vids, +FFM content. Daughter's face is always out of focus (Good for any brunette daughter).

View attachment 4480205

And she has personal story Events:

View attachment 4480217



Enjoy!
Really dumb question but how do you use the spreadsheet. I cant download anything from it. Is there something I am missing. Anyone help me understand how it works?
 

phlore101

Member
Jun 28, 2017
352
159
Looks like one of the girl/mother mods you are using as a bad videoshoot config file. I cannot tell which it is from this but I assume its one of the most recently added ones.

As for all the errors with KingTut's mod, I think give him some time to fix them. It is definitely pushing some limits there so errors are expected.
Trolle i believe the first part of his answer was for phlore101, not you. Also, you only answered 1 of my 4 questions, and also, you could have simply said "all the mods in the spreadsheet" instead of copy-pasting here the entire content of the spreadsheet...:cautious:

phlore101, you can take out(move to some other folder outside the game) all the girls/mothers in the _mod folder and then gradually re-add some of them until you identify which one is the one generating errors. You`ll have to close/start the game for each new batch of girls you re-add. Also, after removing all the girls/mothers from the _mod folder, see if you still get that error with only the base game girls/mothers (again, close/start the game and check before re-adding any girls/mothers back to the _mod folder)
Thanks! I did add a few mods so I'll just go through them one by one. I did also try Kingtut's mod but yeah lots of errors so I removed those. I'll wait for them to fix them and try again later.
 
  • Like
Reactions: Trolle

wirox

Member
Sep 18, 2017
102
300
Really dumb question but how do you use the spreadsheet. I cant download anything from it. Is there something I am missing. Anyone help me understand how it works?
If links aren't clickable (for some reason) you can still see the link letters, and just type it in browser

137.png

For example, folder address:

 

hotmike

Member
Jan 28, 2018
498
307
You will need to test it though I can't remember how exactly the path is returned.
Python:
    $ selected_girl.reset_forced_portrait()
    $ selected_girl.image_manager.body_images["portrait"] = f"{selected_girl.config.directory_path}/body_images/port_yellow_dress.webp"
did the trick. So that directory_path returns the base path for a girl, but you first need to reset the portrait.
 

phlore101

Member
Jun 28, 2017
352
159
Ok. It looks like the shared videoshoot from Michelle Starr's mod is missing a comma after "little caprice" on line 16. After you add the comma the errors go away.
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,183
1,303
I'm both lazy and unintelligent, but an idea I had was to add siblings to the game in a similar fashion to mothers. That way you can add women who don't fit the mother role but also don't have many/any schoolgirl scenes.
the sibling thing is impossible atm without a complete rewrite of the code among other thing but you can RP that two of the girls are sisters
 

klassekrigarn

Newbie
Jul 26, 2017
52
129
Sorry if this has been mentioned before...
GamerDaddy I recently installed the suck nipples mod. Maybe you should have added some corruption limit to use it? I find it unlogic that she can become disgusted if you ask for a kiss, but if you ask to suck her nipples she will gladly accept...
Thanks for the mod!
 

GamerDaddy

Engaged Member
Feb 6, 2023
2,183
1,303
Sorry if this has been mentioned before...
GamerDaddy I recently installed the suck nipples mod. Maybe you should have added some corruption limit to use it? I find it unlogic that she can become disgusted if you ask for a kiss, but if you ask to suck her nipples she will gladly accept...
Thanks for the mod!
i dont know how to do that part of it (im just learning) i used a example code to make it i'll look around and see if i can get help adding that in
 
  • Like
Reactions: klassekrigarn

GamerDaddy

Engaged Member
Feb 6, 2023
2,183
1,303
Sorry if this has been mentioned before...
GamerDaddy I recently installed the suck nipples mod. Maybe you should have added some corruption limit to use it? I find it unlogic that she can become disgusted if you ask for a kiss, but if you ask to suck her nipples she will gladly accept...
Thanks for the mod!
reuploaded a fixed version (still will do it in the class but will be disgusted if corr is low and will refuse at home
 
4.40 star(s) 30 Votes