4.00 star(s) 66 Votes

plsmommy

New Member
Aug 7, 2024
13
10
72
Hello, does this patch include the current update? And my other question is, in which folder exactly should I move this file?
 

xXwankerXx

Engaged Member
Jul 21, 2017
2,477
13,813
717
For those who didn’t cum in Eisley, do you still get the scene of her on her phone suggesting that she is possibly pregnant when trying to contact the MC?
After buying the house, I don't know if there will be any budget left for the MC to buy condoms :Kappa:.

I still love it when the developers pull these surprises out of the bag (y).
Nah, y'all gentlemen are panicking about this waaayy too soon. What if she really got herself knocked up after having a lil too much casual fun, BUT the baby's actually Paco's ?? How 'bout that for a crazy plot twist ??:unsure:

Tbh, I personally can see Eisley becoming a damn dog's baby mama, not the kinda mental image I needed or asked for, but I blame it all on her and MC's funny banter on this topic. Huge L for her if that 0.1% chance of this actually happening turns out to be true, however funny and disgusting this might sound.:sneaky::ROFLMAO:

+1000 props for including a Streamer mode. Goes to show your ambitions of not just making porn, it's ridiculous how the biggest names in this visual novel world don't include a streamer mode.
The only thing that's more ridiculous to me is how little support this gem of a game gets compared to most of the 'well-written' trash posted here. It's downright annoying and somewhat disheartening seeing so many cookie-cutter incest, cuck, cumslut and sissy simulators make so much money compared to what this game makes, when its story, characters and visuals are superior to the vast majority of them, but guess fapping to mindless fuckfests with no actual story and development beats an interesting story with good build-up, interesting characters and a damn good MC acting like a believable guy with his talent and background, smh.

I see one-eyed captain Emily Sparrow is one of the main loves
She was a very borderline main LI, and still is.
Good to know she's completely avoidable as one. I personally am looking forward to the sweet, delicious update where we can fuck her brains out right before and after we'll give Dwight the ass whooping of the century. Don't have any problem with them still being fuck buddies, all guys and girls need at least one of those IRL IMHO, but the eye thing is unnecessary, a little too much and too on the delicate side for my taste.

Might be in the minority on this, but yeah, it's not exactly a plus for an LI, her (so far seemingly) selfish bitch attitude doesn't help her case either. Can look past her shitty attitude if she earns my trust, the eye thing is... a different story tho. Sorry for sounding too insensitive, but tastes and preferences.:cautious:
 

sisco1986

Member
Dec 29, 2018
264
547
216
The only thing that's more ridiculous to me is how little support this gem of a game gets compared to most of the 'well-written' trash posted here. It's downright annoying and somewhat disheartening seeing so many cookie-cutter incest, cuck, cumslut and sissy simulators make so much money compared to what this game makes, when its story, characters and visuals are superior to the vast majority of them, but guess fapping to mindless fuckfests with no actual story and development beats an interesting story with good build-up, interesting characters and a damn good MC acting like a believable guy with his talent and background, smh.
sadly this game has one big negative and that's plot cohesion, there's too many scenes when you feel like the mc just teleports himself to the next scene and you ask yourself wtf is happening, it's like somebody took the scenes of a freeroaming game and put them together to try and make a VN

is just a wild guess but i think the dev makes the scenes out of order to optimize time and this is affecting the plot in a really bad way
 
Last edited:

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,848
10,590
872
Since this is the only place actively using any sort of Android variance, I'll just be posting this here for modders or whomever wants to port it to Android.



It basically only adds a mobile variant for the exit button on save/load menus. So, probably not worth the download if you've already downloaded it. In an ideal world, I would've just uploaded the screen.rpy and rpyc. But Android, in their ever-so-wise pursuit of becoming Apple, has locked the place where you'd put those files. So, if I understood correctly, you'd basically need root access to your phone.

The last time I rooted my phone and fucked with ROMs, and this'll probably age me a bit, is back when I had my HTC Inspire. Have zero need to fuck with rooting on a modern phone, though. So, all that to say I'm clueless with rooting and such.
 

ayanamiRIN

New Member
Sep 26, 2023
4
1
54
Is there anyone who also encounters this issue :

While running game code:
Exception: Sayer b're' is not a function or string.

Full traceback:
File "S01E01.rpyc", line 2967, in script
File "C:\Users\"$user\Downloads\MoveTheChains-0.3-pc\MoveTheChains-0.3-pc\renpy\ast.py", line 907, in execute
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer b're' is not a function or string.


Is there any patch for this i didn't saw or it only happens to me, also there is the code block which catches the error :

""""
if who is not None:
stmt_name = getattr(who, "statement_name", "say")
if callable(stmt_name):
stmt_name = stmt_name()
statement_name(stmt_name)
else:
statement_name("say")
if not (
(who is None) or
callable(who) or
isinstance(who, basestring)):
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
""""
 
  • Like
Reactions: Nadiel

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,848
10,590
872
Is there anyone who also encounters this issue :

While running game code:
Exception: Sayer b're' is not a function or string.

Full traceback:
File "S01E01.rpyc", line 2967, in script
File "C:\Users\"$user\Downloads\MoveTheChains-0.3-pc\MoveTheChains-0.3-pc\renpy\ast.py", line 907, in execute
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
Exception: Sayer b're' is not a function or string.


Is there any patch for this i didn't saw or it only happens to me, also there is the code block which catches the error :

""""
if who is not None:
stmt_name = getattr(who, "statement_name", "say")
if callable(stmt_name):
stmt_name = stmt_name()
statement_name(stmt_name)
else:
statement_name("say")
if not (
(who is None) or
callable(who) or
isinstance(who, basestring)):
raise Exception("Sayer %s is not a function or string." % self.who.encode("utf-8"))
""""
I'm aware. I came across it earlier. No idea what's causing it. It's just odd because it's worked fine for multiple updates. Until recently. Not sure what's changed. It's annoying, but you should be able to skip/ignore through it for now.

Looking into it now. It seems like redefining a new name for the character (Renee who has the 're') works, but might screw things up for later updates.

Edit: So, it looks like it's probably something to do with the RegEx of Python/Ren'py. I'm going to some experimenting to make sure the fix works. Should have it up by tomorrow.
 
Last edited:

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,848
10,590
872
Is there anyone who also encounters this issue :

While running game code:
Exception: Sayer b're' is not a function or string.
I just downloaded the copy from here and threw in the script with the name definitions and the fixed name in S01E01.rpy.

For anyone having this issue, This is mostly going to refer to any new players/anyone replaying from the beginning. This shouldn't effect anyone else.

1739569044153.png
 

Reniere

Engaged Member
Aug 5, 2019
2,071
3,743
461
I just downloaded the copy from here and threw in the script with the name definitions and the fixed name in S01E01.rpy.

For anyone having this issue, This is mostly going to refer to any new players/anyone replaying from the beginning. This shouldn't effect anyone else.

View attachment 4551471
Im going to hell with express destination marked lol.. I swear i saw MoveTheChinese :FacePalm:.
 

XKL27

Member
Jul 13, 2022
299
666
207
I just downloaded the copy from here and threw in the script with the name definitions and the fixed name in S01E01.rpy.

For anyone having this issue, This is mostly going to refer to any new players/anyone replaying from the beginning. This shouldn't effect anyone else.

View attachment 4551471
Appreciate it! With the update to 3.5 to fix/finish the stats screen and a few other things, I was about to give it a playthrough. :)
 
  • Like
Reactions: MissFortune

Radnos Salazar

Well-Known Member
Dec 4, 2023
1,163
2,485
373
I'm removing this game from my favorite list. I can't stand that pussy ass neck tattoo on MC. Things like this should be optional. It's like playing Beyond tomorrow.
What a stupid thing to keep optional. Do you even think before writing?
Almost 98% of all the renders in the entire game would have MC present in them, so make 2 renders for the entire game? Basically make 2 games? Nice advice to become broke. :LOL:
 

anon9gg

Newbie
Feb 2, 2025
25
41
13
@MissFortune there's currently no way to stop a replay, it would be very easy and convenient to add an EndReplay() button while _in_replay in the preferences' screen
by default the config.replay_scope (temporary setting stuff when you start a replay) set the preferences as the righ-click/escape menu because you cannot save/load during replay and the default game menu is usually the save one

btw you're missing the "tag menu" property in preferences, this prevent you from switching to another menu properly without hiding the screen at the same time (tested a dummy screen with tag menu and use preferences() then no need to hide it anymore)

EDIT: i was talking about v0.3 no idea yet if these things changed in v0.3.5
 
Last edited:
  • Like
Reactions: MissFortune

MartinKrpan

Member
May 15, 2020
124
263
175
HornyyPussy, Radnos Salazar
Oh, right. I should definitely think if that's extra work for dev, like the dev thought about certain players who doesn't like tattoos before getting that stupid ass tattoo on MC. /s :ROFLMAO: Like I give a damn, I'm here to play the game. If I don't like something, I'll write it down. And as you can see, I don't like tattoos. I can tolerate some but when I see that kind I just skip the game then. Next update the MC will probably get face tattoo as well. Enjoy.
 

MissFortune

I Was Once, Possibly, Maybe, Perhaps… A Harem King
Respected User
Game Developer
Aug 17, 2019
6,848
10,590
872
@@MissFortune there's currently no way to stop a replay, it would be very easy and convenient to add an EndReplay() button while _in_replay in the preferences' screen
I'll see if I can get that in for Episode 4 (probably should). Ctrl'ing should do enough for now.

I'm removing this game from my favorite list. I can't stand that pussy ass neck tattoo on MC. Things like this should be optional. It's like playing Beyond tomorrow.
Oh, no. A pirate's removing me from their favorite list. What am I going to do? :KEK:

This is a game with a lot of tattooed and otherwise alt characters. You're surprised that more tattoos showed up? Huh. Beyond Tomorrow is a good game, though, guess I must be doing something right.
 

motseer

Forum Fanatic
Dec 17, 2021
4,851
12,490
637
I'll see if I can get that in for Episode 4 (probably should). Ctrl'ing should do enough for now.



Oh, no. A pirate's removing me from their favorite list. What am I going to do? :KEK:

This is a game with a lot of tattooed and otherwise alt characters. You're surprised that more tattoos showed up? Huh. Beyond Tomorrow is a good game, though, guess I must be doing something right.
I don't mind the tattoo at all, but you should offer it in various colors. I think 3 or 4 variations ought to suffice to make all of us happy. It wouldn't increase your rendering machine's workload too much, right? Oh, wait. I just thought of something. How about a version where MC is blonde? Brunette's are so boring, you know. What if... eenie meenie miny mo
 
4.00 star(s) 66 Votes