lotafun

New Member
Feb 2, 2020
4
8
54
can someone give me quick lore recap of what's going on with this game ?
it was abandoned long time ago yet forum is still very active did someone pick it up ?
He realised how hard it would be to maintain and develop the whole game. Truth is if you a good modder, doesn't mean it's easy to make a game for you.
Nobody cant continue developing it, because source code is closed. Vinfamy made it open source modular, but changing core things requires his access to core of the game. So you can only see community made content and mb QoL patches, but nothing like new mechanics or even hairs/models etc and such. Huge respect to Vinfam for a game tho.
 
  • Like
Reactions: M_e_*

PhazeUFO

Well-Known Member
Sep 28, 2021
1,852
1,979
286
He realised how hard it would be to maintain and develop the whole game. Truth is if you a good modder, doesn't mean it's easy to make a game for you.
Nobody cant continue developing it, because source code is closed. Vinfamy made it open source modular, but changing core things requires his access to core of the game. So you can only see community made content and mb QoL patches, but nothing like new mechanics or even hairs/models etc and such. Huge respect to Vinfam for a game tho.
Pure speculation.
 
Mar 21, 2023
184
88
69
He realised how hard it would be to maintain and develop the whole game. Truth is if you a good modder, doesn't mean it's easy to make a game for you.
Nobody cant continue developing it, because source code is closed. Vinfamy made it open source modular, but changing core things requires his access to core of the game. So you can only see community made content and mb QoL patches, but nothing like new mechanics or even hairs/models etc and such. Huge respect to Vinfam for a game tho.
Been out of the loop on this for a while. What is the best version to download and where can I find mods?
 

larsVeeke

Newbie
May 2, 2025
16
5
3
It is. Dev has been gone altogether since July '23 and not here or on Patreon in over 2 years now...
but ppl are still making content for the game,does it mean that it is dead? look at fallout 4 game 10 years old,no new dlc ectra but still ppl are making mods for it,that a game hasn`t envolved or finished,doesn`t mean it is dead..as long there are players and being talked about it or making mods for it
 
Last edited:

larsVeeke

Newbie
May 2, 2025
16
5
3
Is that mod launcher thing still viable, or is it better to just get the base game and add my own stuff?
and pick rk-lifeplay-mods fix or scroll bit down to rkmodmanager (for me both are not working,got a next gen pc and it stoped working for me,on old one it worked)
 

exjoker \SX

Member
Oct 14, 2022
212
204
119
When ever I had issues with programmer errors I just use a work around.
I usually find Actor Variables to be the most reliable method to work around many issues.
.setActorVar(tag_Married, 1)

AV = .getActorVar(tag_Married)

If AV > 0

Note does not work with Negative values unless you are trying to remove Variables.
OK, few days has passed, and I once again review this line.

May I ask, how can I check these "codes"?

Honestly, my balls get rumbled when I see those codeso_O And what you said seem like I'm gonna code or somethingo_O

Where is the operation panel? Can I get everything back to normal by checking these code-operation stuff? Or, do I operate within the gameplay?
 

exjoker \SX

Member
Oct 14, 2022
212
204
119
Has anyone ever downloaded the mod "erotic shop"?

This mod provides the possibility of purchasing sex toys, leading to play with what is bought.

However, when I was done getting one, I tried to click the item "play with sex toy", the only thing I received is "world...the world is on fire", and nothing hot ever happened.

Did I forget to download some other significant assistant mod? Or, this is about mod, not me?
 
Last edited:

Ravenger6660

Active Member
Sep 14, 2017
879
1,034
346
OK, few days has passed, and I once again review this line.

May I ask, how can I check these "codes"?

Honestly, my balls get rumbled when I see those codeso_O And what you said seem like I'm gonna code or somethingo_O

Where is the operation panel? Can I get everything back to normal by checking these code-operation stuff? Or, do I operate within the gameplay?
I had C++ knowledge going into it. Currently learning Java and Python.
If you open the lifeplay game file there folders labeled Commands and Conditions etc... These were helpful for finding out what does what. I also studied existing scenes in notepad++ to see how stuff is laid out. Then edited fixed stuff. I have been at this for 5 years. {insert felling old meme}
 
  • Like
Reactions: PhazeUFO
3.40 star(s) 116 Votes