This link will take you to a page in the f95zone wiki showing two methods on how to do it. Once you've done that, you can open the console using shift + o.hi but how can inster this cheats on game?
So basically, at the beginning of this day (Day 8), the variable called MikeCock is supposed to be created but it appears that it isn't being created for some reason. In the console of the game before the error occurs, type MikeCock = 0 (By the way, this is case sensitive, so make sure Mike and Cock have an upper case letter to begin with and have no space separating them).I have
"While running game code:
File "game/script.rpy", line 10953, in script
File "game/script.rpy", line 10953, in <module>
NameError: name 'MikeCock' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 10953, in script
File "E:\Games\h-games\Babysitter - 12-12\renpy\ast.py", line 805, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "E:\Games\h-games\Babysitter - 12-12\renpy\python.py", line 1641, in py_exec_bytecode
exec bytecode in globals, locals
File "game/script.rpy", line 10953, in <module>
NameError: name 'MikeCock' is not defined
Windows-7-6.1.7601-SP1
Ren'Py 6.99.11.1749
Babysitter 0.0.8
[/code]
This occurs toward the end of Day 6. Is this common? I'm not even sure of a proper search term to search the thread for error fixes. Well, I can just ignore it. Are these a huge problem?
Open the console during the game before this error appears and type CockInTheAss = 1starting a new game with the last version i get this exception when Christine plays with Jess' dildo and Christine's stats are 15 -7
<NameError: name 'CockInTheAss' is not defined>
if i choose to ignore this error the scene skips ahead without giving me the chance of choosing which character Christine thinks about while playing with the dildo.
any fix for this?
thank youI think you didn't convince secretary to go with you. You have to go back and convince her. Use walkthrough you can find page before
Different routes. Uncle isn't perceived in such an erotic way. It's pretty complex as all points change things in all routes so it's best to just check it out. But it's different route than passion points offerWhat is the benefit of raising Friendship level? What does a high level of Friendship points unlock?
Yeah but the weird thing is that it feels like the Uncle gets more sexy progression on the friendship route than vice versa, and Christine DEFINITELY does, especially in this last update.Different routes. Uncle isn't perceived in such an erotic way. It's pretty complex as all points change things in all routes so it's best to just check it out. But it's different route than passion points offer
Maybe that's true. But for me Uncle has most spicy moments with high passion. It's still pretty early to say but I think they will continue to differ more and more and those differences will grow and passion will gain more than friendship in a short term.Yeah but the weird thing is that it feels like the Uncle gets more sexy progression on the friendship route than vice versa, and Christine DEFINITELY does, especially in this last update.
There is a way. I had it on passion route but I don't remember my choices. But option existsis there a way to have Christine thinking about Jess while bathing at the end of the last version?
i could get her to think about the uncle, mr. Silver and Robert but not Jess.
do you recall if you let her meet mr. silver or not in that route?There is a way. I had it on passion route but I don't remember my choices. But option exists
She met him but she didn't work with him cuz I stayed with her in a restaurantdo you recall if you let her meet mr. silver or not in that route?
Hi, i've tryed this one but it appears always the message below. Always when Christine is in the bath.Download the tool inYou must be registered to see the linksand use it to extract the game files. Open the script.rpy file withYou must be registered to see the linksand go down to line 10953 with the first MikeCock variable. It should say "MikeCock = MikeCock + 1", change it to "MikeCock = 1".
if you don't want to fix your save through notepad you need to play it again and make sure Christine has seen the uncle's cock before you reach the scene where you get the error, so that the variable has been correctly initialized.Hi, i've tryed this one but it appears always the message below. Always when Christine is in the bath.
I've also tryed to change the line 15071 with 1 instead of +1 but nothing.
Any ideas?
try: MikeCock
except NameError: MikeCock = 0
try: SilverCock
except NameError: SilverCock = 0
try: RobertCock
except NameError: RobertCock = 0
try: SonyaPussy
except NameError: SonyaPussy = 0
try: JessPussy
except NameError: JessPussy = 0
try: CockInTheAss
except NameError: CockInTheAss = 0