3.70 star(s) 34 Votes

Robins Hood

New Member
Oct 2, 2018
9
12
Just asking, is there going to be a 32 bit version of the 0.4 update? Would really love to be able to keep playing the game.
 

FaceCrap

Well-Known Member
Oct 1, 2020
1,012
713
Gargarlley you might want to go over your script(s) again. there are a couple of instances where a scene reference has ended up as being part of a dialogue. Sometimes on its own, sometimes tagged on to an actual dialogue line...

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

also, chapter 4, there's a missing scene reference at line 5280
Code:
    mc "All right, you got the interview girl"
    scene 
    s "REALLY?!"
 

Gargarlley

Dev of "My Sister & I"
Game Developer
Aug 23, 2018
676
1,448
Just asking, is there going to be a 32 bit version of the 0.4 update? Would really love to be able to keep playing the game.
If you require it I will get to it my friend!

Gargarlley you might want to go over your script(s) again. there are a couple of instances where a scene reference has ended up as being part of a dialogue. Sometimes on its own, sometimes tagged on to an actual dialogue line...

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

also, chapter 4, there's a missing scene reference at line 5280
Code:
    mc "All right, you got the interview girl"
    scene
    s "REALLY?!"
Thank you very much for this headsup, was this not fixed on 0.4b?
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,102
I saw some scene statements leak into dialog during playthrough so did a quick grep. These look like some fat fingered mistakes.

Code:
./script.rpy:    s "scene 1217a"
./script.rpy:    scene 000lateronattheoffice
./script.rpy:    s "My [r3!l] called in, I should’ve been appointed for an interview right?scene 1226a"
./script.rpy:    scene 000lateronthatnight
./script.rpy:    s "scene 1334a"
./script.rpy:    scene 000somedayslater
./script.rpy:    s "scene 1341a"
./script.rpy:    scene 000thatmorningattheoffice
./script.rpy:    b "YOU LITTLE RASCAL DON’T POISON HER…scene 1392a"
./script.rpy:    scene 000meanwhilebackhome
./script.rpy:    milf "ARE YOU TRYING TO KILL YOUR FATHER?scene 1467a"
./script.rpy:    scene 000onanearbypub
./script.rpy:    scene 000thatnightathome
./script.rpy:    scene 1556as "It’s just… I don’t know how to explain it"
 

Gargarlley

Dev of "My Sister & I"
Game Developer
Aug 23, 2018
676
1,448
I saw some scene statements leak into dialog during playthrough so did a quick grep. These look like some fat fingered mistakes.

Code:
./script.rpy:    s "scene 1217a"
./script.rpy:    scene 000lateronattheoffice
./script.rpy:    s "My [r3!l] called in, I should’ve been appointed for an interview right?scene 1226a"
./script.rpy:    scene 000lateronthatnight
./script.rpy:    s "scene 1334a"
./script.rpy:    scene 000somedayslater
./script.rpy:    s "scene 1341a"
./script.rpy:    scene 000thatmorningattheoffice
./script.rpy:    b "YOU LITTLE RASCAL DON’T POISON HER…scene 1392a"
./script.rpy:    scene 000meanwhilebackhome
./script.rpy:    milf "ARE YOU TRYING TO KILL YOUR FATHER?scene 1467a"
./script.rpy:    scene 000onanearbypub
./script.rpy:    scene 000thatnightathome
./script.rpy:    scene 1556as "It’s just… I don’t know how to explain it"
Was this on 0.4b my friend?
 

phupdup

Well-Known Member
Oct 24, 2019
1,391
1,102
The download seems to have disappeared on me, but the extracted root folder is just 0.4-pc at the end. The only other clue is it has an Aug 19 datestamp on it. The contents of the script_version.txt file in the game folder is "(7, 4, 7)"


Was this on 0.4b my friend?
 

Burgh917

Active Member
Dec 20, 2019
562
820
I saw some scene statements leak into dialog during playthrough so did a quick grep. These look like some fat fingered mistakes.

Code:
./script.rpy:    s "scene 1217a"
./script.rpy:    scene 000lateronattheoffice
./script.rpy:    s "My [r3!l] called in, I should’ve been appointed for an interview right?scene 1226a"
./script.rpy:    scene 000lateronthatnight
./script.rpy:    s "scene 1334a"
./script.rpy:    scene 000somedayslater
./script.rpy:    s "scene 1341a"
./script.rpy:    scene 000thatmorningattheoffice
./script.rpy:    b "YOU LITTLE RASCAL DON’T POISON HER…scene 1392a"
./script.rpy:    scene 000meanwhilebackhome
./script.rpy:    milf "ARE YOU TRYING TO KILL YOUR FATHER?scene 1467a"
./script.rpy:    scene 000onanearbypub
./script.rpy:    scene 000thatnightathome
./script.rpy:    scene 1556as "It’s just… I don’t know how to explain it"
I had the same problem but 4b fixed it for me.
 

Gargarlley

Dev of "My Sister & I"
Game Developer
Aug 23, 2018
676
1,448
The download seems to have disappeared on me, but the extracted root folder is just 0.4-pc at the end. The only other clue is it has an Aug 19 datestamp on it. The contents of the script_version.txt file in the game folder is "(7, 4, 7)"
Try downloading the 0.4b version my friend!

I had the same problem but 4b fixed it for me.
Great to hear! And cool signature ;)
 
  • Like
Reactions: Burgh917

Cyansun

New Member
Aug 14, 2021
3
28
The story isn't over the top, its a pretty chill and wholesome trip through the characters relationship. The mc is actually likeable so its a bonus and the dynamic between the couple is fun. I really like the Sister's model and the animation is good. Great work by the dev, i will watch your carreer with great interest.
 

Gargarlley

Dev of "My Sister & I"
Game Developer
Aug 23, 2018
676
1,448
The story isn't over the top, its a pretty chill and wholesome trip through the characters relationship. The mc is actually likeable so its a bonus and the dynamic between the couple is fun. I really like the Sister's model and the animation is good. Great work by the dev, i will watch your carreer with great interest.
Thank you for your kind words!
 
3.70 star(s) 34 Votes