4.60 star(s) 73 Votes

Favorite MTWY Heroine

  • Yukine

  • Akemi

  • FMC

  • Hikari

  • Kanehana

  • Hime

  • Iroha

  • Chitose


Results are only viewable after voting.

DarkDaemonX

Engaged Member
Mar 31, 2020
2,613
2,907
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
Exception: Could not find font '28'.

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

Full traceback:
  File "settings.rpyc", line 10504, in script
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\ast.py", line 921, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\exports.py", line 1373, in say
    who(what, *args, **kwargs)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\character.py", line 1266, in __call__
    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\character.py", line 927, in do_display
    display_say(who,
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\character.py", line 666, in display_say
    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\ui.py", line 299, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\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 "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\core.py", line 3912, in interact_core
    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\core.py", line 2602, in draw_screen
    surftree = renpy.display.render.render_screen(
  File "render.pyx", line 495, in renpy.display.render.render_screen
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\screen.py", line 704, in render
    child = renpy.display.render.render(self.child, w, h, st, at)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 1334, in render
    surf = render(child,
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\display\layout.py", line 884, in render
    surf = render(child, width, height, cst, cat)
  File "render.pyx", line 170, in renpy.display.render.render
  File "render.pyx", line 266, in renpy.display.render.render
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\text\text.py", line 2109, in render
    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\text\text.py", line 656, in __init__
    glyphs = ts.glyphs(s, self)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\text\text.py", line 255, in glyphs
    fo = font.get_font(self.font, self.size, self.bold, self.italic, 0, self.antialias, self.vertical, self.hinting, layout.oversample)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\text\font.py", line 717, in get_font
    face = load_face(fn)
  File "E:\Game Related\TF Games\Other VNs\My Time With You Chapter 23\My Time With You Book 2\renpy\text\font.py", line 658, in load_face
    raise Exception("Could not find font {0!r}.".format(orig_fn))
Exception: Could not find font '28'.

Windows-10-10.0.19044 AMD64
Ren'Py 8.0.3.22090809
My Time with You 0.23
Thu Nov 16 12:09:26 2023
 

Hungover00

Engaged Member
Apr 29, 2023
2,603
3,174
You need to look closely, it's like the first thing they make you spot after 2-3 clicks... The story differs greatly between TrueStory and Not.

https://f95zone.to/threads/my-time-with-you-book-2-ch-23-eolostudios.80371/post-11567384

You don't have permission to view the spoiler content. Log in or register now.
So, the hair colour and...oh, I caught it, in the denial path Rysa is just a bystander before the time jump. So that makes 'Sayumi?' just some random volunteer? I suppose the real question is, is the non-patched version interesting enough to check out as well? I usually just want the intended game experience, but I am curious about different branches, if they offer enough.
 

Hungover00

Engaged Member
Apr 29, 2023
2,603
3,174
Wow, kinda surprised that Hime is the holdout (unless I accidentally fucked up her path, but I don't think it's that). Just starting C.23, so hopefully that dam bursts.

Who's the grieving T-1000 that spotted Ro-bot? (Izami)
 

Nick_on_Vox

Member
Apr 16, 2023
128
248
Book 2 Patched Android file is broken. Will not install due to package being "invalid". That's even after reinstalling the new Book 1 patched file.
 
  • Like
Reactions: Blades4119

Hungover00

Engaged Member
Apr 29, 2023
2,603
3,174
You'll find out this episode.
Partially, still not sure how she has a permanent Detect Invisibility up. Or why she's being added to the story now, though some characters do seem to be just tertiary characters not connected to the plot. But got a different vibe from her.
 

MangoTree

Member
Apr 27, 2017
489
217
just started the game, wanted to know if there is a way to see dialogue history? like other renpy games.
 

DaffoDonk

Newbie
Apr 10, 2020
50
42
Partially, still not sure how she has a permanent Detect Invisibility up. Or why she's being added to the story now, though some characters do seem to be just tertiary characters not connected to the plot. But got a different vibe from her.

Considering who she is and that she's been mentioned before we were bound to meet her sooner or later.

By the way: Are there any popular theories about Miho?
 
  • Like
Reactions: loewe

loewe

Newbie
Aug 14, 2017
91
95
So, the hair colour and...oh, I caught it, in the denial path Rysa is just a bystander before the time jump. So that makes 'Sayumi?' just some random volunteer? I suppose the real question is, is the non-patched version interesting enough to check out as well? I usually just want the intended game experience, but I am curious about different branches, if they offer enough.
You don't have permission to view the spoiler content. Log in or register now.


Partially, still not sure how she has a permanent Detect Invisibility up. Or why she's being added to the story now, though some characters do seem to be just tertiary characters not connected to the plot. But got a different vibe from her.
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:
  • Like
Reactions: Hungover00

eolostudios

Developer of "My Time with You"
Game Developer
Mar 15, 2021
219
1,161
You don't have permission to view the spoiler content. Log in or register now.
Fixed, I went dumb on this, we spotted it on the ch 24 build, but forgot it on ch 23.
This is the line:
You don't have permission to view the spoiler content. Log in or register now.

You'll find out this episode.
It was at the post-credits on that same episode anyway.
You don't have permission to view the spoiler content. Log in or register now.

just started the game, wanted to know if there is a way to see dialogue history? like other renpy games.
Ah, we removed said feature because we believe it was redundant. Kindly use the mouse wheel to rollback the dialogue or turn on the rollback click feature and click on ur preferred side.
You don't have permission to view the spoiler content. Log in or register now.

By the way: Are there any popular theories about Miho?
She's a Kitsune who ate Rin's corpse.
 

DaffoDonk

Newbie
Apr 10, 2020
50
42
She's a Kitsune who ate Rin's corpse.
...I wanna say "haha, good one", but at the same time it makes a disturbing amount of sense considering they look quite a bit alike (down to the mole placement IIRC).

And now I've got the image of pre-time travel MC (who for some reason got spirited away) doing the beast with two backs with the kitsune who cannibalized his mother's corpse stuck in my head. :eek:
 
  • Like
Reactions: eolostudios

eolostudios

Developer of "My Time with You"
Game Developer
Mar 15, 2021
219
1,161
Book 2 Patched Android file is broken. Will not install due to package being "invalid". That's even after reinstalling the new Book 1 patched file.
Hmm, it's a book 1 and book 2 mismatch if it says the package is invalid, we have tested this repeatedly, and if you downloaded a match version it should work; try our itch.io download links.
The book 1 modded version is 900gb+


More info here: https://f95zone.to/threads/my-time-with-you-book-2-ch-23-eolostudios.80371/post-12196965
 

Mastertrkr

Newbie
Nov 11, 2019
21
4
Did ch 23 update break the saves? I always dl a full fresh copy every update, and the copy and paste my save folder to the new update, yet I'm getting this after two rollbacks on the renpy error screen

You don't have permission to view the spoiler content. Log in or register now.
 

Essecks

Newbie
Sep 1, 2018
41
116
1699896676502.png


It's unfortunate, but apparently this needed to be done and the longer it was put off, the more chapters would need to be replayed to catch up.

Anyway, I'm all caught up, thanks for the update in spite of the difficulties
 

cckerberos

Member
Jun 12, 2017
456
955
1699896676502.png


It's unfortunate, but apparently this needed to be done and the longer it was put off, the more chapters would need to be replayed to catch up.

Anyway, I'm all caught up, thanks for the update in spite of the difficulties
I have plenty of pre-Chapter 20 saves. They're unfortunately all broken as well.
 

ChaosStar0

Member
Jul 16, 2023
122
109
I'm guessing the walkthrough is for the Patreon version due to it going up to chapter 24, when chapter 23 is the latest free release. Also I'm screwed for the next version since I only keep one save, since apparently saves are broken?
 

Yarazin

Member
Dec 2, 2022
325
865
Wow, really loved this! Finished the story up to chapter 24 this morning after spending the last several days reading it. Slept for a bit, then read a lot of posts here. I much prefer a format like this over Discord.

I'm on the come down like Hikari or any of us after a great story game so I am a little all over the place right now. Going to just throw out some thoughts and see where it goes:

You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

eolostudios

Developer of "My Time with You"
Game Developer
Mar 15, 2021
219
1,161
Did ch 23 update break the saves? I always dl a full fresh copy every update, and the copy and paste my save folder to the new update, yet I'm getting this after two rollbacks on the renpy error screen

You don't have permission to view the spoiler content. Log in or register now.
Yes, I'm experiencing the exact same thing. If I choose to ignore it it takes me back to chapter 12.
I have plenty of pre-Chapter 20 saves. They're unfortunately all broken as well.
I'm guessing the walkthrough is for the Patreon version due to it going up to chapter 24, when chapter 23 is the latest free release. Also I'm screwed for the next version since I only keep one save, since apparently saves are broken?

Yes, the new update brought all kinds of pandemonium to everyone's saves. We've narrowed down the problem and trying to make sure it doesn't happen again but for now, kindly use the solutions provided.

Your current ch23 saves will work on ch24 when it's out publicly.
Try to save on the end screen and not the Miho screen.

I was lazy to make 2 different versions of the walkthrough. The paid version is the same as the public version after all, only release date difference and in hindsight, the public version has it better because of all the edits. It's the user's responsibility if they scroll down beyond the version they have and spoil themselves.

Wow, really loved this! Finished the story up to chapter 24 this morning after spending the last several days reading it. Slept for a bit, then read a lot of posts here. I much prefer a format like this over Discord.

I'm on the come down like Hikari or any of us after a great story game so I am a little all over the place right now. Going to just throw out some thoughts and see where it goes:

You don't have permission to view the spoiler content. Log in or register now.
I read your "long ass ramblings" and I gotta say, I've seen longer :ROFLMAO:

Most of it I can't comment on but I read all of it.

Here's what I can:
You don't have permission to view the spoiler content. Log in or register now.
 
4.60 star(s) 73 Votes