Theme editor

  • RequestStream Movies, TV shows and anime streaming • 1 week trial
  • LewdCorner Site Cleanup Update
    A new cleanup update has been posted covering the recent Vault rework, rank changes, policy cleanup, and theme polish. The goal is to make LC cleaner, easier to understand, and safer for the site going forward. - Jack Of Blades
    Read More
  • use the latest updates page in the main menu for recently updated games (we are still fixing this section.)

Abandoned VN Ren'Py DAZ Foreseeable Family [v0.3] [Lightning-Enteractive]

8 months without a single update - this game abandoned.
Not abandoned. But as was stated, we work on several games at once. And as I am the solo artist for this one, it gets much slower updates, I am constantly working on multiple projects at once.
However, we are about to finish an update on one of our bigger games, and after that will dive headlong back in to FF. We want 0.4 out before the end of the year... we're aiming for Fall(autumn) sometime.
 
Not abandoned. But as was stated, we work on several games at once. And as I am the solo artist for this one, it gets much slower updates, I am constantly working on multiple projects at once.
However, we are about to finish an update on one of our bigger games, and after that will dive headlong back in to FF. We want 0.4 out before the end of the year... we're aiming for Fall(autumn) sometime.
god bless you sir
 
Was checking in to see how this game is and saw one of the post above. I await 0.4.
 
Not abandoned. But as was stated, we work on several games at once. And as I am the solo artist for this one, it gets much slower updates, I am constantly working on multiple projects at once.
However, we are about to finish an update on one of our bigger games, and after that will dive headlong back in to FF. We want 0.4 out before the end of the year... we're aiming for Fall(autumn) sometime.
Wooo! So glad to hear this. Thank you for the notice and not abandoning it!
 
I was enjoying this game (got a bit tired of MC's whining, but...) -- I hit a "we're sorry" wall of misplaced code. It happened after MC's dealing with the hot little handicapped girl after the pool, when he got a call from the Professor of weird history stuff (Wallace?) Anyway, whatever I did, I was boxed out. So... oh well! Would have loved to see what happened. but I got boinked.
 
I was enjoying this game (got a bit tired of MC's whining, but...) -- I hit a "we're sorry" wall of misplaced code. It happened after MC's dealing with the hot little handicapped girl after the pool, when he got a call from the Professor of weird history stuff (Wallace?) Anyway, whatever I did, I was boxed out. So... oh well! Would have loved to see what happened. but I got boinked.
Yeah, that's the end of version 2 and after looking through the code I cannot for the life of me figure out why it would be stopping you there, unless you're using v0.2.

At the end of each version there's a "jump end_version" which has this bit of code
Code:
label end_version:
    scene black with dissolve
    $ _skipping = False
    $ cur_upd += 1
    if renpy.has_label("update_{}".format(cur_upd)):
        $ _skipping = True
        $ renpy.jump("update_{}".format(cur_upd))
    else:
        centered "*End of version [config.version]*"
        centered "{size=80}Save here to avoid save issues.{/size}"
    if renpy.has_label("update_{}".format(cur_upd)):
        $ _skipping = True
        $ renpy.jump("update_{}".format(cur_upd))
    else:
        $ quick_menu = True
        $ renpy.movie_cutscene("images/credits.webm", loops=0, delay=None)
        centered "Thank you all for playing\n [bhpu]{font=gui/MagicSchoolTwo.ttf}{size=80}Forseeable Family{/size}{/font} [bhbl]v[config.version][bhec]!"

        centered "Scroll back to the save screen\nto make it less likely you'll have save issues."
        centered "Saving beyond that point makes save issues a 'you problem'."
        centered "Going to the main menu in 3..."
        centered "2.."
        centered "1."
        $ MainMenu(confirm=False)()

cur_upd gets set to 1 at the end of prologue.rpy, and then it jumps to end_version which increases cur_upd to 2, and then jumps to update_{cur_upd} (so update_2), and then at the end of version_2.rpy it calls end_version again, which should be setting cur_upd to 3 and then jumping to the update_3 label. Can't figure out why it wouldn't be working for you.
 
just played all three chapters no issues on PC, freakin LOVED it, top 10 GOAT, masterpiece, what a work of art
 
One of the best games out there, with a decent story-line hook.
 
Browsing through all games to find something new. With it being near a year since last update safe to say this is dead? or just havent posted here?
 
Browsing through all games to find something new. With it being near a year since last update safe to say this is dead? or just havent posted here?
I do post here on occasion. I will not let this die. It's just slower development because:
1) We all work on multiple projects
2) We want to keep this as a quality over quantity game, so we won't rush it.

It was set on the back-burner for a little bit to focus on larger projects, but there is still progress being made.
You must be registered to see attachments
 

Attachments

You must be registered for see attachments list
I do post here on occasion. I will not let this die. It's just slower development because:
1) We all work on multiple projects
2) We want to keep this as a quality over quantity game, so we won't rush it.

It was set on the back-burner for a little bit to focus on larger projects, but there is still progress being made.
You must be registered to see attachments
Thank you for the update! Really enjoyed playing it and the story is really good! Excited for future updates
 
Back
Top Bottom