- May 1, 2020
- 20
- 12
or you just meant for the mod to see both outcomes my bad.Sancho what is this?
View attachment 3174241
Game dev wants us to choose?
I remember we were able to do both before.
or you just meant for the mod to see both outcomes my bad.Sancho what is this?
View attachment 3174241
Game dev wants us to choose?
I remember we were able to do both before.
Yeah, one of the reasons I really love sancho mod for this game is because I get to pick all options sometimes, without having to choose. I was wondering if this was just a point that the dev made very important in the plot, hence I can't do both.or you just meant for the mod to see both outcomes my bad.
Yep same. I only use Sancho mod. The amount of work he puts into it and the way it's tied to the game is like nothing I've seen in the VN space.Yeah, one of the reasons I really love sancho mod for this game is because I get to pick all options sometimes, without having to choose. I was wondering if this was just a point that the dev made very important in the plot, hence I can't do both.
Sancho1969 If this is true, I would suggest changing the wording to something more universally understood like < 5, '5-' threw me off as well and I also had to search here for an answer to what it meant.(5-) is correct. You have to have less than 5 points on PatrickPenalty to get the contracts.
You folks just don't learn. Why do you think so many people had problems with other mods causing crashes and looping. Especially mods that adds what you are asking. And to answer your question. No there is not and I think Sancho neither the rest of us want to hear people complain for the gazillionth time about how their game keeps looping or crashing. People are in fact so tired of it that folks don't even respond to posts like that. And that is exactly what will happen.Is there an "harem" option on this mod? Like seeing every girls scenes on a single playthrough.
Is there an "harem" option on this mod? Like seeing every girls scenes on a single playthrough.
You folks just don't learn. Why do you think so many people had problems with other mods causing crashes and looping. Especially mods that adds what you are asking. And to answer your question. No there is not and I think Sancho neither the rest of us want to hear people complain for the gazillionth time about how their game keeps looping or crashing. People are in fact so tired of it that folks don't even respond to posts like that. And that is exactly what will happen.
There is a ChoiceGuide legend in every SanchoMod OP, and they are all identical. I've been uniform with acronyms and shorthand for years, no exceptions.Sancho1969 If this is true, I would suggest changing the wording to something more universally understood like < 5, '5-' threw me off as well and I also had to search here for an answer to what it meant.
I'm sorry, but an uncaught exception occurred.
Compiling ATL code at game/scripts/new_phone/apps/pack_quest_app/mphone_pack_quest_img.rpy:181
File "game/scripts/freeroam/episode10/ep10_freeroam_room2.rpy", line 552, in <module>
File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 54, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 67, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 71, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 82, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 97, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 110, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 111, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 112, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 113, in execute
NameError: Name 'mod_gr' is not defined.
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "scripts/freeroam/episode10/ep10_freeroam_room2.rpyc", line 552, in script
File "renpy/ast.py", line 928, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "renpy/python.py", line 2245, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/scripts/freeroam/episode10/ep10_freeroam_room2.rpy", line 552, in <module>
File "renpy/ui.py", line 298, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "renpy/display/core.py", line 3315, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs)
File "renpy/display/core.py", line 3735, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/core.py", line 568, in visit_all
d.visit_all(callback, seen)
File "renpy/display/screen.py", line 436, in visit_all
callback(self)
File "renpy/display/core.py", line 3735, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "renpy/display/screen.py", line 447, in per_interact
self.update()
File "renpy/display/screen.py", line 637, in update
self.screen.function(**self.scope)
File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 54, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 67, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 71, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 82, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 97, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 110, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 111, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 112, in execute
File "game/SanchoMod/scripts/chat_app.rpy", line 113, in execute
File "renpy/text/text.py", line 1574, in __init__
self.set_text(text, scope, substitute)
File "renpy/text/text.py", line 1693, in set_text
i, did_sub = renpy.substitutions.substitute(i, scope, substitute)
File "renpy/substitutions.py", line 270, in substitute
s = formatter.vformat(s, (), kwargs)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
File "renpy/substitutions.py", line 228, in __getitem__
raise NameError("Name '{}' is not defined.".format(key))
NameError: Name 'mod_gr' is not defined.
Windows-10-10.0.19041
Ren'Py 7.4.10.2178
Being a DIK 0.10.0
Fri Dec 15 16:06:38 2023
Sancho's yes, haven't tried the otherIf I use the mod for ss1andss2, will i be able to import the save to ss3?
Hello,I got this error when starting the haunted house event does anybody know a fix? View attachment 3175245
So many previous posts in this thread answer that bud. It's from "another mod". See posts here and here for example.Code:I'm sorry, but an uncaught exception occurred. Compiling ATL code at game/scripts/new_phone/apps/pack_quest_app/mphone_pack_quest_img.rpy:181 File "game/scripts/freeroam/episode10/ep10_freeroam_room2.rpy", line 552, in <module> File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 54, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 67, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 71, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 82, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 97, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 110, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 111, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 112, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 113, in execute NameError: Name 'mod_gr' is not defined. -- Full Traceback ------------------------------------------------------------ Full traceback: File "scripts/freeroam/episode10/ep10_freeroam_room2.rpyc", line 552, in script File "renpy/ast.py", line 928, in execute renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store) File "renpy/python.py", line 2245, in py_exec_bytecode exec(bytecode, globals, locals) File "game/scripts/freeroam/episode10/ep10_freeroam_room2.rpy", line 552, in <module> File "renpy/ui.py", line 298, in interact rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs) File "renpy/display/core.py", line 3315, in interact repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, **kwargs) File "renpy/display/core.py", line 3735, in interact_core root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/core.py", line 568, in visit_all d.visit_all(callback, seen) File "renpy/display/screen.py", line 436, in visit_all callback(self) File "renpy/display/core.py", line 3735, in <lambda> root_widget.visit_all(lambda i : i.per_interact()) File "renpy/display/screen.py", line 447, in per_interact self.update() File "renpy/display/screen.py", line 637, in update self.screen.function(**self.scope) File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 2, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 54, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 67, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 71, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 82, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 97, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 110, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 111, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 112, in execute File "game/SanchoMod/scripts/chat_app.rpy", line 113, in execute File "renpy/text/text.py", line 1574, in __init__ self.set_text(text, scope, substitute) File "renpy/text/text.py", line 1693, in set_text i, did_sub = renpy.substitutions.substitute(i, scope, substitute) File "renpy/substitutions.py", line 270, in substitute s = formatter.vformat(s, (), kwargs) File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value File "renpy/substitutions.py", line 228, in __getitem__ raise NameError("Name '{}' is not defined.".format(key)) NameError: Name 'mod_gr' is not defined. Windows-10-10.0.19041 Ren'Py 7.4.10.2178 Being a DIK 0.10.0 Fri Dec 15 16:06:38 2023
Error while trying to text zoey
Unmodded version same error, could be game problem itself then
Yes. If you went all "harem" with some other mod or shenanigans then you might still have problems though in the VN's code (has nothing to do with SanchoMod) so know it's a thing. Any looping issues you run across will be because of that. Otherwise the import process doesn't care what you used in the past... but if you fucked around with variables/cheats outside of SanchoMod then that's on you. Cool?If I use the mod for ss1andss2, will i be able to import the save to ss3?
Post your traceback file (attach the actual file, not a screenshot, and not a copy/paste of it's text).I got this error when starting the haunted house event does anybody know a fix? View attachment 3175245
Well, I don't know what's in that "patch" but worst case scenario (if it doesn't include any image files) is installing SanchoMod into it will most likely just drop it down to v0.10.0 modded (no patch changes would take effect). I'll have to wait for the patch file to drop in my lap to see it though. PM it to me and I'll eyeball it for changes.Patch v0.10.1 For Being A DIK is now live on Patreon. Is the mod compatible with the new update?