Dimitri57

Oldest Dev on F95
Donor
Game Developer
Dec 12, 2017
1,585
7,718
Dimitri57 Found a bug...

Lines 7003-7007 of ep4.rpy

if della_points >= 0:
jump tob_night_two3 # bruised, alone #####################

elif della_points <= 1:
jump tob_night_two2 # bruised, Jessy met SD


The way it is, we always jump to tob_night_two3 whether Jessy met Stan and Della or not because there is only 1 della_point available so far in the game. We only have two possible states: 1 point or 0 points both of which meet the first if-condition.

I'm not sure basing this branch on della_points is the best solution anyway since it is possible to take Jessy with you and still not get the della_point. It's probably better to set a flag (something like ep4_jessy_met_SD = True/False) and use that for the testing in this if block.

Enjoying the new characters!
Thanks for the heads up. I'll look at it. The intent is you only get a Della point if you have Jessy with you.
 
  • Like
Reactions: Glooskabe

MikieB

Member
Jul 6, 2018
103
120
Thanks for the heads up. I'll look at it. The intent is you only get a Della point if you have Jessy with you.
I can add a little one i noticed too. When I went to meet Della and Stan, i chose to take Jessy with me. But when talking to Rachael at the Fox later, she asks Jessy how it was being alone in her room and Jessy says that she went to lunch with Oxana, not that she went with me.
 
  • Like
Reactions: Glooskabe

Glooskabe

Well-Known Member
Jan 4, 2020
1,693
2,305
Thanks for the heads up. I'll look at it. The intent is you only get a Della point if you have Jessy with you.
Yup, I noticed that, but it is possible to take Jessy with you and not get the della_point. (If you choose to be evasive when talking to Stan.) I don't think there's a way to trigger the appropriate version of the afternoon Fox Box visit in that case.
 

Glooskabe

Well-Known Member
Jan 4, 2020
1,693
2,305
I can add a little one i noticed too. When I went to meet Della and Stan, i chose to take Jessy with me. But when talking to Rachael at the Fox later, she asks Jessy how it was being alone in her room and Jessy says that she went to lunch with Oxana, not that she went with me.
That's the exact situation I pointed out in my original post. (y)
 
  • Like
Reactions: MikieB

Glooskabe

Well-Known Member
Jan 4, 2020
1,693
2,305
thats why i hope we wont be forced to share Jessy with other women because shes the only character im interested in
Unfortunately, I think you're going to be disappointed. Jessy is written as bisexual, and she and MC have an open relationship although I think she has said she has no interest in other men. (Might be wrong about that...)
 
  • Sad
Reactions: Osamabeenfappin

taru

Active Member
Apr 23, 2018
837
492
will the or does the mc have hair lol dunno why but cant dig the bald mc look
 

Dimitri57

Oldest Dev on F95
Donor
Game Developer
Dec 12, 2017
1,585
7,718
stupid q, but... there is a 470mb folder in /renpy/atom

why? :unsure: for what? :unsure:
That's a good question. I looked back in past episodes and it's been in there from the get go. That is the text editor I use for RenPy but it doesn't need to be embedded in the game. Good catch, that will skinny up the game file size by 470mb. I've got some other bugs I need to address and I'll upload a revision that doesn't have atom bloating the game file.

Take care
 
  • Like
Reactions: Ghostly

Paapi

Engaged Member
Jan 21, 2020
3,321
1,837
remove that bullshit & not visible ass rape incident. it is the only problem here. But that is a big fu.........ing problem
 

blademaster89

Active Member
Aug 4, 2017
737
777
I'm getting Juanita points not defined error

```
I'm sorry, but an uncaught exception occurred.

While running game code:
File "game/ep4.rpy", line 272, in script
$ juanita_points += 1
File "game/ep4.rpy", line 272, in <module>
$ juanita_points += 1
NameError: name 'juanita_points' is not defined

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

Full traceback:
File "game/ep4.rpy", line 272, in script
$ juanita_points += 1
File "G:\mega download\LongRoadHome-0.4.0-pc_compressed\LongRoadHome-0.4.0-pc\renpy\ast.py", line 914, in execute
renpy.python.py_exec_bytecode(self.code.bytecode, self.hide, store=self.store)
File "G:\mega download\LongRoadHome-0.4.0-pc_compressed\LongRoadHome-0.4.0-pc\renpy\python.py", line 2028, in py_exec_bytecode
exec bytecode in globals, locals
File "game/ep4.rpy", line 272, in <module>
$ juanita_points += 1
NameError: name 'juanita_points' is not defined

Windows-8-6.2.9200
Ren'Py 7.3.5.606
Long Road Home 0.4.0
Thu Nov 19 23:55:16 2020
```
Whats up with that?
 

regis nex

Member
Feb 19, 2019
389
486
When can we bring Rachel or Ashley into the fold? I want them to be recurring fucks and LI's. Ashley cuz she's a bitch, and Rachel because she's kind.

But this game was off the radar for me, automatic yes for me when I read the posts​
 
4.20 star(s) 156 Votes