4.20 star(s) 198 Votes

FeralChild

Member
Aug 13, 2017
191
123
So I checked the walkthrough and it says if I choose "Mention your suspicion" Miro will go to war with Katie and it'll impact our relationship with Katie "for better or worse"
Anyone have any more insight on that?
 

andupreda

Member
Nov 27, 2018
224
225
OMG, "alot" is not a word, especially in English! If thou doubteth me, thy shalt Google it :p View attachment 265199

(For example)
Is alittle a word?
Is afew a word?
Is afuckinghugeamount a word?
No?
Neither is alot. It's "a lot", thankyouverymuch!

View attachment 265202

*Cries*
hm .. most of the games are made by russians / or not native english speakers, you complain about a small mistake,it can even be a typo mistake . I don't think this is what matter the most , nobody plays this games to learn english or learn grammar ...
 

Zenithtb

Active Member
Oct 21, 2017
944
1,032
hm .. most of the games are made by russians / or not native english speakers, you complain about a small mistake,it can even be a typo mistake . I don't think this is what matter the most , nobody plays this games to learn english or learn grammar ...
That's fair enough, but for actual English speakers, (those not here to learn English nor its grammar), it's like a cactus being jabbed in your eyeballs each time...

Edit: perhaps they should employ *ahem* English proofreaders. *Cough* In no way indicating signatures below...


Edit: It really pisses me off that, with humour you try to 'raise the bar' and help people through your own effort, and people reply saying "you're wrong - these people are disadvantaged and you are wrong to comment. You should accept this new lower standard and not comment on it"

Why?

They (the authors) can read and improve, read and reject or not read. How is my showing mistakes through humour making this world a worse place that people think they can tell me that I am wrong to help people improve?
 
  • Like
Reactions: ricplacekick

BonoboBeast

Formerly 'BobYu94'
Jul 8, 2017
312
81
I got this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/patch.rpy", line 6530, in script
    if smallboobs == True:
  File "game/patch.rpy", line 6530, in <module>
    if smallboobs == True:
NameError: name 'smallboobs' is not defined

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

Full traceback:
  File "game/patch.rpy", line 6530, in script
    if smallboobs == True:
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\ast.py", line 1760, in execute
    if renpy.python.py_eval(condition):
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/patch.rpy", line 6530, in <module>
    if smallboobs == True:
NameError: name 'smallboobs' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3a
Mon Mar 18 14:05:28 2019
 

BonoboBeast

Formerly 'BobYu94'
Jul 8, 2017
312
81
And another error:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/script.rpy", line 9641, in script
    jump MLsleep
ScriptError: could not find label 'MLsleep1'.

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

Full traceback:
  File "game/script.rpy", line 9641, in script
    jump MLsleep
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\ast.py", line 1631, in execute
    rv = renpy.game.script.lookup(target)
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\script.py", line 875, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'MLsleep1'.

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3a
Mon Mar 18 14:16:00 2019
 

fbass

Active Member
May 18, 2017
513
766
I downloaded 3a and played flawless. 3a in the op has the patch already applied
 

Naegus

Newbie
Nov 30, 2017
21
34
Heres a (hopefully) mostly bug free script file. Includes incest patch and fixes for bugs like those i mentioned before. Also a little refractured and so easier to read/follow for followup bugfixes. Haven't tried all paths so report if there are bugs left. Need to start a new game for it to work
line 6537
jump cousinl1
looks like it should be
jump cousin
 
  • Like
Reactions: HiveMind

myuhinny

Devoted Member
Sep 7, 2017
8,361
6,377
Noticed with the game if you enabled dev mode you were hit with multiple this thing is defined 2 times for a lot of things on start up so I replaced the script file with the patch files renamed them and then only had one *label splashscreen:* is defined 2 times so I found them and deleted one of them out and now game is running with just the patch instead of the script file. The patch is should be the same as the script file so I should be good to go.
 

ustar

Active Member
Dec 29, 2017
835
640
I got this:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/patch.rpy", line 6530, in script
    if smallboobs == True:
  File "game/patch.rpy", line 6530, in <module>
    if smallboobs == True:
NameError: name 'smallboobs' is not defined

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

Full traceback:
  File "game/patch.rpy", line 6530, in script
    if smallboobs == True:
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\ast.py", line 1760, in execute
    if renpy.python.py_eval(condition):
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\python.py", line 1944, in py_eval
    return py_eval_bytecode(code, globals, locals)
  File "D:\AG\Whereitallbegan-0.3a-pc\renpy\python.py", line 1937, in py_eval_bytecode
    return eval(bytecode, globals, locals)
  File "game/patch.rpy", line 6530, in <module>
    if smallboobs == True:
NameError: name 'smallboobs' is not defined

Windows-8-6.2.9200
Ren'Py 7.1.1.929
Where it all began 0.3a
Mon Mar 18 14:05:28 2019
IMPORTANT note ONLY for 0.3a version - in \game\ folder there is patch.rpy - it can conflict with script.rpy - so remove patch.rpy
Apply my patch above - it fixes this smallboobs, but you may have to replay.
 

ustar

Active Member
Dec 29, 2017
835
640
Used the fix and the patch and still friend, friend, friend blagh
Incest is officially removed from the game and my patch fix don't add it. If you want it, you must search for specific version.
Personally I find incest not erotic, but I don't judge other preferences since it's only game.
However it may be too much work to maintain 2 versions of script.rpy
 

HiveMind

Newbie
Feb 15, 2018
24
45
Incest is officially removed from the game and my patch fix don't add it. If you want it, you must search for specific version.
Personally I find incest not erotic, but I don't judge other preferences since it's only game.
However it may be too much work to maintain 2 versions of script.rpy
my patch includes incest and bugfixes
 

andupreda

Member
Nov 27, 2018
224
225
Incest is officially removed from the game and my patch fix don't add it. If you want it, you must search for specific version.
Personally I find incest not erotic, but I don't judge other preferences since it's only game.
However it may be too much work to maintain 2 versions of script.rpy
Me neither , but then the screenplay it's lame ... Obviously this games are made with the incest purpose but then because of Patreons politc they decided to Hide (relations) to be fair ... no matter how good friend would you be with someone you wont get involved in this comeback home bullshit ... without the familly relation the screenplay looks lame ... Just my opinion .
 

ustar

Active Member
Dec 29, 2017
835
640
Me neither , but then the screenplay it's lame ... Obviously this games are made with the incest purpose but then because of Patreons politc they decided to Hide (relations) to be fair ... no matter how good friend would you be with someone you wont get involved in this comeback home bullshit ... without the familly relation the screenplay looks lame ... Just my opinion .
Yes, it is just as that. It was incest and now it's being removed and sometimes look strange - I even corrected some things like calling aunt to character name in text that was still not changed - things like this may still exist.
 
  • Like
Reactions: andupreda

doomulol

Active Member
Apr 1, 2018
500
448
is the compressed version good to play now? does it have the bugfix and incest patch on it?
 

ustar

Active Member
Dec 29, 2017
835
640
is the compressed version good to play now? does it have the bugfix and incest patch on it?
No, both standard and compressed versions needs bugfix and incest patch if you need it. More - incest will never be in full download, so you need to download them both anyway, but patch is really just one small file that you have to overwrite.
 
4.20 star(s) 198 Votes