tianmuxia

Newbie
Jul 19, 2017
19
7
I think the official site should add a page, to describe characters in game, like jp galgame sites
 
Last edited:

Camper23

Newbie
Jun 19, 2017
22
56
Thank you. Perfect 3D models!!!!!
I want the model files so much!!!!
Unfortunately, will not be released. Sad....
If you don't mind looking trough a few dozen pages of models to find the ones he used: . Just ignore the cupsize, since afaik things like that can be adjusted via slide inside daz...
 
  • Like
Reactions: King Monkey Mon

Camper23

Newbie
Jun 19, 2017
22
56
I want to change the font, any suggestion?
Create a text-file inside the games "game" sub-folder. The name of the file does not really matter.
Set the content of the file to:
Code:
init 1 python hide:
    gui.text_size = 48
Make sure that in front of the gui.text part are four space and not a tab
If you also/or just want to change the typeset of the font you need to add
Code:
    gui.text_font = "Arial.ttf"
Save the file and make and change the file extension to .rpy

Using the same method, one can also reenable developer mode in every renpy game, without the need of decompiling and unpacking the rpa and rpyc files.
Just place a rpy file inside the game folder with the content
Code:
init 0 python hide:
    config.developer = True
The basic startup routine, which disables developer-mode, if the creator chooses to set the corresponding flag, runs on "-1 priority". Using the "init 0" you specify to run you "patch-code" after that, and you can simply override what was set in the first place. In the ui patch i advise that you use at least init 1 since some manual config often takes place at level 0 and this way you can override those settings as well.

PS. After changing anything a .rpy file, you have to delete the corresponding .rpyc file and restart the game. Alternatively I you have developer mode enabled, you can press Shift+D and choose "reload game-files", which under the hood works alike.
 
Last edited:

tianmuxia

Newbie
Jul 19, 2017
19
7
Create a text-file inside the games "game" sub-folder. The name of the file does not really matter.
Set the content of the file to:
Code:
init 1 python hide:
    gui.text_size = 48
Make sure that in front of the gui.text part are four space and not a tab
If you also/or just want to change the typeset of the font you need to add
Code:
    gui.text_font = "Arial.ttf"
Save the file and make and change the file extension to .rpy

Using the same method, one can also reenable developer mode in every renpy game, without the need of decompiling and unpacking the rpa and rpyc files.
Just place a rpy file inside the game folder with the content
Code:
init 0 python hide:
    config.developer = True
The basic startup routine, which disables developer-mode, if the creator chooses to set the corresponding flag, runs on "-1 priority". Using the "init 0" you specify to run you "patch-code" after that, and you can simply override what was set in the first place. In the ui patch i advise that you use at least init 1 since some manual config often takes place at level 0 and this way you can override those settings as well.

PS. After changing anything a .rpy file, you have to delete the corresponding .rpyc file and restart the game. Alternatively I you have developer mode enabled, you can press Shift+D and choose "reload game-files", which under the hood works alike.
Oh, thank you so much!!!!
 

tianmuxia

Newbie
Jul 19, 2017
19
7
Mom model is Lilith 7 for Genesis 3... I found out accidently when looking through the store. Man, all that shit is sooooo expensive. It might be better to pirate it all, even though I don't know if it would work that way. :D
wow, good job!!!!!!!!! It must be mom!!!
 

pornpanda

궁하면 통한다
Apr 30, 2017
344
9,925
Mom model is Lilith 7 for Genesis 3... I found out accidently when looking through the store. Man, all that shit is sooooo expensive. It might be better to pirate it all, even though I don't know if it would work that way. :D
awesome now delete it please :D because now developers are going to use this model too much !
 

BannedAccount6543

Active Member
Sep 15, 2016
581
1,413
Hats off to Sin/Lewdlab. From the DAZ model to that busty bootiful boner inducing MILF took some work. Fantastic. I will keep supporting him, even at my low level of patreonage.
 

w65348647

New Member
Jul 20, 2017
1
1
A new update from one of my favorite dev.

Lewdlab posted:

EP4 Preview - Mom & Alice Sunbathing

Well well well, mom and Alice are basking in the sun. They have some cathing up to do to Tracy's tan afterall, haha. Just kidding.
You'll have some nice opportunity's here. You can take care of either mom or Alice in this scene. There's also gonna be checks for both, a lust check for mom, and a route check for Alice.

Have a nice weekend guys! I'm gonna be working on the naughty bits :p

View attachment 6772
 
  • Like
Reactions: Xeaft

Thjis

Member
May 19, 2017
393
193
I feel like this game manages to give more facial expressions to the girls or at least does a better job of it.
 

Ozygator

Engaged Member
Donor
Oct 15, 2016
2,605
4,494
awesome now delete it please :D because now developers are going to use this model too much !
Its already out there for a few games where the dev's are actually using the money given to them to buy more assets. I think it's a good thing, to get more variety. :)
 
  • Like
Reactions: toolkitxx
4.20 star(s) 296 Votes