- May 20, 2018
- 613
- 738
One day you will read "Sorry for the delay, my dog ate the update". Give Time to time.
Same mistake.help please
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 5630, in <module>
NameError: name 'fad' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\bootstrap.py", line 306, in bootstrap
renpy.main.main()
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\main.py", line 520, in main
run(restart)
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\main.py", line 149, in run
renpy.execution.run_context(True)
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\execution.py", line 835, in run_context
context.run()
File "game/script.rpyc", line 5630, in script
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\ast.py", line 1306, in execute
paired = renpy.python.py_eval(self.paired)
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\python.py", line 1835, in py_eval
return py_eval_bytecode(code, globals, locals)
File "C:\Users\\Desktop\MindBreak-v0.2B-pc-crunched\renpy\python.py", line 1828, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 5630, in <module>
NameError: name 'fad' is not defined
Windows-8-6.2.9200
Ren'Py 6.99.14.3135
MindBreak 0.1
Well, the OP should be updated, don't you think?im guess people arent going to to look a page backYou must be registered to see the links
Is it official from the dev?np
You must be registered to see the links
Mega link says 0.2b is it 2.5b or not downloadingView attachment 103645
Overview:
The story is about a young protagonist who once lost his job, on the advice of her mother, decides to move to her mother's best friend's house in Japan. From there begins her perverse path to bribe every girl around him and become their master. The protagonist will have to face choices and relate to other NPCs to decide if and how much corrupt the girls.
Updated: 2018-09-22
Developer/Publisher:You must be registered to see the links
Censorship: None
Version: 0.2.5b
OS: Win, Linux, Mac
Language: English
Genre:
You don't have permission to view the spoiler content. Log in or register now.
Installation:
You don't have permission to view the spoiler content. Log in or register now.
Change-Log:
You don't have permission to view the spoiler content. Log in or register now.
Downloads:
PC:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
MAC:You must be registered to see the links-You must be registered to see the links-You must be registered to see the links
OTHER:You must be registered to see the links
thanks @CyberX for sharing
View attachment 103646 View attachment 103647 View attachment 103648 View attachment 103650 View attachment 103651 View attachment 103652 View attachment 103653 View attachment 103657
can you post your script.rpy pls?I used Crunched version.
Dragged unren into the folder, dragged the exe onto the unren then ran option 2- unrpyc.
Ran the game then closed it down at menu. In game folder, deleted un.rpyc so it doesn't keep running every time i run the game.
Opened script.rpy with notepad++
Fix grandma error-
Line 5370 reads - Grannu "Mmmm"
It should be - Granny "Mmmm"
"fad is not defined" error-
Line 5630 reads - scene 1458 with fad
Should read - scene 1458 with fade
Add the missing 'e' and you're set.
Save changes to script.rpy and play game.
You need to use unren first. Then select option 2 after that replace this file with the existing one.can you post your script.rpy pls?
Do you have the crunched version? If you do, this is just drag and drop to replace script.rpy and script.rpyc.can you post your script.rpy pls?
That's what the dev named their file . If I was paying attention, I should have changed it to 0.2.5b.Not really a problem, but you misnamed the version 0.2b. You're supposed to crunch the game, not also the version
FYI - Ren'Py will read files outside the RPA first, and ignore other versions of the same file from inside the RPA. So you can just add the fixed script files to your \game folder without having to unpack the RPA.Do you have the crunched version? If you do, this is just drag and drop to replace script.rpy and script.rpyc.
If you don't have the crunched version, you might need to run unren option 1 to extract the rpa files. If you drop the .rpy in there and there's still an .rpa file, the game won't run since 2 file will call the same instance over and over.
Use at your own risk. This is a fix made by a doggo, after all.
Again, if the rpa is extracted and you can see script.rpyc, drop both files in the game folder to replace those.