I got annoyed with the name menu(it kept resetting for me), decided to make an incest patch so I dont have to fill in everything all the time. Might need a new game, or just close and reopening the game. Might work for future versions if the author doesnt edit the file I replace.
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/script.rpy", line 4, in script
define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo,
File "game/script.rpy", line 5, in <module>
"A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo}
NameError: name 'SetKM' is not defined
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/script.rpy", line 4, in script
define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo,
File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\ast.py", line 2108, in execute
value = renpy.python.py_eval_bytecode(self.code.bytecode)
File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\python.py", line 2052, in py_eval_bytecode
return eval(bytecode, globals, locals)
File "game/script.rpy", line 5, in <module>
"A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo}
NameError: name 'SetKM' is not defined
Windows-8-6.2.9200
Ren'Py 7.3.5.606
Milky Touch 0.9
Mon Feb 17 13:55:38 2020
Unfortunately yes...This patch crashes
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 4, in script define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo, File "game/script.rpy", line 5, in <module> "A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo} NameError: name 'SetKM' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 4, in script define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo, File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\ast.py", line 2108, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 5, in <module> "A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo} NameError: name 'SetKM' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Milky Touch 0.9 Mon Feb 17 13:55:38 2020
he changed the wrong lines.And that cause the crash.But there is another disadvantage of the patch, it doesn't insert some words, for example "your".I have create two screenshots.The screenshot with the name screenshot0002 is when you changed the function script file.And the screenshot0003 comes when you changed the releationship in the game itself.Btw i have no problem with the releationship menu.I attach you a screenshot from the realationship what i wrote there.After i changed the names i closed this menu and create a savegame. After that i closed the game complete and i opened the game again and load my savegame the names was correct what i wrote there.Unfortunately yes...
I didnt change the wrong lines, I just didnt want to change the init function because of the terrible format I would have had to work with, changing each line by line was easier to work with. I do admit I missed stuff though lol. Its fixed in this updatehe changed the wrong lines.And that cause the crash.But there is another disadvantage of the patch, it doesn't insert some words, for example "your".I have create two screenshots.The screenshot with the name screenshot0002 is when you changed the function script file.And the screenshot0003 comes when you changed the releationship in the game itself.Btw i have no problem with the releationship menu.I attach you a screenshot from the realationship what i wrote there.After i changed the names i closed this menu and create a savegame. After that i closed the game complete and i opened the game again and load my savegame the names was correct what i wrote there.
This patch crashes
Code:I'm sorry, but an uncaught exception occurred. While running game code: File "game/script.rpy", line 4, in script define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo, File "game/script.rpy", line 5, in <module> "A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo} NameError: name 'SetKM' is not defined -- Full Traceback ------------------------------------------------------------ Full traceback: File "game/script.rpy", line 4, in script define SetRels = {"So" : SetSo, "Ne" : SetNe, "B" : SetB, "Br" : SetBr, "M" : SetM, "Mo" : SetMo, File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\ast.py", line 2108, in execute value = renpy.python.py_eval_bytecode(self.code.bytecode) File "D:\Games\MilkyTouch-0.9-pc - 1\renpy\python.py", line 2052, in py_eval_bytecode return eval(bytecode, globals, locals) File "game/script.rpy", line 5, in <module> "A" : SetA, "Au" : SetAu, "S" : SetS, "Si" : SetSi, "Da" : SetDa, "Ni" : SetNi, "KM" : SetKM, "KMo" : SetKMo} NameError: name 'SetKM' is not defined Windows-8-6.2.9200 Ren'Py 7.3.5.606 Milky Touch 0.9 Mon Feb 17 13:55:38 2020
Found the source of the problems, the bugfix updates broke my patch right away.Unfortunately yes...
Have you clicked the pen?Bug after loading old save:
View attachment 555825
So I should start a new game, for the 4th time, I guess
the relationship menu is too clunky to set. too many buttons to click and if you just close the menu with mouse02 or esc, it doesnt keep.Hmmmm on my end It's already fixed, well it shouldn't show up anymore in the new versions. Thanks for the report btw.
Hope the MC will be able to remove his maskYou don't have permission to view the spoiler content. Log in or register now.
I meant I was hoping for both (while unmasked and not just a kiss) but probably for next time.You don't have permission to view the spoiler content. Log in or register now.
For now we don't have any more scenes planned for her. But if she gets enough votes then we will def do more for herMessieurs Hi! Thank you very much for the update! Your art is awesome as always! By the way, will Linda's route be continued in the future? I really like her
Thanks! Good to know! I'll make sure to try all the other routes tooFor now we don't have any more scenes planned for her. But if she gets enough votes then we will def do more for her
What is the problem here? This is just using description to mean Claudia, the woman you've been watching all along. No one should think that suddenly Riley or Linda is meant. It's like if someone were to ask you to describe Claudia: "Oh, she's a lovely, black-haired woman...". The English here is perfectly fine; there is no error on this screen.Without any names, just black-haired woman....
View attachment 556565
Don't think that will be super soon. I believe she still somewhat likes/loves her husband so we'll have to try harderI meant I was hoping for both (while unmasked and not just a kiss) but probably for next time.
Messieurs Oi! No spoilersDon't think that will be super soon. I believe she still somewhat likes/loves her husband so we'll have to try harder