Kugatsu500

Newbie
Feb 20, 2018
69
95
So, I am quite enjoying the game, but I really wish some of the girls were more bitchy, or outright evil. The game seems to be focused on revenge fantasy, and corruption, but the treatment of some girls to me is a bit silly, and some even make me sympathize with MC less.

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

Kugatsu500

Newbie
Feb 20, 2018
69
95
Oh... I admit that I was wrong.
I plan to remove that scene in the next update.
As someone who enjoys Netori, if people with similar tastes felt uncomfortable, I believe my intention was misplaced.
Speaking only for myself. From my part, it wasn't enough to make me drop the game or anything, it was just a scene I didn't enjoy seeing. My concern is more from the point of view of people who will drop the game, or not even pick it up because of that. I am enjoying the game, despite my little qualms about it that I exposed in my comment above, I am having fun with it, so I want to see it prosper, so that development keeps going strong. I say this with all sincerity, I wish success to you and your game, and I hope to keep playing it to completion.
 

jeansi

New Member
Mar 13, 2024
2
0
Critiques:


Shares to buy and sell should not have limit. Just make sure validation is there so there is enough money.
Grammars are sometimes weird.

Otherwise, story is great.
Looking forward to the next update
 

xsikal

Member
Jul 13, 2022
237
499
Having just started out, I am very confused by the depiction of stocks in this game. He can rewind time by a minute or two and dramatically alter the stocks that go up or down?

"Oh... the stock I've been watching just went up by 20 percent?"
"I have to rewind time to invest in it!"

Edit: It's not a problem (as much) once you get to the main game... just a real oddity in the prologue before he moves out.
 
Last edited:
  • Angry
Reactions: DesireDancer

Nimbus Commando

Active Member
Aug 7, 2024
521
1,165
Many people are saying that the Sophia scene is an NTR scene, but I see it differently.
First, I want to make it clear that I absolutely hate NTR, and the MC will never be cucked in my game.

You don't have permission to view the spoiler content. Log in or register now.
Hm, it does make sense honestly like I get it is not something I want to see, but I get it.
 

xsikal

Member
Jul 13, 2022
237
499
I don't like netorare/netorase, but the scene didn't bother me. It's the sort of thing you see fairly regularly in netori fiction and web novels where someone is corrupting a woman and that sort of scene shows up to reinforce the impact they've had on that woman.

Obviously, there are people who see things otherwise, and are extremely vigilant and concerned about this sort of thing, (to the point of wanting every LI to be a virgin so nobody ever touched them previously), so removing it isn't a terrible idea to appease them... just saying it didn't bother me at all, and I took it in the spirit that it was clearly meant.
 
  • Angry
Reactions: DesireDancer

daisukeid

New Member
Dec 4, 2022
10
1
piggy828 The answer to the Emily/Olivia bug is in this line of code:

cafe.rpy, line 17:
Code:
elif current_time == 'Afternoon' and Love_progress['Olivia_lp'] == 3 and Love_progress['Emily_lp'] == 4:
Currently I had pursued Emily more than Olivia, and Emily's LP is 6, while Olivia's is 3. Therefore Olivia's next stage will never trigger.
View attachment 4471530

This needs to be a greater than or equal to trigger. More like this:
(You can use line 57 in the same cafe.rpy file for an example in your own code.)

Code:
# Corrected line 17:
elif current_time == 'Afternoon' and Love_progress['Olivia_lp'] == 3 and Love_progress['Emily_lp'] >= 4:


*Edit: Seeing the next stages of the Olivia thing, it makes sense why you would want to hard lock it, there are aspects of Emily's route that made no sense to me (when did she lose her job?!?), and a new character in Jessica's route (Clara) that was never introduced before, but the MC acted like he knew her. My guess is you want those scenes to play after this one. So while my >= suggestion would work for the Emily/Olivia softlock, if you really want to lock the order people see content in you would need to put additional and statements in the other paths for the other girls to lock being able to progress them until you have seen this particular scene.

*Edit 2: Another out-of-order scene issue is if you follow Olivia's path before Samantha's path, Luna is against you for no clear reason. Following Samantha's path instead explains the reason and probably should be forced first if that's the order of exposition. Upside: This one doesn't soft lock if you go out of order, it's just slightly confusing.


where is this file location?
 

miom150

Member
Mar 17, 2019
172
52
question : why i only get 100+ money from ability ? what should i do about investment ? and which one i must invest ?
 

xsikal

Member
Jul 13, 2022
237
499
question : why i only get 100+ money from ability ? what should i do about investment ? and which one i must invest ?
The ability usage is just to help out if you get in a spot where you've cleaned out your finances and need some small seed money to restart.

Invest in any and all of the four stocks. They all go up and down over time, so you just look for lows, buy shares, and then sell on highs. Just like the normal market except compressed so that things shift dramatically from day to day. It's not very complex.
 
  • Angry
Reactions: DesireDancer
3.70 star(s) 3 Votes