First link is broken. Also, might be a good idea to have a more updated preview version of the game than just 1.0. Not curious enough to pay on patreon or try out a super old version of the game.
Yeah, looks like developer decided to go back on his word and just completely abbandoned "MRG". After all his promises that game development will be continued... thats just pathetic.
following an agreement with Shifi, the MRG itch.io page will be moved under his account. Shifi mentioned that a new version of MRG will be available on itch.io and his personal Patreon either today or tomorrow.
Might be quite late on the reply, but I finally found something, a patreon page from Shifi, indeed with "MRG" game currently under prototype D... Released back on 14, September 2023
Hi! We have an article about godot on Patreon, but more than that, the point is that Godot runs more stable and we can better build different features.
File "game/audio/manualtracks.rpy", line 5, in script
init python:
File "game/audio/manualtracks.rpy", line 7, in <module>
import ost
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/game/track/covers'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/audio/manualtracks.rpy", line 5, in script
init python:
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/audio/manualtracks.rpy", line 7, in <module>
import ost
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/loader.py", line 1020, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 671, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/game/track/covers'
← Return to game
Comments
Log in with itch.io to leave a comment.
is this a full game or just a prototype (concept)?
Hi, just concept. Tmr we will release new prototype version
First link is broken. Also, might be a good idea to have a more updated preview version of the game than just 1.0. Not curious enough to pay on patreon or try out a super old version of the game.
Try it now, we released new demo version.
Demo still doesn't work - just leads to black screen with music playing. Definitely not inspiring hope for the Patreon version....
This still being updated on itch?
Yes! Today we added new version.
Will there be impreg?
Probably yes, but not now.
Ok, unrelated to this game but still a game of your studio: what happened to "My Runaway Girl"?
It's gone/no longer available for some reason, yet it was such a great game...
Yeah, looks like developer decided to go back on his word and just completely abbandoned "MRG". After all his promises that game development will be continued... thats just pathetic.
Hi,
following an agreement with Shifi, the MRG itch.io page will be moved under his account. Shifi mentioned that a new version of MRG will be available on itch.io and his personal Patreon either today or tomorrow.
-YS
Could you provide a link to such itchio/patreon account then, please?
My searches avail no results
Might be quite late on the reply, but I finally found something, a patreon page from Shifi, indeed with "MRG" game currently under prototype D... Released back on 14, September 2023
I've heard you're going to make the game in Godot engine, why moved from a good engine to a shitty one?
Hi!
We have an article about godot on Patreon, but more than that, the point is that Godot runs more stable and we can better build different features.
Animations?
Hi!
first animated version will be soon, around 14 days.
-YS
Mac version crashes on open.
```
I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/audio/manualtracks.rpy", line 5, in script
init python:
File "game/audio/manualtracks.rpy", line 7, in <module>
import ost
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/game/track/covers'
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/audio/manualtracks.rpy", line 5, in script
init python:
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/ast.py", line 1138, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/python.py", line 1122, in py_exec_bytecode
exec(bytecode, globals, locals)
File "game/audio/manualtracks.rpy", line 7, in <module>
import ost
File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
File "<frozen importlib._bootstrap>", line 664, in _load_unlocked
File "<frozen importlib._bootstrap>", line 627, in _load_backward_compatible
File "/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/renpy/loader.py", line 1020, in load_module
exec(code, mod.__dict__) # type: ignore
File "python-packages/ost.py", line 671, in <module>
FileNotFoundError: [Errno 2] No such file or directory: '/private/var/folders/jz/ctq9924158jg3yrz2s0142980000gn/T/AppTranslocation/342FD456-5031-4D52-9831-1924D32F19FC/d/EchoesOfHomeAV.app/Contents/Resources/autorun/game/track/covers'
macOS-14.1.1-arm64-arm-64bit arm64
Ren'Py 8.1.1.23060707
Echoes of Home 1.0
Sat Nov 18 16:22:01 2023
```
Hi, we fixed it in the Patreon version, I'll post it here tomorrow. Some bug with the music player in the gallery in the macOS version.
-YS
Ntr, sharing or NTR bait fake drama?
Hi, we are not planning NTR, but some stealing GF from someone or something like that for sure :)
stealing gf from someone is called Reverse NTR
Netori?
will we have the option to reject LI's and choose who we want to end up with?
Hi, yes in future update.
any femdom in this game and character name, please?
or dominating personality female character name
Yes, Sonata and planning one more character :)