Ooh

Active Member
Jun 9, 2018
551
1,088
Please tell me the Dev will one day make another version of this plot. The other games are trash compared to this. Maybe one where its a family. Dad's GF and her daughter (or whatever) stranded with a MC who actually doesn't annoy the piss out of you.
 
  • Like
Reactions: Isabella69

Asuna.is

Member
Nov 8, 2023
155
57
People, where can I download this game with mods for the correct passage of the game? I run WT mods in the game :unsure: :unsure: :unsure:
 

Joncik_Ko

Active Member
Dec 26, 2021
772
671
Put it on the list, thanks. :) Is it Mia or just a lookalike? :unsure:
Unfortunatelly only lookalike, but really, Man, when i saw her... jaw drops :) Her name here is Camilla, but friends on DC called her CaMia ;) And i saw one more familiar character, not necesary likeable, but still. :) If You played Datnig my Daughter You can see similiar person too ;)
 
Oct 10, 2022
4,103
7,233
Unfortunatelly only lookalike, but really, Man, when i saw her... jaw drops :) Her name here is Camilla, but friends on DC called her CaMia ;) And i saw one more familiar character, not necesary likeable, but still. :) If You played Datnig my Daughter You can see similiar person too ;)
I did DMD but I don't see any similarity with the daughter if you are referring to her. :unsure:
Shame I'd like to see Mia more tbh.:cry:
 

Joncik_Ko

Active Member
Dec 26, 2021
772
671
I did DMD but I don't see any similarity with the daughter if you are referring to her. :unsure:
Shame I'd like to see Mia more tbh.:cry:
OK, maybe it's just me, but i see Dee in Daughtr here... And as i'm told, there will be more characters similiar to this from RtM. I don't finish it yet, so i'm waiting ;)
And yes, i would like to see more of Mia too. Devs form Inceton said some time ago, that they will do some extra content to RtM in the future.
 

cam3l0t

New Member
Sep 29, 2023
2
11
Since you lads are talking music, day 10, night, there's a dance sequence and there's a guitar tune playing during it that goes kinda like "tu-du-dun dun dun, tu-du-dun du dun du dun dun". And I could swear it's a cover of some fairly well-known song, but for the life of me I can't place it. Any chance anyone knows what it is? Or am I just going senile over here?
 

Osbéng额

New Member
Oct 28, 2018
10
1
For JoiPlay users, if you get a crash on start for Season 1, try the following:

Go to the "game" folder

Open 01-listview.rpy in a text editor and make sure line 2 looks like this
Code:
    renpy.register_sl_statement("imagetextlist", children=0)
You'll then get another error if you try launching the game.

So, open screens.rpy and scroll down to line 1535. Make sure the lines look like this
Code:
###moj pokusaj menia
screen toprightmenu:

    tag toprightmenu

    modal False
    imagebutton:

        if not renpy.variant("small"):
            idle "toptextbox" yalign 0.002                                     
        else:
            idle "toptextboxmob" yalign 0.002
You should, no longer, have any crashing. I've made it to day seven, so far, with only one error that I could hit ignore on to proceed.

Edit, I'm attaching the two files if you want to just replace them over fixing them yourself
Hey, how about the error while loading a savefile?
 

Osbéng额

New Member
Oct 28, 2018
10
1
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00action_other.rpy", line 583, in __call__
  File "game/rolling.rpy", line 18, in check_save
  File "game/rolling.rpy", line 30, in perform_load
TypeError: StringIO() argument 1 must be string or buffer, not tuple

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

Full traceback:
  File "_layout/screen_main_menu.rpymc", line 28, in script
  File "renpy/ast.py", line 1133, in execute
  File "renpy/python.py", line 1124, in py_exec_bytecode
  File "renpy/common/_layout/screen_main_menu.rpym", line 28, in <module>
  File "renpy/common/_layout/screen_main_menu.rpym", line 35, in _execute_python_hide
  File "renpy/ui.py", line 299, in interact
  File "renpy/display\core.py", line 3625, in interact
  File "renpy/display\core.py", line 4586, in interact_core
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\screen.py", line 770, in event
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\layout.py", line 1401, in event
  File "renpy/display\layout.py", line 279, in event
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\layout.py", line 1401, in event
  File "renpy/display\layout.py", line 279, in event
  File "renpy/display\layout.py", line 1177, in event
  File "renpy/display\layout.py", line 279, in event
  File "renpy/display\behavior.py", line 1138, in event
  File "renpy/display\behavior.py", line 1071, in handle_click
  File "renpy/display\behavior.py", line 375, in run
  File "renpy/common/00action_other.rpy", line 583, in __call__
  File "game/rolling.rpy", line 18, in check_save
  File "game/rolling.rpy", line 30, in perform_load
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/pickle.py", line 1387, in loads
TypeError: StringIO() argument 1 must be string or buffer, not tuple
Can anyone help me with this?
I'm unable to load a savefile.
 
3.30 star(s) 118 Votes