Ren'Py Shoretown Saga [v0.5a] [Dan1228]

2.60 star(s) 29 Votes

Chemmy

Well-Known Member
Jun 10, 2018
1,953
2,633
Probably because who uploaded the game in here didn't include the bug fixes that i posted on patreon. I uploaded a MEGA file that contain bug fixes.
ah ok, either way, i'm still going to start over, not the fact that my save is bugged out, but i like the game and it also gives me something to do.
 
  • Like
Reactions: Dan1228

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
You don't have permission to view the spoiler content. Log in or register now.
Cna you send me your save file?

EDIT: Update dialogue file:
 
Last edited:
Jan 7, 2022
468
578
Guys, I'm playing for the first time. Where to put the incest patch? There's only one dialogue.rpy file in it.

I checked if there are any files which it can replace & I found dialogue.py and dialogue.pyo files in Shoretown_Saga-0.5-pc\renpy\translation. But the file extensions don't match. Should I just place this .rpy file in this location or what? Please help!
 

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
Guys, I'm playing for the first time. Where to put the incest patch? There's only one dialogue.rpy file in it.

I checked if there are any files which it can replace & I found dialogue.py and dialogue.pyo files in Shoretown_Saga-0.5-pc\renpy\translation. But the file extensions don't match. Should I just place this .rpy file in this location or what? Please help!
Put it in 'game' folder, but download the dialogue file again.
 
  • Like
Reactions: ReShadowDancer
Jan 7, 2022
468
578
Put it in 'game' folder, but download the dialogue file again.
I just redownloaded the the dialogue.rpy file from ' Incest 0.5' mega link and put it in the game folder. Is that it? I'm just confused because generally incest patches generally replace some files in other games which isn't happening here so its making me doubtful.

PS
I love the renders and character designs in your game and I'm excited to play it!!! I'm surprised that I've missed this game until now!!
 

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
I just redownloaded the the dialogue.rpy file from ' Incest 0.5' mega link and put it in the game folder. Is that it? I'm just confused because generally incest patches generally replace some files in other games which isn't happening here so its making me doubtful.

PS
I love the renders and character designs in your game and I'm excited to play it!!! I'm surprised that I've missed this game until now!!
Yes, Go phone-> contact icon -> Evelyn and you'll see

Thanks for playing!
 
  • Like
Reactions: ReShadowDancer

asko06

Member
Feb 25, 2021
352
408
There is a serious problem in save, even though I did the task, it says that I did not do it, on top of that, even though I opened the place on the map, it constantly says that a new region has opened, if you have a discord server, let's report such problems back to you, there are many problems.

Dan1228
 

Sether0

Newbie
Apr 16, 2024
89
231
I made an Enable Skipping Patch for version 0.5. It should also work with the latest versions of the game.

Note: Skipping is disabled for a reason. The game doesn't react well to it if there is no dialog or active scene, so you may be thrown into places you didn't want to be (or would like to be :sneaky:) and break your game. Use it with caution and don't forget about rollback if you go too far.

Features:
- Enables the ability to skip unseen text

Installation:
- Extract the file "zzz_enable_skipping_patch.rpy" into the "game" folder

Download v0.5 Fix1: | Mirrors:
You don't have permission to view the spoiler content. Log in or register now.
 
Last edited:

Bara_Leo

Newbie
Jul 30, 2024
26
7
I need Help people..., how to do this task, i know the meaning "when evelyn is home" at wednesday, saturday, or sunday. but for the spesific time, i don't know. pls help for any wiseman.

1744912194976.png
 

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
There is a serious problem in save, even though I did the task, it says that I did not do it, on top of that, even though I opened the place on the map, it constantly says that a new region has opened, if you have a discord server, let's report such problems back to you, there are many problems.

Dan1228
Did you modify anything in the script or used skipping?
 

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
Code:
label start:
    define mc = Character("[mc]")
    define e = Character("Evelyn", color="#551d6f")
    define l = Character("Lily", color="#e09db6")

    define s = Character("Steve")
    define flashbulb = Fade(0.2, 0.0, 0.8, color='#fff')
    #define _rollback  = None
    define _skipping  = "fast"

    python:
        mc = renpy.input("What's your name?", default='Mike')

    call Variables from _call_Variables
Changed:
Code:
    define _skipping  = None
to:
Code:
    define _skipping  = "fast"
Skipping breaks the game that's why it's disabled by default, i cannot fix that.
 

zeranta

Member
Apr 23, 2023
249
236
I have not exactly attention to the bike. I don't even know if i have fix it yet. It keep showing Coming in later update.
Here is my save.
 

Dan1228

Member
Game Developer
Sep 24, 2022
226
475
Dan 1282 this is my savefile, i already update the bug fixers, and going as you recommend. so is there any problem with my save?
"You can hide everything on the screen..." text should not be there, did you modify the script file? Did you used auto skipping?
 

xXx21

Newbie
Aug 26, 2017
18
6
I made an Enable Skipping Patch for version 0.5.

Note: Skipping is disabled for a reason. The game doesn't react well to it if there is no dialog or active scene, so you may be thrown into places you didn't want to be (or would like to be :sneaky:) and break your game. Use it with caution and don't forget about rollback if you go too far.

Installation:
- Extract the file "zzz_enable_skipping_patch.rpy" into the "game" folder

Download v0.5:
Please upload it to some file sharing site, why can't I download it from here...
 
2.60 star(s) 29 Votes