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.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.
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.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.
Thank you. We are already fixing these minor errors.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
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.
# 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, 85))
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
the dev removed the sandbox elements most seemed to want this i think its a positive changeWhy 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
While I like the step taken - you still need to make choices or a story is not of any value to the readerthe dev removed the sandbox elements most seemed to want this i think its a positive change
What the game doesn't have is a default name: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...
However, from the next update, you can rename mc at the beginning of the game.
View attachment 2538525
The name change button is already there in game. You can find it in preferences. But only after you name mc the first time.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...
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:Done. Removed some Chanel scenes and changed Arwen's dialogue.
Can't do more than that.
Thank you for your feedback. But I'm pretty sure I edited that dialogue....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.
HA HA HA HA HA! I stand corrected!You think most of the people on this forum are grown men???????
No need for people to supply you with their saves, all you have to do is setting the game to skip unseen text and just skip ahead until chapter 3 is finished...chapter 3 saves please