Apr 25, 2018
35
30
142
Translating this was complete hell too because none of the tools can extract all of these contents as is. I spent an insane amount of hours on this. There's a reason no one TLs tyrano games like this.
It's impressive you did it, but it was not worthy of you.
 

Gogggg656

New Member
Jun 30, 2023
7
4
60
The intro was incredibly long and I quit as soon as I realized the tutorial portion was taking forever to get through
 

SIEIMO

Newbie
Feb 27, 2019
27
15
100
30min opening and explaining tutorial....
I believe the developers wanted to explain how he grew up

immediately deleted.
 
Last edited:

dakight

Newbie
Feb 7, 2018
19
13
33
can anyone explain me the mechanics of regional morality. I cant get it to go back up. It says i have to do hypnosis volunteer. How does that work?
Regional morality drops once you start doing extra jobs, the more you earn, the more it drops. When it is close to a level, there will be a warning and volunteer jobs will show up to restore a small amount of Regional morality.

And i wish the author let me choose the event, instead of overlapping them on each others like this on new game plus.
 
  • Like
Reactions: cloned909

X07Zero

Newbie
Mar 21, 2021
80
60
70
Can anyone explain what these do?
View attachment 4162875
they are fillter for event, from the left

1.for if you want to "Disable" Trap content, there's only one trap though (Kebei Rui AKA Yuria's boyfriend)
2.for Sub heroine H event (event that use action point)
3.for Main heroine H event
4.for Sub heroine Prostitute event (event use action point but you get 100k without lower city moral)
5.for Hypnosis Volunteer job in job map
 
Last edited:

wwgwa

Member
Dec 27, 2017
266
118
266
I have also made some modifications.

------------------------------------------------------------------------------------------------
Money: monthEnd.ks
------------------------------------------------------------------------------------------------
I have changed file monthEnd.ks to avoid hassle with jobs.
buyPoint_all is your current money.
seikyuPoint is your current deb
Original: f.buyPoint_all -= f.seikyuPoint ;
Modified: f.buyPoint_all -= 0 ;


------------------------------------------------------------------------------------------------
AP: call_parameter_weekStart.ks + control_parameter.ks
------------------------------------------------------------------------------------------------
This to increase the action points is too crude, neesd tweeking, it gives you negative points, but works.

call_parameter_weekStart.ks
[eval exp="f.actionCount = 9"]

control_parameter.ks
;上記以外のイベントは行動選択画面に遷移
;行動回数が1~3
[jump storage="actSelect.ks" cond="f.actionCount == 3 || f.actionCount == 2 || f.actionCount == 1 "]

------------------------------------------------------------------------------------------------
Moral: actSelect.ks
------------------------------------------------------------------------------------------------

Always moral 100%
[eval exp="f.moralsPoint=100" cond="f.moralsPoint < 100"]

Always moral 1% (if you want to see NTR)
[eval exp="f.moralsPoint=1" cond="f.moralsPoint < 9999"]
If anyone else has a black screen after an event, after the changes it helped me when I added

control_parameter.ks
;上記以外のイベントは行動選択画面に遷移
;行動回数が1~9
[jump storage="actSelect.ks" cond="f.actionCount == 9 || f.actionCount == 8 || f.actionCount == 7 || f.actionCount == 6 || f.actionCount == 5 || f.actionCount == 4 || f.actionCount == 3 || f.actionCount == 2 || f.actionCount == 1 "]
 

Tehemai

Member
Oct 9, 2017
326
602
245
Anyone know if you still have to mind control Rui (the boyfriend) if you disabled his content with the app to mind control the sister? As in does he still block you?
 
Last edited:

rogerwilco

New Member
Jul 31, 2017
3
11
62
Well, at least I found an easier way to cheat the money. Open the game with MTool. After the incredibly long, convoluted and confusing introduction, wait until you get the 2000 (or 20,000 according to one character). Then, in MTool, go to the Data Editor tab. Scroll down quite a while and eventually you'll see 3 things that match your stats on the bottom left of the game. The first entry that matches the 2, 50, 2 in the game should be sumaho_buyPoint_all. Change this to whatever value you want and after you spend money in the game, it will update with the value you put in.

That said, I think I have less interest in the game after the opening and learning the mechanics, so I just wanted to find an easy way to cheat... Hope it helps!
 
  • Like
Reactions: Vedd

kris355

Newbie
Dec 24, 2017
18
5
131
Are there endless mode?
Yeah, need to get three main heroines to 0/100 (fall, indicated by pink names) and watch the ending for it. All sub-heroines fall also works.

Endless mode is you choose which weeks to view and have unlimited action points, in addition of choosing their hypno level (1-3, plus 4th level which is exclusive to endless mode, changes the dialogue).
 
2.80 star(s) 24 Votes