c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
7,702
17,902
970

Elduriel

Resist the Kaiju!
Donor
Mar 28, 2021
8,264
18,920
854

cxx

Message Maestro
Nov 14, 2017
77,989
40,428
1,570
Not sure about the bright part. The android port went quite dark in Ch 9 when all of the images are gone and literally just dialog on a black screen :p.
that's not game's issue, that's porter's issue.
 

GAB

Salty Montrealer
Donor
May 10, 2017
2,475
19,027
769
Long Road Home [v10 Part 4 Beta] Gallery Mod

Based on IAmAB's gallery mod (up to v10.1 part 1), updated by AnonymousLegend

Should work fine. Let me know if you have any issues.

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

NOTE : -
Loving the gallery mod! It's really helpful for browsing through game assets, and I appreciate how smooth it runs. One thing, though: the transparent images are hard to make out because of the background picture. Removing or changing that background would make everything much clearer. Also, I think adding different text when hovering over images or based on the page selected would be a cool touch and make navigation even smoother. Overall, it's a great mod—just a couple of tweaks and it'll be perfect!


Long Road Home [v10 Part 4 Beta] [OBDGames] - Compressed

Win/Linux [1,65 GB]
- MEGA - - PIXELDRAIN - WORKUPLOAD

Mac [1,61 GB]
- MEGA - - PIXELDRAIN - WORKUPLOAD

You don't have permission to view the spoiler content. Log in or register now.
The compression works really well for the most part, and I noticed a big reduction in load times—nice work on that! But I ran into a bug on page 11, scene 6 (right before the dark-haired girl). It crashes the Ren'Py console, and skipping to the last scene gives two errors:

  • Choosing option 1 throws an error saying it can't find the player name (even though I set it in the gallery menu).
  • Choosing option 2 gives an error about a missing jump label.
Just a heads-up! Otherwise, the mod is solid and super useful for gameplay.

Creampie Kate:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallerylabels.rpy", line 37560, in script
    ka "[mc], I'm cumming!"
KeyError: u'player_name'

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

Full traceback:
  File "game/gallerylabels.rpy", line 37560, in script
    ka "[mc], I'm cumming!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 613, in format_field
  File "renpy/character.py", line 1105, in __format__
    return format(str(self), spec)
  File "renpy/character.py", line 1085, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'player_name'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Long Road Home 10_Part_4_beta
Tue Oct 22 03:53:28 2024
Paint Kat's belly:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallerylabels.rpy", line 37556, in script
    jump AL_kat_fuck_paint
ScriptError: could not find label 'AL_kat_fuck_paint'.

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

Full traceback:
  File "game/gallerylabels.rpy", line 37556, in script
    jump AL_kat_fuck_paint
  File "renpy/ast.py", line 1757, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'AL_kat_fuck_paint'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Long Road Home 10_Part_4_beta
Tue Oct 22 03:56:39 2024
I haven't tested enough to know if this is something the game author or the game compressor needs to fix, but I thought it might be good to let you know first. Otherwise, the mod is solid and super useful for gameplay!
 

SonsOfLiberty

Community Champion
Compressor
Sep 3, 2022
30,901
287,136
957
The compression works really well for the most part, and I noticed a big reduction in load times—nice work on that! But I ran into a bug on page 11, scene 6 (right before the dark-haired girl). It crashes the Ren'Py console, and skipping to the last scene gives two errors:

  • Choosing option 1 throws an error saying it can't find the player name (even though I set it in the gallery menu).
  • Choosing option 2 gives an error about a missing jump label.
Just a heads-up! Otherwise, the mod is solid and super useful for gameplay.

Creampie Kate:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallerylabels.rpy", line 37560, in script
    ka "[mc], I'm cumming!"
KeyError: u'player_name'

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

Full traceback:
  File "game/gallerylabels.rpy", line 37560, in script
    ka "[mc], I'm cumming!"
  File "renpy/ast.py", line 721, in execute
    renpy.exports.say(who, what, *args, **kwargs)
  File "renpy/exports.py", line 1419, in say
    who(what, *args, **kwargs)
  File "renpy/character.py", line 1236, in __call__
    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)
  File "renpy/character.py", line 1155, in prefix_suffix
    return (sub(prefix) + sub(body) + sub(suffix))
  File "renpy/character.py", line 1135, in sub
    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 596, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 613, in format_field
  File "renpy/character.py", line 1105, in __format__
    return format(str(self), spec)
  File "renpy/character.py", line 1085, in __unicode__
    return renpy.substitutions.substitute(who)[0]
  File "renpy/substitutions.py", line 270, in substitute
    s = formatter.vformat(s, (), kwargs)
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 563, in vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 585, in _vformat
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 646, in get_field
  File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python2.7/string.py", line 605, in get_value
KeyError: u'player_name'

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Long Road Home 10_Part_4_beta
Tue Oct 22 03:53:28 2024
Paint Kat's belly:
Code:
I'm sorry, but an uncaught exception occurred.

While running game code:
  File "game/gallerylabels.rpy", line 37556, in script
    jump AL_kat_fuck_paint
ScriptError: could not find label 'AL_kat_fuck_paint'.

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

Full traceback:
  File "game/gallerylabels.rpy", line 37556, in script
    jump AL_kat_fuck_paint
  File "renpy/ast.py", line 1757, in execute
    rv = renpy.game.script.lookup(target)
  File "renpy/script.py", line 918, in lookup
    raise ScriptError("could not find label '%s'." % str(original))
ScriptError: could not find label 'AL_kat_fuck_paint'.

Windows-10-10.0.19041
Ren'Py 7.4.11.2266
Long Road Home 10_Part_4_beta
Tue Oct 22 03:56:39 2024
I haven't tested enough to know if this is something the game author or the game compressor needs to fix, but I thought it might be good to let you know first. Otherwise, the mod is solid and super useful for gameplay!

Did you test and see if you get the same error with the "uncompressed" version? I'm guessing it will be the same.
 
Aug 9, 2021
58
210
159
Loving the gallery mod! It's really helpful for browsing through game assets, and I appreciate how smooth it runs. One thing, though: the transparent images are hard to make out because of the background picture. Removing or changing that background would make everything much clearer. Also, I think adding different text when hovering over images or based on the page selected would be a cool touch and make navigation even smoother. Overall, it's a great mod—just a couple of tweaks and it'll be perfect!
thx for the feedback(y)
 

c3p0

Conversation Conqueror
Respected User
Nov 20, 2017
7,702
17,902
970
Thanks for the answer. ;)I ONLY LOVE MILFs. :cry: :cry: :cry:
This game does have those:
1729801885034.png 1729801894236.png 1729801914440.png 1729801920731.png 1729801934509.png 1729801947923.png 1729801970788.png
7 are in that age range and we either have already fucked them or should be able in the near future to do that - maybe even more.
4(5) of them that we already can fuck.
54 of them that are also mothers.
54 of them that had kids (65 we know).
1729802195794.png 1729802247949.png 1729802287359.png 1729802299445.png 1729802434016.png
54 of the kids are women.
43 of them we already fucked and to only one left out of that group we may be able to fuck her in the near future.
21 of them have already a sex scene with their mother and the MC and the rest may follow.

/E:
Bad ohhiimfox.
You don't have permission to view the spoiler content. Log in or register now.
Bad Skep-tiker for pointing out that it was "only" a BJ. Also I didn't count Marah as well as Shelly cause I doubt anything happen with them as long as their hubbies are alive and not behind the bars. I also didn't count village girl mothers aka cunt of the cunts. Although I do more believe something in the region of hate fuck could happen with here - before we send her to the maker.
 
Last edited:

e6mill

Forum Fanatic
Aug 4, 2022
5,002
10,035
628
7 are in that age range and we either have already fucked them or should be able in the near future to do that - maybe even more.
Are you counting the shitbag mayor's wife? Just out of curiosity... ;)
 

only MILF

Conversation Conqueror
Dec 30, 2020
6,299
7,532
748
This game does have those:
View attachment 4164110 View attachment 4164111 View attachment 4164113 View attachment 4164114 View attachment 4164115 View attachment 4164117 View attachment 4164120
7 are in that age range and we either have already fucked them or should be able in the near future to do that - maybe even more.
5 of them that we already can fuck.
5 of them that are also mothers.
5 of them that had kids (6 we know).
View attachment 4164138 View attachment 4164141 View attachment 4164142 View attachment 4164144 View attachment 4164145 View attachment 4164153
5 of the kids are women.
4 of them we already fucked and to only one left out of that group we may be able to fuck her in the near future.
2 of them have already a sex scene with their mother and the MC and the rest may follow.
THANK YOU SO MUCH. :love: :love: :love:
(y)(y)(y)I'll try it now.:whistle::coffee::love:;)
 

ohhiimfox

Active Member
May 24, 2018
686
2,564
518
2 of them have already a sex scene with their mother and the MC and the rest may follow.
2? Only 1 and that's Jessy With Tracy... if you mean Katy & Kat then you must have missunderstood that.. it means Ed is the father of Katy and not Kat the Mother.

Maria & Junanita do these two have a scene together? I would say no..

And Rai with Nora i dont know if it will happen.. Ryker with Nora for sure but otherwise idk..

/Edit: if i Missunderstood your post then i apologize...
 
Last edited:
4.10 star(s) 168 Votes