EZ8lt

Engaged Member
Dec 24, 2019
2,443
5,356
Can we get back the auto save function? It's a bare minimum any game in 2023, not sure why sometimes devs decide to block it.
 

Kuggazer

Well-Known Member
Game Developer
Sep 6, 2017
1,276
3,390
Can we get back the auto save function? It's a bare minimum any game in 2023, not sure why sometimes devs decide to block it.
Because with my previous game, after many updates, the saves reached too large a size. And with auto save active you had constant lag spikes and stuttering. Maybe other devs do it for this reason as well.
 

EZ8lt

Engaged Member
Dec 24, 2019
2,443
5,356
Because with my previous game, after many updates, the saves reached too large a size. And with auto save active you had constant lag spikes and stuttering. Maybe other devs do it for this reason as well.
I've played hundreds of games in Renpy, never had an issue like this. There's a finite amount of autosaves you can have that will be automatically rewritten. The amount is based on how many saves you allow in a page. Unless you modify something with that, it should never be an issue at all. I honestly doubt they'd do it for the same reason, most of those devs never had any previous games and did it from day 1.
 

Asmodeus88

Member
Oct 29, 2017
154
128
Thessalia says "you met her last night" talking about Bibi, but that was actually the night before that because last night you were with Arwen, so yeah, thats wrong and I am a nerdge
 

Kuggazer

Well-Known Member
Game Developer
Sep 6, 2017
1,276
3,390
Thessalia says "you met her last night" talking about Bibi, but that was actually the night before that because last night you were with Arwen, so yeah, thats wrong and I am a nerdge
Thank you. We are already fixing these minor errors.
If you guys, see other errors, please report them here. We will correct them to the best of our ability.
 

colombeen

Member
Modder
Jul 16, 2021
301
1,633
Gallery Unlock Script

Description: A simple gallery unlock script. Extract the zip inside the game folder.
Game version: Ch.8

Download:

DISCLAIMER
This script makes permanent changes to your persistent data.
Removing this script will not revert the changes that have been made.
Make a backup if you ever want to be able to revert back without completely removing your persistent data.
Python:
# Use this unlock script at your own risk.
# https://f95zone.to/threads/.133017/post-10537430

# Start the deal with the devil
init 666 python:
    # If there is no MC name yet, just put in MC instead of None
    if persistent.pname is None:
        persistent.pname = 'MC'

    # Define all unlockable items
    gallery_standard_unlock_list = list(range(1, 70))
    gallery_non_standard_unlock_list = ['5b']

    # Loop through all persistent data
    for gallery_unlock_item in (gallery_standard_unlock_list + gallery_non_standard_unlock_list):
        varname = 'scene' + str(gallery_unlock_item)
        setattr(persistent, varname, True)

    # Make sure the replay scenes are clickable
    for label in renpy.get_all_labels():
        renpy.game.persistent._seen_ever[label] = True
        renpy.game.seen_session[label] = True
 
Last edited:

TheDick69+

Active Member
Jun 29, 2021
650
979
So happy that you changed from Sandbox as I said when I did try them both last update! (y) :love:

Once upon a time (aka when I started to visit f95) I only played sandbox games as I thought that was the best. Now it's nearly the opposite, tried some games that I liked but stopped playing as the playing mechanism (sandbox) was to boring in itself. And some I quit before playing thru the first try of the game because of the griiiiiiiiiiiiiiiiiiiiiinding. :ROFLMAO:
 

goulet1995

Well-Known Member
Sep 30, 2021
1,344
2,629
Why the change - no town map - no choices, what happened, Likes it better when you got to solve a quest instead of just reading a story that moves on its own
the dev removed the sandbox elements most seemed to want this i think its a positive change
 
  • Like
Reactions: sergesan

sergesan

Active Member
Aug 3, 2018
612
1,241
why not add the option to change your name?? it sucks to play as jeff,joe,johan....better immersion if you have your own name as MC....so pretty please add one "change name" button...
 
  • Like
Reactions: kros94

BlasKyau

Conversation Conqueror
Jun 26, 2018
7,837
10,286
  • Like
Reactions: Kuggazer

Kuggazer

Well-Known Member
Game Developer
Sep 6, 2017
1,276
3,390
why not add the option to change your name?? it sucks to play as jeff,joe,johan....better immersion if you have your own name as MC....so pretty please add one "change name" button...
The name change button is already there in game. You can find it in preferences. But only after you name mc the first time.
 
  • Like
Reactions: BTLD
Nov 2, 2019
39
85
Done. Removed some Chanel scenes and changed Arwen's dialogue.
Can't do more than that.
Not to be contrary, but there's actually one more thing you can do regarding an artifact in later dialogue that doesn't quite fit any longer:


LAYLA
Hmm... Why did she give them to you?

???
Well... I convinced Aaron to do a certain thing...

???
She wanted to thank me, so...

LAYLA
Chanel has always been an open-minded girl.

LAYLA
I like that girl!


If I might make a humble suggestion:


LAYLA
Hmm... Why did she give them to you?

???
Well... she wanted to thank me for...

???
...

???
That's strange. I can't remember what I did for her. It's almost like she completely removed the event from the timeline so that it never actually happened just so that I would end up with these for plot reasons.

LAYLA
Chanel has always been an open-minded girl, but I never thought she would be open to messing with the space-time continuum.

LAYLA
I like that girl!


You're welcome, Kuggazer. Glad I could help. (y)
 
  • Like
Reactions: Kuggazer

Kuggazer

Well-Known Member
Game Developer
Sep 6, 2017
1,276
3,390
Not to be contrary, but there's actually one more thing you can do regarding an artifact in later dialogue that doesn't quite fit any longer:


LAYLA
Hmm... Why did she give them to you?

???
Well... I convinced Aaron to do a certain thing...

???
She wanted to thank me, so...

LAYLA
Chanel has always been an open-minded girl.

LAYLA
I like that girl!


If I might make a humble suggestion:


LAYLA
Hmm... Why did she give them to you?

???
Well... she wanted to thank me for...

???
...

???
That's strange. I can't remember what I did for her. It's almost like she completely removed the event from the timeline so that it never actually happened just so that I would end up with these for plot reasons.

LAYLA
Chanel has always been an open-minded girl, but I never thought she would be open to messing with the space-time continuum.

LAYLA
I like that girl!


You're welcome, Kuggazer. Glad I could help. (y)
Thank you for your feedback. But I'm pretty sure I edited that dialogue....
I should check it as soon as I can.
 

Elduriel

Engaged Member
Donor
Mar 28, 2021
2,463
3,879
This game is pretty wholesome, I like it, had a good time playing it. MC looks a bit of a wimp but I can live with it. The characters sell it to me mostly, story is about average, but the being blind stuff is something new... I actually hope if/when he gets back home he won't be able to magically see again, would be interesting to see how he deals with it. Also glad it no longer has sandbox, don't really like those.
 

Holdos

New Member
Sep 13, 2021
12
67
Hello, I really liked the story and you have managed to frame a lot of tenderness and sensitivity within what is an erotic story, as well as a story with mystery and fantasy. Keep it up and wishing to continue enjoying your novel. Thank you very much
 
4.10 star(s) 52 Votes