There's a Mega link floating around with the source code, but it's for an out of date version. That's kinda it.Dev states this game is "open source." Did they ever release the Unreal Engine source, so game can be re-compiled?
All I'm seeing in the git is a lot of information on how to add mods. Doesn't appear to be the actual game code.
It can be done, just need to know how. Problem is, some of the poses don't line up, and some do.Can I create a mother and a young son for known purposes? I think typically about shota
Or better, the whole city of mother and sons
I'm attach the NickNo's NPC Manager what I modified a bit to be unresctricted, so it can set any relationship with anyone. Maybe it can be useful to someone and for test purposes.It can be done, just need to know how. Problem is, some of the poses don't line up, and some do.
Doesnt seem to exist anymore. link brokenThe MEGA link in that post still works.
You don't have permission to view the spoiler content. Log in or register now.
hey just wanted to let you know when i copied over the files some of the replaced files (original) are newer (file date) than some files in your mod packand place folder in *\LifePlay\Content\Modules. [Note: New versions/updates to LifePlay will erase changes made.]
You should read the readme.txt in the mod's folder first, it's contain the answers for your 'howitworks' questions and limitations.I tried to use the NickN mod "Expanded Home 0.4"
when i go to one of the rooms (example Kitchen Office etc)
i just get an empty concrete room
is there a way to edit them or am i missing some addon ? i cant find any documentation on it lol
edit/update: I noticed an option "Build a New Room" and was able to build a living room which replaced the empty one, but now the build room option is greyed out. is this limited to 1 build or is it on a cooldown or something?
lmao im blindYou should read the readme.txt
So I think you didn't finished the buildings and/or run out of energy.
In general all mods (including some very basic mod) what was wroted or updated to became usable on LP 4x versions should be fine exept that ones what modify the game mechanics like original pimpyourgirl, or betterpregnacy. These ones (are wroted to LP3.18) replace some crucial stat to they own, breaking the mechanism what used by the base game and many scripts (like unlock pornfame or other stats min-max value and become incompatible with a lot of other things).lmao im blindty tho and bigups your mod extension too btw (
actually do you know if the mods listed on the fandom wiki that arent listed on f95 are still functional? seems like both lists have some of each other stuff missingnm apparently its just the Raddicks ones)
yeah i chose to build DIY and the room was FURnished instantly and i could go in it at will. but the button was greyed out but i since went on and played more and now that i loaded back in today the button is white again so yeah it seems to just be cooldown on gametime
Last anyone hear from him was July of last year. His discord mods haven't heard anything, he hasn't said anything in Discord or Patreon and hasn't commented on F95 at all.Did Vinfamy die?
I don't see any future projects listed on his patreon
The problem is with the conditions.This is one of the scripts I rewrote, and it's supposed to spawn between midnight and 2 a.m. in the morning, but it doesn't. Maybe someone can take a look at it for me and let me know what I did wrong?
WHAT: all
WHERE: home
WHEN: 0 - 2
WHO: Actor = getRelative(Parent, StepParent); If !Actor.isMale() && Actor.hasRelationship(Spouses) && Actor.livesWithPlayer() && Actor:incest > 10
OTHER: isModEnabled(vin_Netori) && isModEnabled(vin_Incest) && !Player.isFemale() && !isWithCompanion() && !isWithCompanionCreature()
Is the one from Ravenger updated enough or should i not be using that either? it seems like Raddeck has another modified version of sb betterpreg as well maybe thats a replacement?like original pimpyourgirl, or betterpregnacy.
Icebird, Thank you for your help. I really appreciate it, and I'll try both of them.The problem is with the conditions.
1. Your script can run only during the 3 activity listed in the WHAT header line...
2. and a very tight interval (2h) defined in WHEN line...
3. on inconsistent location in WHERE...
4. usingunnecesarynot really necessary npc lookup (Actor2 -aka the'Dad'- isn't used, just checking his existence)
AllAny condition lowering the chance to run a scene.
So, try with this header:
The isModEnabled conditions are (aestethically) optional until isn't conflict any other requirement. Also the 'Actor:incest > 10' check isn't really neccesary because you use hypnotism in the dialogs.Code:WHAT: all WHERE: home WHEN: 0 - 2 WHO: Actor = getRelative(Parent, StepParent); If !Actor.isMale() && Actor.hasRelationship(Spouses) && Actor.livesWithPlayer() && Actor:incest > 10 OTHER: isModEnabled(vin_Netori) && isModEnabled(vin_Incest) && !Player.isFemale() && !isWithCompanion() && !isWithCompanionCreature()
So my remarks on my header alternative:
WHAT: this scene can interrupt any other scene when triggered (interrupts any Player activity)
WHERE: this scene trigger if the Player is at any home location (incuding bathroom, livingroom, etc. so without any restriction)
WHEN: triggers between 0-2 only
WHO: calls the npc who is players mother or stepmother, living with player, has a husband(*), and has at least little incest affinity (doesn't trigger on exrelatives when Player is in incest relationship w them, neither if she hasn't a husband)
OTHER: scene can run if the netori and incest mods are active, when Player is not female (has dick) and the player is alone
(* Yep, some cases your original method is smoother here because in my method requires the parents to be spouses. If they not married so they relation isn't defined with eachother this condition blocks the run.)
You don't have permission to view the spoiler content. Log in or register now.
As I know Ravenger is repaired that mod (too) so they own version isn't count original (call it an updated, uptodated, or repaired version). I pointed on that untouched Sexybastardo's mods what they can be still found here and there on the net. That original version works with the LP3.x versions up to the early LP4.x versions. Isn't working well on LP5.x versions. I think Raddeck do something similar in they own version. I don't know what they made, try ask them about it.Is the one from Ravenger updated enough or should i not be using that either? it seems like Raddeck has another modified version of sb betterpreg as well maybe thats a replacement?
would be cool to have a complete working compilation of all the mods uploaded so dont have to do a bunch of conflict testing