Feb 11, 2021
278
483
83
Just started playing this game, honestly feel like it's popularity would grow threefold if the dev just hired someone to proofread the script. It's not even extremely bad grammar, just small mistakes here and there and an odd syntax
 
Last edited:
  • Like
Reactions: TheDevian

Dvnasty

Active Member
Sep 7, 2017
960
895
348
Go to Michelle she is the one that will help you get the rest of the station.
already enslaved her, btw, how to trigger belle, i cant train the rookie anymore.. and when i ignore the bug, it loop back to when mc spank the rookie
 

Demonkillr1

Newbie
Jul 29, 2020
80
74
153
already enslaved her, btw, how to trigger belle, i cant train the rookie anymore.. and when i ignore the bug, it loop back to when mc spank the rookie
Ok, have you enslaved the chief yet?. If you haven't talked to michelle so you can do that part. Then after that visit the chief to get the rest of the station.
 

Demonkillr1

Newbie
Jul 29, 2020
80
74
153
Just started playing this game, honestly feel like it's popularity would grow threefold if the dev just hired someone to proofread the script. It's not even extremely bad grammar, just small mistakes here and there and an odd syntax
I have been working on it with a few others. We haven't gotten to everything yet. The story in parts worked on has been expanded. (Major areas changed have been the Game intro, Playground, Police Station, Cafe, TV Station, and I have started on the school.)

Alright folks here is the latest version of the dialogue fix. I have bee busy with a new job so progress has slowed a lot. I do have all the latest version scenes included but they have not been worked on.
 
  • Like
Reactions: TheDevian

Dvnasty

Active Member
Sep 7, 2017
960
895
348
Ok, have you enslaved the chief yet?. If you haven't talked to michelle so you can do that part. Then after that visit the chief to get the rest of the station.
thats what i said, i cant visit the chief, when i enter the room, the bug "police_preg" appear, and if i click ignore, it goes back to the scene when the MC spank the rookie police
 

Dvnasty

Active Member
Sep 7, 2017
960
895
348
Demonkillr1 do u also have fix for:

NameError: name 'park_kids_event' is not defined - when look right on the women-only subway (full corrupt) and when go in the playground (enslaved)

slave_robinson - appear when go to her house, also, called her at night and gave her the potion for her sis and niece

now keep saying no one is in the house no matter the time, when call her at night, she just come and say very good and keep watching them
 

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
thanks, weird bug lolx
Mr.C is a goober, literal game breaking bugs every release, half of which he never fixes. You then have to keep track of which ones matter from release to release. Most are variable declaration/threshold issues, so you are fine as long as you keep the same saves.
 

Demonkillr1

Newbie
Jul 29, 2020
80
74
153
The main issue with the bugs is that he is adding new variables into the code of the game constantly without a way to even create them before the game tries to look it up. The way he has it set right now is the game creates and sets the variables at the launch of the game. So if you are continuing an older save you don't have them set giving the error.
 

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
The main issue with the bugs is that he is adding new variables into the code of the game constantly without a way to even create them before the game tries to look it up. The way he has it set right now is the game creates and sets the variables at the launch of the game. So if you are continuing an older save you don't have them set giving the error.
Yea, ideally he should create a dedicated init block with some if statements for new variables or something, since the game is non-linear so declaring at the start of a label will probably cause the variable to reset each time you do a certain event. The problem is that Mr.C knows little to nothing about Ren'Py despite doing this for years. As little as I know I probably know more than him based on his scripts and the bugs I've fixed in both of his games over the years.
 

Dvnasty

Active Member
Sep 7, 2017
960
895
348
The main issue with the bugs is that he is adding new variables into the code of the game constantly without a way to even create them before the game tries to look it up. The way he has it set right now is the game creates and sets the variables at the launch of the game. So if you are continuing an older save you don't have them set giving the error.
sorry for bothering u lolx. I have another weird bug..

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

yoyomistro

Engaged Member
Jan 15, 2017
3,146
4,718
445
This one will have 2 commands to enter to prevent a follow up error.

"mia = 0"
"define mi = Character('Mia', color="#d0eec8" , what_color="#ffffff")"
Why were they having issues with that one, mia is defined so there shouldn't be any problems. Dvnasty I think you should try reloading your game from a map once you load an old save.
 

Demonkillr1

Newbie
Jul 29, 2020
80
74
153
Why were they having issues with that one, mia is defined so there shouldn't be any problems. Dvnasty I think you should try reloading your game from a map once you load an old save.
mia was added in the most recent update both as a character variable is "mi' and as a variable "mia". if the save was created before that version was released the save game doesn't have either one defined regardless of what the script file says. It is the same reason all the other errors that I have helped him fix today are happening. If you started a new game the scripting that defines the characters and variables run thus everything is defined. Using the console with the commands just adds and defines the variables the same way.
 
  • Like
Reactions: Dvnasty
3.70 star(s) 210 Votes