Jul 17, 2018
369
163
Is there anyway to see what the character presets look like? I had saved many lpcharacter files. Then, my computer decide to crash, and my hard drive stopped working, so all my files were lost. I'm trying to make them again, but I can't remember the settings for the face morphs. I know it's preset, because I would just click on new relative or new NPC, and it would just come up. I tried doing that, see if it comes up randomly, but nothing.
 
Nov 22, 2017
123
101
Thank to this little code I was able to make updates to my mod to look better.
Code:
        If Player.isMale()
            Player.dressExcept(Outerwear, Top, Bottom, Foot, Headwear)
        Else
            Random
                Player.dress(Cool-Bra_1_F,Cool-Panties_1_F)
                Player.dress(Cool-Bra_1_F,Cool-Panties_2_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_1_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_2_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_3_F)
                Player.dress(Cool-Bra_1_F,Appealing-Panties_4_F)
            EndRandom

        Endif

I'm still studying your code to see what else I can learn from it.
Might even add my own addition to it, if I could get them to work... {still testing}
Can you make changes to feel tummy? This activity always occurs when a woman becomes pregnant on the same day and it should occur when a woman discovers her pregnancy and tells her partner :)
 

NickNo

Member
Modder
Jan 19, 2020
247
294
So every girl in my game rn, when they have a sex / pregnant, they will change their name and thats so annoying. Can you guys help me>?
To what does the name change? With every sex or only when baby received?
Which mods do you use?
 

Zindith

New Member
Nov 27, 2020
6
1
How make LifePlay.sh executable:
In terminal:

1) Open a terminal window
2) cd to LifePlay directory (e.g. cd ~/Downloads/LifePlay_2_14_Linux/)
3) chmod +x LifePlay.sh
4) Run LifePlay.sh
(Fresh/"Casual" Linux users: Linux is case sensitive. make sure you type LifePlay.sh, and not lifeplay.sh)

On KDE Plasma with Dolphin file manager:
1) Right click LifePlay.sh
2) Click Properties
3) Click Permissions
4) Check the checkbox for "Is Executable"
5) Click OK, then run LifePlay.sh
It should be very similar in other DE's (Gnome, Xfce, Budgie++)

View attachment 485857
I downloaded the file, and tried everything you put in the instructions. But nothing is working to make this game playable. IDK if it's me or because I'm on Windows 10. But I cannot get this file to become extractable by any means and it's irritating to all hell! At this point it's unextractable, and therefor unplayable until the download is fixed. Unless someone can explain an easier way to fix this problem I seem to be having.
My question is why not make the file extractable from the start and make it sooo much easier from the beginning?
 
Aug 8, 2017
386
302
I downloaded the file, and tried everything you put in the instructions. But nothing is working to make this game playable. IDK if it's me or because I'm on Windows 10. But I cannot get this file to become extractable by any means and it's irritating to all hell! At this point it's unextractable, and therefor unplayable until the download is fixed. Unless someone can explain an easier way to fix this problem I seem to be having.
My question is why not make the file extractable from the start and make it sooo much easier from the beginning?
Those instructions were for running the Linux version. If you're on Windows, ignore that post.

Also, are you mixing up executable and extractable?
 

NickNo

Member
Modder
Jan 19, 2020
247
294
My question is why not make the file extractable from the start and make it sooo much easier from the beginning?
1 Vinfamy is packing the game using 7Zip. A compressor that can reduce file size down to usually 30-50%, way more then most other archivers/compressors. This is done to keep the upload / download small for users with slow internet. You need the same software (which is free and open source) to decompress it. Get the software here: - 7Zip by the way is a defacto standard now adays. Like WinRar or WinZip used to be standards in 2000 or so... - And 7Z can handle all those old formats, so you can use it for them as well.

2 If the 7ZIP file would be self extracting (which is possible) it would only self extract on Windows systems, not Linux or anyting else.

3 Many ppl do not like to download executables from the www. (Altough they like downloading archived executables and run them without checking, so this point can be ignored... :D)
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
Can you make changes to feel tummy? This activity always occurs when a woman becomes pregnant on the same day and it should occur when a woman discovers her pregnancy and tells her partner :)
Can't code a time frame yet, if ever.

Of course "in real life" a guy would still rub a girl's tummy maybe in hoping they knocked her up or just to check if they feel movement.
 

Zindith

New Member
Nov 27, 2020
6
1
Those instructions were for running the Linux version. If you're on Windows, ignore that post.

Also, are you mixing up executable and extractable?
When I downloaded the game, all I got was a text file and nothing else. So IDK if I'm doing something wrong, or if this is supposed to happen and I'm just not understanding the directions or something else.... SMH
 
Aug 8, 2017
386
302
When I downloaded the game, all I got was a text file and nothing else. So IDK if I'm doing something wrong, or if this is supposed to happen and I'm just not understanding the directions or something else.... SMH
Which download link did you use? Both the NOPY and MEGA links are for .7z archives, for which you'll need the software NickNo linked ( )
 

epicbrofist88

Newbie
Jan 25, 2019
34
5
HI
I have a question how can i make the npc who cheats on his spouse with me call me and become my lover?
Which mod i need for that?
 

NickNo

Member
Modder
Jan 19, 2020
247
294
After some testing and feature storming with AlexWolfJEDYNY I'd like to share my NPC Manager with you on F95 as well.

I initally wrote it for testing and debugging, but it evolved to some handy tool that helps you manage / find / delete / modify NPCs, Relatives and their relations with you or each other. It also can do batch processing like deleting all NPCs of a certain gender, making all females pregnant, adding all NPCs to your contacts etc.

You can get the mod here: or use my LPLauncher / ModManager to get it.

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

Finding NPCs is done either by contacts or by fisrt/last name text search. You can also select NPCs that have relations to you directly as targets for operations. See screens for more about what it can do.
nnmpcmgr.gif
It still is a debuging tool! Use it with care and create backups of your savegame before each usage! The readme.txt may also contain some wisdom for you.

More Ideas, Bugs, Feature-requests? Just let me know by PM! Otherwise please: @ tag me or I probably won't notice it.
 
Last edited:

ZTex

Engaged Member
Apr 3, 2019
2,928
4,246
More Ideas, Bugs, Feature-requests? Just let me know by PM! Otherwise please: @ tag me or I probably won't notice it.
NickNo Idea but i'm not sure if possible. Get list of all currently pregnant characters (either a new custom tag in the Contacts filter or something, perhaps even sort by pregnancy length since this is tracked)
 

NickNo

Member
Modder
Jan 19, 2020
247
294
that would do wonders
Done. Check the batch processing part of the NPC manager.
You can now tag pregnant NPCs or impregnate any woman in the game... just for fun and with one click :D
 
Last edited:

NickNo

Member
Modder
Jan 19, 2020
247
294
When do You think such timing changes may be made to the game? Only at 4.0 or earlier?
Ravenger6660 Maybe I'm dumb - or don't get it ;) - You could write a secondary scene that triggers "sometime" after the baby recieved event... or not?

Sure you cannot control "sometime" yet, but you can write the scene. You could also add trigger points (followUp) to other scenes you control.
 

Ravenger6660

Active Member
Sep 14, 2017
841
977
https://f95zone.to/threads/lifeplay-v3-17-vinfamy.11321/post-4138623

Mod mostly fixes and updates

NEW stuff
start_Labour {Force a pregnant companion to give birth at anytime }

Family_proposes_baby { Sometime your own family wishes it was a little bigger.}

dildo_impregnate_Futa { Go fuck yourself, literally, and be your both mom and dad to your child. }

"Other stuff I might forget." {No really, I sometime forget what stuff I did since last update.}
 
3.30 star(s) 118 Votes