DandyMe
Active Member
- Mar 27, 2024
- 682
- 499
Is limited by many time..Is the number of garden farmers now limited?
You can also use hunters for food or buy it by time in time if you have many NPCs in the Village..
Is limited by many time..Is the number of garden farmers now limited?
How did you get the teacher in the library? I have 2 teachers, the library built, books for the MC and kids to teach but I can't get them together. All I can assign either of them to is forest or scavenging for the guy and those plus the streets for the woman.I've either found a bug or am Stupid: The Girl I enlisted as Teacher/Librarian is gone. I can interact with her in the Library by reading books, during the Sex Scenes, but there seems to be no way to access her anymore, she never returns to the Guest House and there is no way to approach her in the Library, either, at any Time of Day. Does anybody have the same issue, or an Explanation?
Still a WIP the teacher..How did you get the teacher in the library? I have 2 teachers, the library built, books for the MC and kids to teach but I can't get them together. All I can assign either of them to is forest or scavenging for the guy and those plus the streets for the woman.
no i wasn't drunk at the time , if you think of it , the 2 first mod were launch over a year ago and thus the game and the code evolved since back when i writed the "how to" the code for the hair wasCan someone competent enough to write down the correct code for the 2 packs of mods do it here?
At least someone who can understand what the modder is talking about.
I've never seen such bad "how to" for a mod just to change a simple code for the portraits.
The actual file code is:
-------------------------
female: {
asian: setup.range(1, 10),
black: setup.range(1, 5),
white: setup.range(1, 20),
latina: setup.range(1, 5)
},
This guy's recommended replacement is:
----------------------------------------------
asian: {
black: setup.range(1, 21)
},
black: {
black: setup.range(1, 14)
},
white:{
black: setup.range(1, 18),
blonde: setup.range(1, 15),
brun: setup.range(1, 41),
red: setup.range(1, 11)
},
latina:{
black: setup.range(1, 32),
blonde: setup.range(1, 14),
brun: setup.range(1, 20),
red: setup.range(1, 5)
}
Is this guy drunk or what? And no, copy past obviously doesn't work because that's too many values and the game doesn't see any of the portraits. His excuse for making the howto for people who "only want certain girls" is less than stupid given that he can't even make folders with the same name as those ingame to replace files exactly. This should be a drag and drop mod yet he managed to screw even that up.
je t'envoie cela par message privé dans quelque minutes.bonjour j essais de mettre des images pour les portrait sa marche pouvez vous me dire comment faire pas a pas .
Merci
Bonjour, j'essaye de mettre des images pour les portraits, ça marche, pouvez-vous me dire comment faire étape par étape.
Merci
Helloje t'envoie cela par message privé dans quelque minutes.
yep sorry i didn't took time to upload the new guide, it's my fault here is itHello
Please, i'd also like to have as well a detailled how-to install the model if possible
I can follow the step 1 and 2 but at step 3 and next it's become messy for me :/
Here some questions for me to understand better (maybe it will help other) :
- I don't have a preferance for model, so my plan was to put all the model in the game folder. If i do that, do we even need to edit the code after that with the range ?
-Even if we put all the packs (the model) in the game folder do we need to do the custom model instruction as well ?
-Some model already have shared number do we have to overwrite it ? And for the model that we have to rename, do we need to follow the numbers orders ?
-No need to download all the model pack, the part 2 if enough and include the part 1 if i read correctly ?
Okay it's a little better with the guide, however it is not working for me sadly. I did some troubleshooting and i've noticed that YOUR female custom portrait folder (mod part 1) contain folders related with the hair color of women and i think that the issue.yep sorry i didn't took time to upload the new guide, it's my fault here is it
I don't know what to do here, i don't know how to change the value related to the hairs color4) open the html files of the Main game with notepad++ or other program, search for this part of the code:
asian: {
black: setup.range(1, 5)
},
white:{
black: setup.range(1, 5),
blonde: setup.range(1, 5),
brun: setup.range(1, 5),
red: setup.range(1, 5)
},
latina:{
black: setup.range(1, 5),
blonde: setup.range(1, 5),
brun: setup.range(1, 5),
red: setup.range(1, 5)
}
and replace it by this :
asian: {
black: setup.range(1, 12)
},
black: {
black: setup.range(1, 8)
},
white:{
black: setup.range(1, 9),
blonde: setup.range(1, 8),
brun: setup.range(1, 25),
red: setup.range(1, 11)
},
latina:{
black: setup.range(1, 15),
blonde: setup.range(1, 8),
brun: setup.range(1, 10),
red: setup.range(1, 5)
}
actually yes and no , my guide (v2) is not outdated , but since the dev updated his code ( about hair) now , it doesn't divide the hair and race by colorOkay it's a little better with the guide, however it is not working for me sadly. I did some troubleshooting and i've noticed that YOUR female custom portrait folder (mod part 1) contain folders related with the hair color of women and i think that the issue.
View attachment 4596583
The same folder in the base game do not contain hair color folders, same in the html file i don't find hair color values
View attachment 4596582
Your guide is probably outdated because the last part when you need to setup the range in the html file do not include the hair color (i've noticed that because the range were already correct).
I tried to add your code piece (found inside the instructions.txt of the mod folder) but i got error when trying to change the portraits with the correct name of the slave.
I don't know what to do here, i don't know how to change the value related to the hairs color
Thanks, i see the game removed the hair color criteria. So all the pictures in the right "race' folderactually yes and no , my guide (v2) is not outdated , but since the dev updated his code ( about hair) now , it doesn't divide the hair and race by color
while it's true that the instruction inside the mod part 1 is outdated,
before, when i did the mod part 1 a year ago , you had to place them like it was indicated in the mod
but now, instead of having a "race" folder and inside it a hair color folder ( red black blonde)
it's only a race color , which mean you only have to take all the portrait inside of black-hair, red hair, blonde hair into the correct race
one example; if before you had let's say for the race "latina" , 15 blondehair portrait 0 redhair portrait and 25 blackhair portrait;
you had (with the old code, like put in the old instruction)
female:
latina:{
black: setup.range(1, 25),
blonde: setup.range(1, 15),
red: setup.range(1, 0)
}, and ...
but now since you put all the portrait ( no matter the color inside the same ( correct race of the model) folder, with the "new code"
now, (taking the example i just made into account) it's put like this : ( like say in the guide V2)
female: {
latina: setup.range(1, 40),
and ...
why ? because 25+15 = 40
in short follow the guide V2 instead of the instruction inside the mod part 1
to answer your question about the actions , all the girls have the majority of them (if i recall correctly i did an update to include kissing 69 and other a few month ago) there is however two things to know ,Thanks, i see the game removed the hair color criteria. So all the pictures in the right "race' folder
Okay, i did take a couple minute but i had to rename all file of the custom portraits, then i've add it to the "race" folder.
And then i've set the range. Regarding the pictures, it's working now great.
But i am wondering about the actions ? I did some test but i've see only one action with the correct thumbnail for the actress. I did change the name as well before but i don't know if every actress have "all the action" such as kissing ect... ?
Also additional question, in-game when customize the slave, is it useful to go at "Custom Portrait" tab and tick the right name as well ? Or only the name change is enough ?
O think by assigning them the Teacher Job in the Guest House, like you would do with any other Job. but unlike scavengers or maids, they're simply gone now....How did you get the teacher in the library? I have 2 teachers, the library built, books for the MC and kids to teach but I can't get them together. All I can assign either of them to is forest or scavenging for the guy and those plus the streets for the woman.
Isn't related to the Mod..Anyone can help me with this error? I'm using Smokrader mods and all is working perfectly aside this. No idea where is coming from....thanks in advance.
View attachment 4599786
i confirm it has nothing to do with my modAnyone can help me with this error? I'm using Smokrader mods and all is working perfectly aside this. No idea where is coming from....thanks in advance.
View attachment 4599786