larry5168

Engaged Member
May 19, 2018
2,983
7,138
i have completed everything, just debby and angel path im stuck, debby 3 star, i have to play tennis with her but nothing happens, for angel path i have to continue debby but i can' blackmail her, i need to play tennis with her but i play but dont work
ps: i used the cheat menu to increase everything, decreased debby stats but still dont working
You don't have permission to view the spoiler content. Log in or register now.

Hope this helps

Larry5168
 
  • Like
Reactions: Carcalla
R

RWaites

Guest
Guest
i have completed everything, just debby and angel path im stuck, debby 3 star, i have to play tennis with her but nothing happens, for angel path i have to continue debby but i can' blackmail her, i need to play tennis with her but i play but dont work
ps: i used the cheat menu to increase everything, decreased debby stats but still dont working
Debby needs to be at 5 arms to play tennis 10 to blackmail her
 

Thermophob

Well-Known Member
Apr 10, 2018
1,992
2,755
I did finish, but no happiness here. Event chain with Debby is cut in middle, I was hoping for more of MC molesting her, she seems to be drooling over him. :D
 
  • Like
Reactions: RWaites

Asphyx

Well-Known Member
Jun 11, 2017
1,148
1,181
I was thinking the same thing about bugs. Guys, that's the mark of a good developer - acknowledging problems and saying they need to be fixed.

The easiest way to fix the "I have too many stars now" bugs is to change the check from "==" to ">=". If it can trigger at 5 stars, you want it to be able to trigger at any star value greater than 5 as well.
Actually you need more conditions than that or the game can get confused over which event to show you next.
If you want it to be repeatable the ">" works but it requires another flag to be checked to be sure all previous events there were completed. and Further events can check up on to make sure you have done what is needed to take that next step.

Each event should have it's own Bit check flag (0 or 1) to show you have completed it. So the "If" statement would check ">=X" and "EventFlag>0" before the next event in the chain would become available.

This makes it easy to tie certain events to be required before you get some other scene regardless of the Relationship points you have. It is a method used to control the story so that events proceed in the order the Dev wants without worrying about the order getting screwed up.

And I'm pretty sure @Faerin is doing that already (or something similar). Early version of the game had this problem but I think he got most of it covered since then.
 

lordjack1

New Member
Jul 19, 2018
10
3
Hi guys!

Can someone tell me how to trigger the drinking scene with amy? I been at the Neon club like 1000 times but she always offer me a drink and than leave. I tried to speak with him at the Health club but nothing. How can i trigger the conversation about Veronica, so i can prove the slave relationship?
 
R

RWaites

Guest
Guest
Hi guys!

Can someone tell me how to trigger the drinking scene with amy? I been at the Neon club like 1000 times but she always offer me a drink and than leave. I tried to speak with him at the Health club but nothing. How can i trigger the conversation about Veronica, so i can prove the slave relationship?
Try this fix posted by @Sycho
So, open your save in Notepad, (make sure you quit the game to the main menu screen). Do a search for: <ID>3</ID>.
Scroll down until you see <Name>Special</Name>.
Change this: <Value>17</Value> to this: <Value>11</Value> and save the file (but don't close Notepad yet).
Now reload your game and go to Neon and talk to Amy. After you've returned home with Veronica at 4:30,
save your game and go back to the main menu screen again.
Now change <Value>11</Value> back to <Value>17</Value>,
save the file and exit Notepad then reload your game.
 

Anon4321

Conversation Conqueror
Jun 24, 2017
7,708
6,372
Hi guys!

Can someone tell me how to trigger the drinking scene with amy? I been at the Neon club like 1000 times but she always offer me a drink and than leave. I tried to speak with him at the Health club but nothing. How can i trigger the conversation about Veronica, so i can prove the slave relationship?
Please read this
 
4.20 star(s) 267 Votes