Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,384
Maybe I haven't been clear enough, I'm talking about the first scene in her shop, when the MC is showing her dominance, and out of the blue she pushes you over and rides you. The natural response to that would be to push her off and ask what she thinks she's doing, but there is no option to do that. Maybe it's just me, but in a game that is generally player-dominant, scenes that go against that theme should be optional.

There are a couple of bugs I could report, while I'm here, too.
The Girl object really needs a toString method implemented, I keep seeing things like "You earned 115 by having <store.Girl object at 0x7f90ab6d2090> working at the stripclub."
There is no way to see how many materials you have for serums. I can't actually see a reason for buying materials to be separate from making serums; it would be functionally identical to just have making serum cost money, but it would be less clicks for the player.
Oh, okay makes sense now, I totally forgot that event. I looked at her events to jog my memory but it didn't remembered the one in the tattoo parlor.

So yeah, I still managed to make my second reply relevant. So yeah, the MC was clearly caught off guard and Luna learly knows how to handle a stronger (and unskilled) opponent. I mean he tried to get the upper hand, cut him some slack, he injected himself with a body altering serum not a "know you to use your muscle" serum. LEAVE THE MC ALONE ! Wow that meme doesn't want to die for me. What, 11 years already !? :hushedface:


About the "toString" issue, the thing is that it is not a toString method. Python has that weird "pythonic" stuff going on and I have yet to pick up every of those "pythonic ways" the only fact that this word exists boggle my mind.
Anyway, thanks for reporting it, one would think it got reported way more, it isn't possible to not see it is a bug. It will be a fixed in the next update.

Great game looking forward to next update
Only the next one ? That's a shame, I'm sure the one after it will be as good.:p
 

klang

Active Member
Aug 15, 2016
548
179
Huh. Usually the PC version runs on a mac through the sdk, this time I'm getting this error:

I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not load from archive 01_custom_statements.rpyc.

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "/Volumes/home/renpy_games/renpy/renpy-7.0.0-sdk/renpy/bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "/Volumes/home/renpy_games/renpy/renpy-7.0.0-sdk/renpy/main.py", line 357, in main
renpy.game.script.load_script() # sets renpy.game.script.
File "/Volumes/home/renpy_games/renpy/renpy-7.0.0-sdk/renpy/script.py", line 266, in load_script
self.load_appropriate_file(".rpyc", ".rpy", dir, fn, initcode)
File "/Volumes/home/renpy_games/renpy/renpy-7.0.0-sdk/renpy/script.py", line 671, in load_appropriate_file
raise Exception("Could not load from archive %s." % (lastfn,))
Exception: Could not load from archive 01_custom_statements.rpyc.

Darwin-17.7.0-x86_64-i386-64bit
Ren'Py 7.0.0.196
Sat Aug 4 00:47:08 2018
 

CarbonCopy

New Member
Mar 10, 2018
2
0
...

About the "toString" issue, the thing is that it is not a toString method. Python has that weird "pythonic" stuff going on and I have yet to pick up every of those "pythonic ways" the only fact that this word exists boggle my mind.
...
Instead of toString there is a method called __str__ that you overload

Example:

class Girl:
def __init__(self, name):
self.name = name

def __str__(self):
return self.name

girl = Girl('Kara')
print(girl)
Kara
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,384
Instead of toString there is a method called __str__ that you overload

Example:
--snip--
Thanks, but I was just stating that I wasn't familiar yet with all the intricacies of python.

It wasn't fixed earlier because I encountered it on the stripclub update but thought I fixed it. And since there were nobody reporting it nothing went against my belief.

You can be sure that every time I write that a bug will be fixed on the next release it is actually already done.
 

Karat

Newbie
Aug 27, 2017
81
60
I'm glad I found this game. I'm a huge fan of corruption (and also pregnancy), so I enjoyed it. Personally, I'm not really into black chicks, but I love the character of Chrystal and love her hair change. I've become a patron of the project.
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,384
I'm glad I found this game. I'm a huge fan of corruption (and also pregnancy), so I enjoyed it. Personally, I'm not really into black chicks, but I love the character of Chrystal and love her hair change. I've become a patron of the project.
Oh, I could talk about how I think about the girls being "corrupted" or not.
I might make a blog post about that topic (corruption), and why I think Harley is the opposite of being corrupted.

But since you seem to have a preference for Chrystal, the only girl I consider to be corrupted, they I guess we agree.
It sucks though, where is the fun in agreeing ?

At first I was really dubious about her hair change. But after a while I got used to it, and it may be because of that I that hold her in higher estime that the others.
I'll probably develop in the post.


Oh and, thanks for the support.
 

Fewstom_113

Newbie
Jan 16, 2018
31
2
Finsit, I re-played and I was wrong. I admit that it is a little "not" intuitive but at the end I got the messages and Yuki got to the lab.
 
Sep 19, 2017
53
22
Started a new playthrough, last version I played was 0.21
I remember that the scene with Francesca and Luna was repeteable, but here seems to be one-time only.
Have I forgot to unlock something?
 

Finsit

Harder Better Faster Cheater
Game Developer
Jun 2, 2017
1,167
1,384
Started a new playthrough, last version I played was 0.21
I remember that the scene with Francesca and Luna was repeteable, but here seems to be one-time only.
Have I forgot to unlock something?
I don't think you forgot anything.

It's just that this event is not available multiple time anymore.
 

Muck

Newbie
Aug 13, 2017
31
12
I need walkthrough of this game
No, you don't. It simple (mild!) grind and no wrong decisions (even though you may get some different pictures in the chat on some occasions).
Or did I miss some choices that do really change anything?
 
  • Like
Reactions: Del.Mar

Fewstom_113

Newbie
Jan 16, 2018
31
2
No, you don't. It simple (mild!) grind and no wrong decisions (even though you may get some different pictures in the chat on some occasions).
Or did I miss some choices that do really change anything?
I feel that this game doesn't need a walkthrough... I mean, there are not "wrong" choices that will mess up the story... I had some trobles for Yuki storyline but it was just a matter of waiting :)
 

botc76

The Crawling Chaos, Bringer of Strange Joy
Donor
Oct 23, 2016
4,421
13,198
Is there someone who could share a savegame from the point onwards were the saves from previous versions stopped working?

Really don't feel like wasting many hours just to get all the stuff I already unlocked.

And yes, I know some of you love replaying the game, because it's so great. And yes, it is a good game.
The problem is that between work, family, other-non porn games and all the other porn games I really don't have the time to replay the grind this one has, even if it is not enormous.

So, any helpd would be appreciated.
 

JB90

New Member
Mar 18, 2018
8
7
First of all I must say I really enjoy this game.

But there seems to be an issue where the game doesn't display the name of the girl working at the stripclub. Instead it says "<store.Girl object at 0x06663D10>" where the name of the girl should be.
 
4.10 star(s) 58 Votes