potatoman9879
New Member
- Dec 30, 2018
- 8
- 6
Think I figured it out,Can you Combine smokerader and decker's packs?
Pls note I have not fully play tested this, so errors may occur.
This is 4 actrees doesnt include into smokraders packsError: Could not load pack 'packs/Anna Bell/actions.js'.
Error: Could not load pack 'packs/Ava Addams/actions.js'
Error: Could not load pack 'packs/Riley Reid/actions.js'.
Error: Could not load pack 'packs/Veronica Leal/actions.js'.
better place it into one archive, its a little absurdish to download every portrait one by one.5.Replace images/custom portraits withYou must be registered to see the links
I tried the following:Hey,
So, I'm trying to get my pack to work the new way and I don't seem to succeed.
Here is what I did :
- I put the pack in \packs\ subfolder
- So now I have \packs\Extended-decker-666\ that contains an actions folder and a actions.js
- I open the 53a index.html
- I loaded a save
- I went in packs to tick the extension "Extended-decker-666"
- I went to a guest and fucked her
- I chose Anal fisting several times I only get the same 2 images from main image folder.
No errors, I just see that it is not using the 19 pictures in the pack...
Can someone who has the pack working give me some advice ?
CU
SugarCube.setup.actions['Extended-decker-666'] =
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