CREATE and FUCK your own AI GIRLFRIEND TRY FOR FREE
x
4.00 star(s) 84 Votes

Crowangel

Well-Known Member
Dec 12, 2021
1,119
1,707
There would be no room for a Milf. The mom is dead. The game doesn't need any more characters to bloat it and distract from the story that is flowing well so far.
besides isnt mc's wife technically a milf.. minus actually having a birth child
 

Crowangel

Well-Known Member
Dec 12, 2021
1,119
1,707
the VN poster reminds me somewhat of 80's action movie poster or any action movie era poster with the posing.. like a father protecting his daughter from the thugs, members of his corrupt ex unit, gangsters etc etc scenario
 
  • Like
Reactions: Version20

calel

Member
Aug 19, 2021
340
561
Please help how can i disable Chromatic
When i delete chromatic script lines
It gives me error chromatic value not defined


File "game/screens.rpy", line 27: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.
blend "add"
^

File "game/screens.rpy", line 453: u'blend' is not a keyword argument or valid child for the add statement.
add "dustfx" at Chromatic(offset=1) blend "add"
^

File "game/screens.rpy", line 700: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^

File "game/screens.rpy", line 805: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^

File "game/screens.rpy", line 1056: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^
 
  • Like
Reactions: werag17897

hyco2

Member
Sep 15, 2017
148
295
I don't know. It seems to be a nice flowing fuck 'em all game with good production values. But. I did the "skip unseen Text" thing I do, when a game bores me, but I'm not ready to ditch it yet.
So, I really want to know: Is there anything interesting about this game, or will I just have to write it up as eye candy, but ultimatively boring?
To elaborate: There is the "I love my wife, but she's a bitchy alcoholic" and the "I was an alcoholic myself, but stopped it (and need something else)" dance, to excuse the fucking around, the daughter in distress who is a virgin and innocent, but tries to diddle daddy the first night in his home to justify the upcoming daughterboning, the cumloving lady from the company in case we need some more sex scenes and to establish mc's handsome- and totallynotcreepydudeness, yadda yadda yadda. While it all comes together like a well build machine, it is just another forgettable product. yet. If I had seen this game some years ago, it would have set a high bar for graphics and a less high, but respectable bar for the storytelling.
Now? I'd give it 3, maybe 4 stars for the quality in a review, but I guess I will not play it again.
 

ilon55

Member
Jan 11, 2019
109
402
Pretty good game so far. Kailey has my full attention which doesn't mean I have to hate the wife. I find her reaction quite normal, and even too mild, given that she's an alcoholic. Put yourself in her shoes, or better, swap genders. Your wife/girlfriend brings a handsome stranger into your home without asking. She gives him one of the rooms and announces that he will stay with you. Not for one night, but practically indefinitely. You would (probably) be furious, I'd be mad as hell...
 
  • Like
Reactions: bclz and wiwem71072

EvilChef

Well-Known Member
Sep 23, 2016
1,158
1,527
Excellent so far. Just keep it slow burning and this is gonna be really frikkin good.
Character models are superb.
 
  • Like
Reactions: Ancandune

werag17897

Newbie
Feb 2, 2020
29
44
Please help how can i disable Chromatic
When i delete chromatic script lines
It gives me error chromatic value not defined


File "game/screens.rpy", line 27: ATL statement contains two expressions in a row; is one of them a misspelled property? If not, separate them with pass.
blend "add"
^

File "game/screens.rpy", line 453: u'blend' is not a keyword argument or valid child for the add statement.
add "dustfx" at Chromatic(offset=1) blend "add"
^

File "game/screens.rpy", line 700: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^

File "game/screens.rpy", line 805: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^

File "game/screens.rpy", line 1056: u'blur' is not a keyword argument or valid child for the add statement.
add "images/misc/menua.png" at Chromatic(offset=1) xalign 0.5 yalign 0.5 blur 16
^
Would be a better idea to modify the function (in gresources.rpy) instead of changing every call to the function.

I don't know what the "Fixed" function does (kind of looks like a vector in GL), but since there's 3 parameters that change something (the 3 At function calls) I'm guessing each of those are red / green and blue (makes even more sense when you look at the gl_color_mask, looks like it's to pick R / G / B / A). Try setting each offset to 0. (Like in my screenshot.)
 
Last edited:

ZagorTeNay

Well-Known Member
Jun 28, 2018
1,211
2,357
I don't know. It seems to be a nice flowing fuck 'em all game with good production values. But. I did the "skip unseen Text" thing I do, when a game bores me, but I'm not ready to ditch it yet.
So, I really want to know: Is there anything interesting about this game, or will I just have to write it up as eye candy, but ultimatively boring?
To elaborate: There is the "I love my wife, but she's a bitchy alcoholic" and the "I was an alcoholic myself, but stopped it (and need something else)" dance, to excuse the fucking around, the daughter in distress who is a virgin and innocent, but tries to diddle daddy the first night in his home to justify the upcoming daughterboning, the cumloving lady from the company in case we need some more sex scenes and to establish mc's handsome- and totallynotcreepydudeness, yadda yadda yadda. While it all comes together like a well build machine, it is just another forgettable product. yet. If I had seen this game some years ago, it would have set a high bar for graphics and a less high, but respectable bar for the storytelling.
Now? I'd give it 3, maybe 4 stars for the quality in a review, but I guess I will not play it again.
What exactly are examples of "not forgettable" products?
 

calel

Member
Aug 19, 2021
340
561
Would be a better idea to modify the function (in gresources.rpy) instead of changing every call to the function.

I don't know what the "Fixed" function does (kind of looks like a vector in GL), but since there's 3 parameters that change something (the 3 At function calls) I'm guessing each of those are red / green and blue (makes even more sense when you look at the gl_color_mask, looks like it's to pick R / G / B / A). Try setting each offset to 0. (Like in my screenshot.)
I got this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 436, in execute
screen main_menu():
File "game/screens.rpy", line 436, in execute
screen main_menu():
File "game/screens.rpy", line 441, in execute
add "images/misc/menub.png" at Chromatic(offset=0)
File "game/gresources.rpy", line 5, in chromatic_function
At(child, Transform(xoffset=0, gl_color_mask=(False, True, False, True))),
Exception: Unknown transform property: 'gl_color_mask'
 

hyco2

Member
Sep 15, 2017
148
295
What exactly are examples of "not forgettable" products?
Good question... I'm just playing Isabella, and didn't do the skipping yet. It has also strong fuck 'em all vibes, and doesn't invent the wheel again, but if they don't botch it the mistery thing could be fascinating enough. (in Chapter 2.1 right now)
Another example for a guy gets all the ladies but there is a bit of interesting story is that thing with the incestious ex-military. Umm. Forgot the title, but not the game. The scottish one. Although it starts to get a bit strung out. EDIT 2: Found it! Triple Ex
I haven't had a look on it for a while, but I liked Artemis. EDIT: Just searched for it, and saw there are at least 2 games with the name. I meant that one
And games without "story" like freecities, where you can busy yourself with stuff to manage.
I don't really know why, because it drives me crazy, but I reinstall it all 4 or 5 iterations: Love Sex 2nd Base
 
Last edited:

werag17897

Newbie
Feb 2, 2020
29
44
I got this error

I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/screens.rpy", line 436, in execute
screen main_menu():
File "game/screens.rpy", line 436, in execute
screen main_menu():
File "game/screens.rpy", line 441, in execute
add "images/misc/menub.png" at Chromatic(offset=0)
File "game/gresources.rpy", line 5, in chromatic_function
At(child, Transform(xoffset=0, gl_color_mask=(False, True, False, True))),
Exception: Unknown transform property: 'gl_color_mask'
Works fine for me, I can also see the Chromatic Aberration is gone on the V19 logo.

Here's the files:
 
4.00 star(s) 84 Votes