Deisp

Formerly 'yhdje123'
Feb 13, 2023
34
14
Hey there! I'm a player from China with a group of friends who absolutely love this game, but many of them struggle with the English content. I'm working on doing Chinese translations myself (no machine translation!), but I just realized there's tons of embedded text in the images... Would it be too much to ask if you could share the source image files without text? I'd be happy to provide professional Chinese translations completely free - I really think having Chinese support would give this game a huge advantage if it ever launches on Steam!
 

xScruBzXx

New Member
Aug 20, 2024
4
1
Can someone explain how to get Lily's other scenes except the normal one? I've used the walkthrough but it just gave me the same ending again. How do you get the 2 separate scenes for the last event for Lily.
 

ilak47

Member
Donor
Jul 3, 2020
254
141
Hey there! I'm a player from China with a group of friends who absolutely love this game, but many of them struggle with the English content. I'm working on doing Chinese translations myself (no machine translation!), but I just realized there's tons of embedded text in the images... Would it be too much to ask if you could share the source image files without text? I'd be happy to provide professional Chinese translations completely free - I really think having Chinese support would give this game a huge advantage if it ever launches on Steam!
ask to redikal on twitter
 

RickyBobby47

Newbie
May 14, 2025
44
25
You people are driving me nuts with the messages.

Congrats you learned how not just to google, but how to use a search bar and cheat in something.[/SPOILER]
In all fairness, you have to understand programming a little to edit save files in my honest opinion. Since some devs like to use weird variable names or find tricks to make it difficult to exploit their games. At least that has been my experience save editing Renpy games.

No idea if that's a common trend with RPGMaker games though.

Anyways, thank you for the guide.
 

mpekas

Member
Jul 2, 2017
126
107
Any ideas why this doesn't run anymore?
I even deleted my old saves/persistent and i still get this on launch:

Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "renpy/common/00start.rpy", line 241, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/splashscreen.rpy", line 198, in script
    pause
  File "renpy/common/000statements.rpy", line 462, in execute_pause
    renpy.pause()
AttributeError: 'EventType' object has no attribute 'rel'

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

Full traceback:
  File "renpy/common/00start.rpy", line 241, in script call
    call _splashscreen from _call_splashscreen_1
  File "game/splashscreen.rpy", line 198, in script
    pause
  File "/home/discord/xxx/Divimera_R12-pc/renpy/ast.py", line 1971, in execute
    self.call("execute")
  File "/home/discord/xxx/Divimera_R12-pc/renpy/ast.py", line 1953, in call
    return renpy.statements.call(method, parsed, *args, **kwargs)
  File "/home/discord/xxx/Divimera_R12-pc/renpy/statements.py", line 349, in call
    return method(parsed, *args, **kwargs)
  File "renpy/common/000statements.rpy", line 462, in execute_pause
    renpy.pause()
  File "/home/discord/xxx/Divimera_R12-pc/renpy/exports.py", line 1661, in pause
    rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
  File "/home/discord/xxx/Divimera_R12-pc/renpy/ui.py", line 301, in interact
    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
  File "/home/discord/xxx/Divimera_R12-pc/renpy/display/core.py", line 2165, 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 "/home/discord/xxx/Divimera_R12-pc/renpy/display/core.py", line 2450, in interact_core
    xr, yr = ev.rel
AttributeError: 'EventType' object has no attribute 'rel'

Linux-6.14.7-3-cachyos-x86_64-with-glibc2.41 x86_64
Ren'Py 8.2.2.24051701+nightly
R12
Fri May 23 15:44:18 2025
If i ignore, then this comes up:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "game/splashscreen.rpy", line 198, in script
pause
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
AttributeError: 'EventType' object has no attribute 'rel'

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

Full traceback:
File "renpy/common/00start.rpy", line 241, in script call
call _splashscreen from _call_splashscreen_1
File "game/splashscreen.rpy", line 198, in script
pause
File "/home/discord/xxx/Divimera_R12-pc/renpy/ast.py", line 1971, in execute
self.call("execute")
File "/home/discord/xxx/Divimera_R12-pc/renpy/ast.py", line 1953, in call
return renpy.statements.call(method, parsed, *args, **kwargs)
File "/home/discord/xxx/Divimera_R12-pc/renpy/statements.py", line 349, in call
return method(parsed, *args, **kwargs)
File "renpy/common/000statements.rpy", line 462, in execute_pause
renpy.pause()
File "/home/discord/xxx/Divimera_R12-pc/renpy/exports.py", line 1661, in pause
rv = renpy.ui.interact(mouse='pause', type='pause', roll_forward=roll_forward, pause=delay, pause_modal=modal)
File "/home/discord/xxx/Divimera_R12-pc/renpy/ui.py", line 301, in interact
rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)
File "/home/discord/xxx/Divimera_R12-pc/renpy/display/core.py", line 2165, 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 "/home/discord/xxx/Divimera_R12-pc/renpy/display/core.py", line 2450, in interact_core
xr, yr = ev.rel
AttributeError: 'EventType' object has no attribute 'rel'

Linux-6.14.7-3-cachyos-x86_64-with-glibc2.41 x86_64
Ren'Py 8.2.2.24051701+nightly
R12
Fri May 23 15:44:18 2025
Never mind, the compressed version has a different script that just doesn't work.
 
Last edited:
4.70 star(s) 93 Votes