ihutch

Newbie
May 29, 2017
26
10
Is anyone else getting random new twin sister/brother NPC since 4.8?

to be fair i have a shit ton of mods activated but mostly use my own, that do not add new characters.
No i cant say i have experience this problem.

I have not created any mod (yet) .... but i had with 4.x (think 4.5) to 4.7 and issue with a randomly occuring Girlfriend ... (identified by age as my MC does not date or have lovers over a certain age

Only Girlfriends who age naturally are allowed to be over a certain age and in a relationship with my MC

However i think i figured it out ....

  • Lack of understanding when joining an NPC polyamorous relationship between two NPCs (mechanics)
 

evilll23

Newbie
Mar 19, 2019
40
17
except for some graphics issues game seems promising. Keep going and imho you should pay some attention to graphics anyway game is great and quite enjoyable to play
 
Jan 13, 2018
19
6
The sex position preferences are a bit screwed. Everyone will absolutely hate oral or prostitution Johns will hate anal but will request it anyways as the only option.
This should be looked at. Maybe an option to disable these preferences so people don't have to keep fooling with the text files to find work arounds.
 

ihutch

Newbie
May 29, 2017
26
10
The sex position preferences are a bit screwed. Everyone will absolutely hate oral or prostitution Johns will hate anal but will request it anyways as the only option.
This should be looked at. Maybe an option to disable these preferences so people don't have to keep fooling with the text files to find work arounds.

This something i would like to see worked on as well ....

You have Scenes which refer to "Sexual Training " based on how much sexual experience exists between , NPC and MC ...

It would be nice to see this actually having a purpose in which during the scene you can either raise or lower the MC or NPCs prefereces for sex positions ...

Unless there is a mod or other content which i have missed that already has this function
 
Last edited:

van321

Member
Jan 7, 2021
196
348
After a couple years tinkering with Sims 4 modding, the fact this whole game is on the backs of one developer is damn impressive. Well done!

Is there a way to get organically (i.e. social media, asking) more information about an NPC (or any mods out there), like their occupation, where they live, gauge attraction/rapport/stats, etc.?
 

elfelganor

Member
Jun 19, 2017
147
139
Hi, so I sort of wanted to know if it was possible to open up a porn company with beastiality content being there. So far I see no option.

Also I noticed that I can open up files using "notepad++". All the beastiality animations and contents are already there but just needs a option and a path. Just out of genuine curiosity, is it possible to add such a thing?
 

Lostlegends

Active Member
Modder
Jul 9, 2017
596
1,176
Hi, so I sort of wanted to know if it was possible to open up a porn company with beastiality content being there. So far I see no option.

Also I noticed that I can open up files using "notepad++". All the beastiality animations and contents are already there but just needs a option and a path. Just out of genuine curiosity, is it possible to add such a thing?
LifePlay\Docs\Modding\
 

The Grifter

Active Member
May 28, 2017
698
1,100
Hi, so I sort of wanted to know if it was possible to open up a porn company with beastiality content being there. So far I see no option.

Also I noticed that I can open up files using "notepad++". All the beastiality animations and contents are already there but just needs a option and a path. Just out of genuine curiosity, is it possible to add such a thing?
Have you installed the unofficial patch from some mysterious modder on page 1? If you haven't yet, make sure you do, then check if it is activated in the mod settings to enable that content.
I don't think a scenario for such a porn company exists, though I'm not sure. I have a different set of fetishes.
 

kuro95zone

Newbie
Jul 8, 2021
77
54
hehe and have fun with a bazzilion doggo's in your bed room... atleast the horse goes away :):):)

you could download the porn corp mod and make your own modifications based on that
 

elfelganor

Member
Jun 19, 2017
147
139
Have you installed the unofficial patch from some mysterious modder on page 1? If you haven't yet, make sure you do, then check if it is activated in the mod settings to enable that content.
I don't think a scenario for such a porn company exists, though I'm not sure. I have a different set of fetishes.

The content is on alright. That's all good. I get all the scenarios and that's fine. It's just that, when it comes to owning the business, there is no option of using that category for making money. Unless you are a female character. But even with that, you don't have the actual option. You just have to wait for the scenario to appear where they will pay you money for such an act.
 

kuro95zone

Newbie
Jul 8, 2021
77
54
The content is on alright. That's all good. I get all the scenarios and that's fine. It's just that, when it comes to owning the business, there is no option of using that category for making money. Unless you are a female character. But even with that, you don't have the actual option. You just have to wait for the scenario to appear where they will pay you money for such an act.
Made a tiny mod, stuff it in your modules folder and you get an interaction on you dog if that is what your want.

Question
How do you actually select a dog in a scene?
getSpecific, getID, SelectNPC, chooseContact does not seem to work on them

Can you load them with a TAG

I could get triggers to work, but it seems random, what if you wanted to load a specifc dog in the middle of a scene.
 

Deleted member 2476484

Member
Modder
Jun 15, 2020
164
117
Made a tiny mod, stuff it in your modules folder and you get an interaction on you dog if that is what your want.

Question
How do you actually select a dog in a scene?
getSpecific, getID, SelectNPC, chooseContact does not seem to work on them
try with getCreature()
One more thing, what happen if the player have more then one animals..... your actual code will not works

Can you load them with a TAG

I could get triggers to work, but it seems random, what if you wanted to load a specifc dog in the middle of a scene.
Actor.show(x,y,z)

It's all in the Doc!
 

caracute524

Newbie
Aug 21, 2021
22
14
I am trying to update from 4.7 to 4.8 with the update only file and I cant seem to clearly find the information to do so. can someone please help?<3 I Have read all the .txt and still cant figure it out ;( thank you!! this is my favorite game I have found yet<3
 

Darkiger

Newbie
Oct 30, 2019
21
8
My computer has a good setup, I can play all the games high res. I don’t know if my settings are messed up, but the loading time of each area is a pain. First are the walls displayed, then the chairs, then the tables, then the characters and so on. Maybe I missed something … is there a way to improve the graphics loading time ?

Second issue is for the dev, it would be great to improve the actions menu with filters or add categories. They are so many different positions (which is great ☺), that trying to find one in the list is not easy at all.
 

kuro95zone

Newbie
Jul 8, 2021
77
54
try with getCreature()
One more thing, what happen if the player have more then one animals..... your actual code will not works
The selection in my sample mod is "WHO: Actor = getTarget(); If Actor.isCreature(Dog)" in lpaction, so it works on any dog.


try with getCreature()
One more thing, what happen if the player have more then one animals..... your actual code will not works
That was my point how do you get a specific pet from your contact list. I could not get any of the selectors to work yesterday and dogs donot seem to have have/react to ID's

So the only option is to use the WHO statement or direct interactions.


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

Who do you mean with x,y,z in Actor.show(x,y,z)?
Docu says the parameter is a positionel number from 0-6
 
3.30 star(s) 118 Votes