Mod Ren'Py My Dorm Multi-Mod [v0.12 + Part 2 fixes][RiamMar]

Foshizza

New Member
Jun 30, 2022
5
4
Hi, I don't understand what I need to download for the v0.12.0 game, just the '…Patched-v0.12.0-fix02.zip' or the whole part 1 map with the APK in it also?

Or can I just get the v0.14.2 from the original game thread and the included patch works for the part 1 also?
 
  • Like
Reactions: TropecitaGames

PEscobar

Member
Oct 5, 2022
132
113
I'm having an issue I am still playing season one after I com back from Scarlett's house when lise is on the couch if I check decisions I get this.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 9, in execute
frame:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 11, in execute
side "c r":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 13, in execute
viewport id "MyDormMenuTabScroller":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 16, in execute
hbox style "MyDormMenuContent":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 18, in execute
for myDormVarLabel, myDormVar in sorted (myDormDecisionsSettings ["general"].items ()):
File "game/modules/decisions/screens/GeneralSettings.rpy", line 19, in execute
if myDormVar in globals ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 20, in execute
hbox style "MyDormMenuHboxLabel":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in execute
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in <module>
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
KeyError: 'Lactation Content'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 9, in execute
frame:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 11, in execute
side "c r":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 13, in execute
viewport id "MyDormMenuTabScroller":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 16, in execute
hbox style "MyDormMenuContent":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 18, in execute
for myDormVarLabel, myDormVar in sorted (myDormDecisionsSettings ["general"].items ()):
File "game/modules/decisions/screens/GeneralSettings.rpy", line 19, in execute
if myDormVar in globals ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 20, in execute
hbox style "MyDormMenuHboxLabel":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in execute
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in <module>
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
KeyError: 'Lactation Content'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
My Dorm v0.12.0
Thu Jan 25 15:28:11 2024
```
 
  • Like
Reactions: RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
758
2,938
I'm having an issue I am still playing season one after I com back from Scarlett's house when lise is on the couch if I check decisions I get this.
```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 9, in execute
frame:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 11, in execute
side "c r":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 13, in execute
viewport id "MyDormMenuTabScroller":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 16, in execute
hbox style "MyDormMenuContent":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 18, in execute
for myDormVarLabel, myDormVar in sorted (myDormDecisionsSettings ["general"].items ()):
File "game/modules/decisions/screens/GeneralSettings.rpy", line 19, in execute
if myDormVar in globals ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 20, in execute
hbox style "MyDormMenuHboxLabel":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in execute
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in <module>
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
KeyError: 'Lactation Content'

-- Full Traceback ------------------------------------------------------------

Full traceback:
File "renpy/common/_layout/screen_load_save.rpym", line 35, in script
$ ui.interact()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\ast.py", line 1131, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\python.py", line 1061, in py_exec_bytecode
exec(bytecode, globals, locals)
File "renpy/common/_layout/screen_load_save.rpym", line 35, in <module>
$ ui.interact()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\ui.py", line 299, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3377, in interact
repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3810, in interact_core
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 582, in visit_all
d.visit_all(callback, seen)
[Previous line repeated 1 more time]
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 451, in visit_all
callback(self)
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\core.py", line 3810, in <lambda>
root_widget.visit_all(lambda i : i.per_interact())
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 462, in per_interact
self.update()
File "D:\Games\Virtual Games\MyDorm-v0.12.0-pc\renpy\display\screen.py", line 653, in update
self.screen.function(**self.scope)
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 2, in execute
screen MyDormGeneralSettings ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 9, in execute
frame:
File "game/modules/decisions/screens/GeneralSettings.rpy", line 11, in execute
side "c r":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 13, in execute
viewport id "MyDormMenuTabScroller":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 16, in execute
hbox style "MyDormMenuContent":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 18, in execute
for myDormVarLabel, myDormVar in sorted (myDormDecisionsSettings ["general"].items ()):
File "game/modules/decisions/screens/GeneralSettings.rpy", line 19, in execute
if myDormVar in globals ():
File "game/modules/decisions/screens/GeneralSettings.rpy", line 20, in execute
hbox style "MyDormMenuHboxLabel":
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in execute
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
File "game/modules/decisions/screens/GeneralSettings.rpy", line 21, in <module>
text mdc_tl ["en"][myDormVarLabel] style "MyDormMenuTextLabel"
KeyError: 'Lactation Content'

Windows-10-10.0.19045 AMD64
Ren'Py 8.0.3.22090809
My Dorm v0.12.0
Thu Jan 25 15:28:11 2024
```
Can you try one of the "fix2" versions of the mod and see if they fix the issue?
 
Last edited:

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
758
2,938
I'm using the fix2 mod. MyDorm-MultiMod-Patched-v0.12.0-fix02
I don't really know where this comes from then. :unsure:
I removed the toggle that provokes the error, so this should be fixed now. Haven't renamed the files though. Try redownloading from files, google or mega again.
The variable in question will only be relevant in Part 2, iirc, were we use a different translation system. So the error should appear there, when you get to v0.13.
 

Darth Vengeant

Active Member
May 6, 2020
887
1,014
I read in the main game forum that this was supposed to have a replay/gallery. Where is the gallery/replay? I don't find it anywhere.

How can a game that is now into Part 2 not have a replay already in the game? Utterly ridiculous. That is something that should be in the game DAY ONE.
 
Last edited:

Elhemeer

Forum Fanatic
Jun 20, 2022
5,185
8,495
I read in the main game forum that this was supposed to have a replay/gallery. Where is the gallery/replay? I don't find it anywhere.

How can a game that is now into Part 2 not have a replay already in the game? Utterly ridiculous. That is something that should be in the game DAY ONE.
Because they didn't start working on the gallery until after they started part 2 (which is a file size decision, ... I think the second "act" officially began when the first students arrived, but I could be wrong about that).
 
  • Like
Reactions: Belly97 and RiamMar

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
758
2,938
I read in the main game forum that this was supposed to have a replay/gallery. Where is the gallery/replay? I don't find it anywhere.
I didn't do a gallery mod because I didn't have the time yet to do so.
 
  • Like
Reactions: Belly97

RiamMar

One Hand Clapping, Heart of the Keyforge
Modder
Game Developer
Sep 15, 2017
758
2,938
Reading the post you made in the game thread, I see that was a year ago Mar 9, 2023. So, you haven't had time to do the gallery in a year, but just the mod? Ok. Thanx for the info.
You are aware that I do a lot of other mods, helped getting Part 2 up and running and am developing a game, right? So, no, not just the mod.

Thanx for the info.
Glad I could be of help.