Jobobby04

Newbie
Sep 11, 2017
23
19
I got annoyed with the name menu(it kept resetting for me)(doesnt do this anymore with the bugfix updates), 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.(didnt, but updated it to the V0.9 bugfix 2 update)
 
Last edited:

Andy02

Member
Donor
Jul 14, 2017
434
173
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.

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
 

Pif paf

Engaged Member
Feb 5, 2018
2,372
1,117
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
Unfortunately yes... :(
 

gigan

Engaged Member
Modder
Nov 7, 2017
3,118
7,865
Unfortunately yes... :(
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.
 

Jobobby04

Newbie
Sep 11, 2017
23
19
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.
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 update

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
Unfortunately yes... :(
Found the source of the problems, the bugfix updates broke my patch right away.
Also I didnt do everything I needed to, but I was on the right track. This next version will cover everyone, including Karen.
To get these names for the new update you will have to delete the persistent file inside your game/saves folder, and your %appdata%/renpy/milky-touch-09/ folder(search the %appdata% in your windows search bar)
And then start a new game so you don't get errors.
 
Last edited:

fulcrum

Engaged Member
Feb 2, 2018
3,350
1,901
Bug after loading old save:

View attachment 555825

So I should start a new game, for the 4th time, I guess :D
Have you clicked the pen?

Hmmmm on my end It's already fixed, well it shouldn't show up anymore in the new versions. Thanks for the report btw.
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.
 

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,191
16,293
Messieurs, you may already be aware of this, but on Day 4 during the class with Mr. Tombs, there is a bit of an issue with displaying some characters. Are your files saved as UTF-8? In any case, right now Commentāriī dē Bellō Gallicō is displaying instead as Commentri d Bell Gallic — just FYI.
Milky-Touch Character-Display-Issue.png
 
Last edited:

-CookieMonster666-

Devoted Member
Nov 20, 2018
11,191
16,293
Without any names, just black-haired woman....
View attachment 556565
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.
 
4.10 star(s) 139 Votes