Jonney3541
Newbie
- Aug 18, 2022
- 70
- 42
- 124
yes, I'm stuck at that minigame too , I wish i can skip it .The fishing minigame fucking sucks!!!!!!
yes, I'm stuck at that minigame too , I wish i can skip it .The fishing minigame fucking sucks!!!!!!
Ask how or in what way you get stuck in the fishing minigame, I really don't understand.yes, I'm stuck at that minigame too , I wish i can skip it .![]()
are you playing in PC or Android?yes, I'm stuck at that minigame too , I wish i can skip it .![]()
pc, i lose that mini fishing game everytime and i can't give the fish to that cat women.are you playing in PC or Android?
wtf It's really curious, it's difficult on Android, but on PC it's much easier. There was someone who had made a crack to give you all kinds of materials, but it stops working after the update, I think, so besides continuing to play, there's no other way to help you. The only thing I can tell you is to save before fishing and reload until you catch something so as not to make it so long.pc, i lose that mini fishing game everytime and i can't give the fish to that cat women.
I assume you're pressing your spacebar instead of trying to click the mouse? There's something weird about how it behaves with the mouse (and it's inconsistent).pc, i lose that mini fishing game everytime and i can't give the fish to that cat women.
Handwavium is what Plot Armor is made from.I believe its mentioned that they're magic, super hard, indestructible or some similar handwavium thing. Or that it would hurt her to forcibly remove it, or both of those things.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 44, in <module>
NameError: name 'softkey_not_visible' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpyc", line 44, in script
File "renpy/ast.py", line 821, in execute
File "renpy/python.py", line 1178, in py_exec_bytecode
File "game/script.rpy", line 44, in <module>
File "renpy/exports\statementexports.py", line 345, in call_screen
File "renpy/ui.py", line 301, in interact
File "renpy/display\core.py", line 2259, in interact
File "renpy/display\core.py", line 3082, in interact_core
File "renpy/display\core.py", line 1788, in event_wait
NameError: name 'softkey_not_visible' is not defined
It's an issue with the version of joiplay you're using. I believe that particular issue was patched back in January, so you may need to try an updated version.Hey guys can some one help me with the game I keep encountering on joiplay this kind of issues with renpy games i try to add the name of character in game at the beginning or try to put any cheats code every time i try to put it is crashing.. what do i need to do ?
DISCLAIMER: I am not responsible for any broken saves/games from following the instructions below. Make backups, folks!pc, i lose that mini fishing game everytime and i can't give the fish to that cat women.
This way you could create a variable "Fucknuts4000_is_married_to_alice" and set it to true. I don't think it would impact the game, but you would know it's there.LET ME MARRY ALICE PLEASE IM BGEGING YOU
# If true, the console is enabled despite config.developer being False.
config.console = True
Truth nuke....This way you could create a variable "Fucknuts4000_is_married_to_alice" and set it to true. I don't think it would impact the game, but you would know it's there.![]()
I did not know about it and it makes some things easier for me as well. Have myNo, the code looks for how many fish you have. No additional variables set.
As for opening the console, I guess you could goto the trouble of downloading UnRen. Or just edit a single file in the game directory.
<game_folder>/renpy/common/00console.rpy Goto line #108. Change the config.console value from False to True.
Save the file and open the game. You now have access to the console via shift+O.Code:# If true, the console is enabled despite config.developer being False. config.console = True
*Edit: This is the same in nearly every RenPy game that uses the default boilerplate files. Which is like 99.8% of them.