Ceivoile

Newbie
Jun 7, 2022
26
6
Tampering with the game files is currently not the best idea. Unrpyc (the tool which is used to decompile the game scripts) is in it's default version not able to do it's job since the game updated to RenPy 7.50. There can be some changes made to it ( ) to get it working but I found at least one decompilation error (which can lead to parts of the game not functioning correctly) when doing so and unless you know enough about RenPy and the game's code itself I would not recommend changing anything...

If you still want to do it here is a little tutorial. (you need to know how to use the command line and how to run stuff with python...)
You don't have permission to view the spoiler content. Log in or register now.

Alternatively you could use the console to impregnate the girls (don't think changing the fertility with the console is possible) by forcing the impreg. You can do this with the following command:
girlname.impregnate(True)
The girlname needs to be lowercase (sasha would work while Sasha wouldn't). The True parameter forces the impregnation process...



Sorry, totally missed that one (was a little bit under the weather the last two weeks). You're right, it's inconsistent. If one of the devs forgets to add girl.impregnate() and girl.sexperience +=1 to the events it just doesn't do those things... ^^
Damm,i tried to manually edit the script,but never used python,trying to learn it,i still dont know what sht to do kek,i tried following the youtube and still fail,i found this one website called gameresource viewer,and i can like extracy it there but,that it,i can only see the content on the scriprt rpa,but cant do sht about it,also is there a list of console command that i can find?
 
Last edited:

Rancid Dragon Productions

Member
Game Developer
Feb 27, 2020
273
336
If I were to critique this game I would fix two things for sure ... First, I'd make it so that you can skip whole days instead of MAYBE skipping a few hours sleeping. Second, I would fix the fact that Emma is next to impossible to get unless you forego getting any of the other Harems. I have all of the Harems and girls except her. I've collared all of them I'm able to.

I like the game in general ... though I'd fix the art on quite a few scenes. For example, the scene of the quintet is pretty awesome, but there are some other scenes that are not great. Overall it's a fun game, except when you have to wait for the Beach to open. That drags on quite a bit.
 
  • Like
Reactions: MisterDuck

Ceivoile

Newbie
Jun 7, 2022
26
6
Also is anyone know how many day needed for the girl to notice you that she pregnant?and how many day needed to give birth?,if you also know the counter data of it,like example if i not mistaken when the pregnant counter data is 15 its will show the girl in pregnant model
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
Damm,i tried to manually edit the script,but never used python,trying to learn it,i still dont know what sht to do kek,i tried following the youtube and still fail,i found this one website called gameresource viewer,and i can like extracy it there but,that it,i can only see the content on the scriprt rpa,but cant do sht about it,also is there a list of console command that i can find?
Hmm, you can try the following things (I guess you're on windows?):
You don't have permission to view the spoiler content. Log in or register now.

After that editing should be possible...

You don't have permission to view the spoiler content. Log in or register now.
Also is anyone know how many day needed for the girl to notice you that she pregnant?and how many day needed to give birth?,if you also know the counter data of it,like example if i not mistaken when the pregnant counter data is 15 its will show the girl in pregnant model
At least 6 days, some girls need to be in a specific location (like Bree in the shower), be aware not all girls react to pregnancy yet...
After a girl gets impregnated there should be an icon flashing up for a few seconds:
1658401302593.png
 

Ceivoile

Newbie
Jun 7, 2022
26
6
Hmm, you can try the following things (I guess you're on windows?):
You don't have permission to view the spoiler content. Log in or register now.

After that editing should be possible...

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


At least 6 days, some girls need to be in a specific location (like Bree in the shower), be aware not all girls react to pregnancy yet...
After a girl gets impregnated there should be an icon flashing up for a few seconds:
View attachment 1937182
Alright,thank you so much,you been helping me so much,and i am thankfull for that
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
Can't compile game on renpy version 8.
The game is made in renpy 7.5.0. You can't compile it with renpy 8 unless you update the code to python 3...

UNREN FOR LOVE SEX

It is placed in the home folder of the game, not the one that says game
This produces errors, for instance try to watch tv with multiple persons in the living room...
The ArgumentInfo needs to be updated for 7.50 because extrapos and extrakw are deprecated:
 

Arthas Menethil

Well-Known Member
Apr 7, 2019
1,169
780
The game is made in renpy 7.5.0. You can't compile it with renpy 8 unless you update the code to python 3...



This produces errors, for instance try to watch tv with multiple persons in the living room...
The ArgumentInfo needs to be updated for 7.50 because extrapos and extrakw are deprecated:
With that Unren decompiled the whole game, nothing to do with ast.py

I know that renpy 8 is python 3, but the code of the game does not work for that version, it has to be fixed
 

gnadudu

Well-Known Member
Aug 31, 2018
1,845
2,733
With that Unren decompiled the whole game, nothing to do with ast.py
Yeah it decompiles fine, but there are errors which you only see while playing the game... ^^
Like I said try to watch TV with multiple girls in the living room, or try to watch porn with them after decompiling with Unren v7.5.0 v1...
 

Cartageno

Devoted Member
Dec 1, 2019
8,609
14,618
Yeah it decompiles fine, but there are errors which you only see while playing the game... ^^
Like I said try to watch TV with multiple girls in the living room, or try to watch porn with them after decompiling with Unren v7.5.0 v1...
For a second I forgot that "watching TV with girls" refers to the in game action and thought you were circumvently trying to explain the problem of different RenPy versions with some non-obvious simile ...
 

ArDZer

Well-Known Member
Feb 20, 2019
1,520
3,678
Hmm, you can try the following things (I guess you're on windows?):
You don't have permission to view the spoiler content. Log in or register now.

After that editing should be possible...

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


At least 6 days, some girls need to be in a specific location (like Bree in the shower), be aware not all girls react to pregnancy yet...
After a girl gets impregnated there should be an icon flashing up for a few seconds:
View attachment 1937182
I think the girls that don't react (as in revealing their pregnancy in a conversation with the protagonist) so far are Emma and Harmony. That might change in future updates.
 

jimmyjoo

Active Member
Jun 28, 2019
649
329
If I were to critique this game I would fix two things for sure ... First, I'd make it so that you can skip whole days instead of MAYBE skipping a few hours sleeping. Second, I would fix the fact that Emma is next to impossible to get unless you forego getting any of the other Harems. I have all of the Harems and girls except her. I've collared all of them I'm able to.

I like the game in general ... though I'd fix the art on quite a few scenes. For example, the scene of the quintet is pretty awesome, but there are some other scenes that are not great. Overall it's a fun game, except when you have to wait for the Beach to open. That drags on quite a bit.
It's not impossible but it does require you to have a plan. You need to complete Emma's story to the point of judgement before dating other girls. Once you compete that milestone, you're free to date or engage in other harems with no issues.
 

4shBorn

New Member
Jan 2, 2019
2
0
hey just saying i love this game but ... do they plan on updating for Mac ? cause i've been waiting for an update a long time now X)
 

Cartageno

Devoted Member
Dec 1, 2019
8,609
14,618
hey just saying i love this game but ... do they plan on updating for Mac ? cause i've been waiting for an update a long time now X)
The game is updated in Mac as well, only nobody is sharing it here.

Trulove is the love&sex remake???
Dunno whether it will be a remake as such, it's Andrealphus' announced new game scheduled to release September.
 
  • Like
Reactions: 4shBorn
3.60 star(s) 286 Votes