MrBloobby123

Member
Sep 30, 2021
126
30
I have both Plonker's and Jordan's modpacks installed but I can't find the new collection screen at all in the contacts but it's shown on the website. Am I missing something?
 

skullcam37

Newbie
Game Developer
May 18, 2020
55
361
Where do I go to find this?
On the laptop in the Studio

I have both Plonker's and Jordan's modpacks installed but I can't find the new collection screen at all in the contacts but it's shown on the website. Am I missing something?
Website has a newer version which includes the new collection screen. Game on here has just been updated to include the latest updates.
 

Plonk

Member
Jul 9, 2017
320
282
Updated my modpack to V1.15 for APL V1.35.5. This update mainly focuses on Playing Card content and adds a few more contacts. Modded contacts also use the new collection system, gotta collect 'em all!!!

V1.15 :-

You don't have permission to view the spoiler content. Log in or register now.
 

jh1990

Newbie
Jun 11, 2020
50
75
im litrally jsut about to update my modpack html file for new update so tht might also solve it if you are bootingfrom moy modpack
 

Leon_Hughes11

Newbie
Apr 10, 2019
32
19
Hey, I think I could use some help. I finished all of the available objectives for chapter 6 but haven't progressed to chapter 7. What am I missing?
 

MrBloobby123

Member
Sep 30, 2021
126
30
I'm thinking about making my own girls for the game. Is there any instructions about how to go about it? Please no Discord links I can't make an account
 

Plonk

Member
Jul 9, 2017
320
282
Hey, I think I could use some help. I finished all of the available objectives for chapter 6 but haven't progressed to chapter 7. What am I missing?
Visit Cherie's office on Sunday PM

I'm thinking about making my own girls for the game. Is there any instructions about how to go about it? Please no Discord links I can't make an account
Most of the modding stuff is on Discord sadly. I can give you a brief overview on how to start though and if you have any problems feel free to ask.

Currently the Model Space (MS) and Contacts are moddable. The MS can include any content you want (you can also add to existing contacts or channels), and the Contacts are similar but you need specific type of images and only new ones can be added.

I have added a Sample.zip to show how the folders are arranged and what the mod.js and modLoader.js looks like. For now let's start with making a new model for MS. MS is the easiest one to make for, ideal for all types of models.

First we need the content for the model and we also need notepad++.

Extract the Sample.zip straight into your game directory so that the directory should now look like this :-

Untitled.png

Next open the mods folder and you'll see /ModelSpaceSample folder. Rename this to your model that you're using. Now open this and you'll see a few folders and a mod.js file. Open the mod.js with notepad++, it should look like this :-

Untitled2.png

On line 9 replace Insert Here with the model name.
On line 10 you may add any aliases the model has if you wish, if no leave this as is.
On line 11 replace Insert Here with dialogue that your model will say when she appears on the MS.

Now for the fun bit...

If you check your folders you will notice they line up with the number of types of shoots. The big thing to remember here is that you can have as many or as few shoots as you like. You just have to make sure the code calls upon the right folder for the right shoot.

So for example line 13 just after type you will see "Anal", this is what's displayed in game for that shoot type. The number in Length is the amount of pics in that shoot. Make sure you name your images from 1 - x (so in the above example for anal, images need to be named 1 to 25) where x is the amount of images.

Now in that same line you'll notice that there's a second reference to anal ("/anal/"). This is code to tell the game to search in this paticular folder for the images for this type of shoot. Make sure this is exact, otherwise it won't work.

So here is an example of the mod.js of one of my first models I made :-

Untitled3.png

So a few golden rules to follow while doing this :-

1. For content containing videos prefix both the type of shoot and the folder with VID (like in line 32 for VIDPorn), do not mix vids and pics in the same folder.

2. Images don't automatically resize, I'd advise resizing pics to 864xXXX for Landscape and XXXx750 for Portrait pics as this is ideal for the portsize and displaying purposes. (Anything too big will take ages to scroll and won't display properly on lower resoultion screens).

3. You can have as many types of shoots as you want, remember the very last shoot type doesn't have a comma at the end (refer to line 33), otherwise the mod won't work.

So you've got the mod.js sorted, images in the correct folders and images renamed appropiately, now there's two more things to do.

Firstly you need an Avatar pics, this needs to be 1:1 aspect ratio (ideally 100x100 but can be bigger, the game does resize this) and placed in the models folder.

Lastly remember that modLoader.js file? We now need to open that with notepad++ and add our new model to the load list at the top of the modLoader :-

5.png

Replace both instances of ModelSpaceSample with the name of your model folder. That's pretty much it, you can add as many models as you wish, make sure you add them to the modLoader too!

I have uploaded a small version of my Bree Daniels pack so you can compare. Remember to add her to the modLoader!

I know this is long winded but I hope this helps. I'd still highly advise getting on Discord if possible for modding stuff.
 
Last edited:
  • Like
Reactions: MrBloobby123

MrBloobby123

Member
Sep 30, 2021
126
30
Most of the modding stuff is on Discord sadly. I can give you a brief overview on how to start though and if you have any problems feel free to ask.
Thanks this is just what I'm after. This should probably be stickied or something. I will have a look at this later.
 

Zirenaz

Member
Feb 20, 2020
359
296
i just started the game with a previous save
and i don't know how to progress to chapter 7
can anyone help me ?:unsure:
You will have to visit Cherie on Sunday PM and have a look at her computer

Struggling with the password on Cherie PC.
You don't have permission to view the spoiler content. Log in or register now.

34/35 contacts... Is there a list somewhere to find who I'm missing??
You can find a list on the games Discord, you can find the link in OP
 
3.60 star(s) 22 Votes