Search found 151 matches

by Helyees
Fri Mar 18, 2016 2:33 pm
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Now tried to disable autosave, if it is causing the trouble somehow. Tried to add these lines (found them on the forums) to both the script.rpy and the otions.rpy: in scipt.. init python: config.has_quicksave = False config.autosave_frequency = None config.has_autosave = False init -2 python: config...
by Helyees
Fri Mar 18, 2016 9:29 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

OK; now I found out something that could be a lead! :!: If I make a save BEFORE the first autosave (a1) happens, right in the beginning of the game, then I get to THAT point when loading the game! So because this works, my problem has to be connected to the autosave function in some way? What do you...
by Helyees
Fri Mar 18, 2016 9:23 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

I did not get what Nyaatrap suggested me to try. I have now tried to copy ONLY the script content (not the options, or screen) but with no help... :oops: Xela, so should the python early be this "None" you mention or the "TS 18.3-1458306282". Either way, my problem continues.. I dont seem to have an...
by Helyees
Fri Mar 18, 2016 8:47 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Whatever I try, the problems does not solve... :?:
by Helyees
Fri Mar 18, 2016 8:31 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Did you read official document about it and search where save data is located in your PC? https://www.renpy.org/doc/html/config.h ... _directory There must be clue there. About the 'config.save_directory' there is a line that says: "This must be set in a python early block, so that persistent infor...
by Helyees
Fri Mar 18, 2016 8:02 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Nyaatrap, how could I test if your theory s is correct?
by Helyees
Fri Mar 18, 2016 7:53 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

You can see what is happening your save data lively seeing the renpy save data folder written in config.save_directory. If you modified save screens and config variables, post here relevant codes. Im not quite sure what you mean? Something with these lines in options.rpy`? #########################...
by Helyees
Fri Mar 18, 2016 7:22 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Maybe deleting all savefiles may help? Make sure to backup them just in case. I tried this Xela and it took me a bit further here, but the case is not yet solved... I realised that I got some old save files to work now inside my main project. When continuing from an still working save game I can ma...
by Helyees
Thu Mar 17, 2016 3:11 pm
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Of some reason the saved games of my projects seem to mix because of the Renpy software itself. When I make a save game in one project and quit and start another project then I can see the save game I made in the other game!! :!: :?: When I click it ,it leads to very beginning of the game (the first...
by Helyees
Wed Mar 16, 2016 6:31 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Im not sure. How and where can I check out if the loading action is the
cause of the problem?
by Helyees
Wed Mar 16, 2016 1:41 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Hi,
My version is the 6.99.5.602. This problem occured about a month ago, but cant trace where and why? I have been copying the same scripts to new project files, but it does not seem to be the whole issue here.
by Helyees
Tue Mar 15, 2016 2:29 pm
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

Ok, now my problem starts to feel even more confusing! :cry: I realised that when I make a save game in one project and then launch another game project and when I hit load game I can see the save (the small screenshot pic) that I just made in the other project! ??? Are my projects interconnected in...
by Helyees
Mon Mar 14, 2016 1:50 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

Re: Reloading a normal saved game leads to wrong Autosave.

The problem with saving continues :cry: So I started a fresh project, copied only the script content in it and some audio and pictures (no editing to the options.rpy file). But still the problem persists. :shock: It has to be something in my script file or?, could It be something concerning init cod...
by Helyees
Sun Mar 13, 2016 6:06 am
Forum: Ren'Py Questions and Announcements
Topic: SOLVEDReloading a normal saved game leads to wrong Autosave.
Replies: 33
Views: 1925

SOLVEDReloading a normal saved game leads to wrong Autosave.

Hi, Have been using Renpy for 6 months now. Been working on one big project and therefore been forced to copy/paste some game files from one project to another. Now, for some reason I have come across a problem that my saved games don´t work correctly anymore. This problem persist even if I don´t d...
by Helyees
Fri Mar 11, 2016 4:42 am
Forum: Ren'Py Cookbook
Topic: Simple minigames (Screen Language only).
Replies: 127
Views: 76024

Re: Simple minigames (Screen Language only).

Thank you Alex for this!