Create and Fuck your AI Cum Slut -70% OFF
x

Klamar

Newbie
Sep 30, 2023
24
31
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
I tried the following:
/packs/Extended-decker-666/actions.js
/packs/Extended-decker-666/actions


I modified the actions.js:
JavaScript:
SugarCube.setup.actions['Extended-decker-666'] =

The actions.js in the pack is working, but it tries to load the images in /Game_Folder/images/actions.
The original images from the game are displayed without problems.
 

Mii88

Newbie
Aug 20, 2024
63
111
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?
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.
 
Last edited:

DandyMe

Active Member
Mar 27, 2024
681
498
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.
Still a WIP the teacher..
Will need to wait for them..
 

robertfierce

Member
Donor
Nov 13, 2017
383
457
Can 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.
 

smokrader

Member
Dec 25, 2017
284
204
Can 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.
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 was


white:{
black: setup.range(1, 18),
blonde: setup.range(1, 15),
brun: setup.range(1, 41),
red: setup.range(1, 11)
},....

but the dev changed the code since, into :

female: {
asian: setup.range(1, 10),
black: setup.range(1, 5),
white: setup.range(1, 20),
latina: setup.range(1, 5)
},

so now you only have to put the exact number of portrait for each race , instead of have to put the exact number for each color of hair , example:

so instead of :

(old code) white:{
black: setup.range(1, 18),
blonde: setup.range(1, 15),
brun: setup.range(1, 41),
red: setup.range(1, 11)
}, ...

which make 85 portraits in total ( if you choosed all),

(new code) it's:

female: {
white: setup.range(1, 85),...


that's why the copy and past don't work anymore , even if the principal stay the same
 

xavierlub

Newbie
Feb 2, 2018
51
9
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
 

smokrader

Member
Dec 25, 2017
284
204
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
je t'envoie cela par message privé dans quelque minutes.
 

bradster555

Member
Jul 21, 2023
261
130
hope someone makes a Blake blossom pack soon to go with the online version (it's easier to use and doesn't take up to much space)
 

OpenFire

New Member
Dec 18, 2023
12
10
je t'envoie cela par message privé dans quelque minutes.
Hello

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 ?

EDIT : Thanks for the guide :)
 
Last edited:

smokrader

Member
Dec 25, 2017
284
204
Hello

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 ?
yep sorry i didn't took time to upload the new guide, it's my fault here is it
 

OpenFire

New Member
Dec 18, 2023
12
10
yep sorry i didn't took time to upload the new guide, it's my fault here is it
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.

1740756252610.png

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

1740756191917.png

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.

4) 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)
}
I don't know what to do here, i don't know how to change the value related to the hairs color
 

smokrader

Member
Dec 25, 2017
284
204
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.

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
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 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
 

OpenFire

New Member
Dec 18, 2023
12
10
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 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
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 ?
 

smokrader

Member
Dec 25, 2017
284
204
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 ?
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 ,

1) when i could not find the action/scene with the pornstar like footjob for example; i puted a generic file

2) there is one action that i will not include in my mod , and that's the fisting part , for two reason: 1, rare are the actress who do it
2, since the actions itself is a fist in the ass or pussy, except that you will never the face of the model

so i don't bother doing it

as for you other question about slave ; no , you can personalyze a slave with a portrait of a pornstar and a name but it will not launch the video like it does in the default settings ( guest)

if i recall correctly it worked at the begining but since then the dev changed his code and it's not working anymore

same as a nurse: don't expect the mod to show you the same video as the default setting

why? because the dev created them ( the settings for default, slave, nurse ) works differently from each other

i'm however creating the part 3 and 4 that will include for some pornstar a personalysed video if they take a shower or are nurse and ...

it depend on the scene that the pornstar did or did not,

remember that, it doesn't mean that all pornstar will have nurse scene or shower scene and ..., What i mean is that 1 pornstar will have a Shower scene and not a nurse scene, another pornstar will have a nurse scene and not a shower scene and ...

but for now i'm focusing on the completion of the new pornstar model for part 3

while part 4 will be the part where i will add those dixit scenes
 

Vaars

Member
May 6, 2021
266
90
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.
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....
 

Shafty

Member
Aug 5, 2016
149
79
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.



Immagine 2025-03-01 043510.png
 
3.70 star(s) 50 Votes