- Joined
- Jun 24, 2016
Hello,
I'm ceating a dialogue witch grew over the time of a few years and now I have a really big dialouge witch contains several hours to play through.
I want to save my progress on the dialogue at any time and continue where I left it sometimes.
So, my question is:
Is there a possibility to "create" a "save file" in the dialogue on a button and load it even if I closed the game?
All the initial_settings that have changed while the ongoing of the dialogue.
I saw game saving in the dialogue of WeeWillie's Slave Bazaar.
I looked through his code and ended in following dependency after dependency.
I would appreciate any asnwer even if it takes much effort to write the "save file" dialogue of what ever it takes to save.
Giving me any idea of loading ist would be nice too, so why should I save it, if I can load it.
The Loading looked like that:
Sorry for my bad english, I hope you get my point.
Best regards,
Me
I'm ceating a dialogue witch grew over the time of a few years and now I have a really big dialouge witch contains several hours to play through.
I want to save my progress on the dialogue at any time and continue where I left it sometimes.
So, my question is:
Is there a possibility to "create" a "save file" in the dialogue on a button and load it even if I closed the game?
All the initial_settings that have changed while the ongoing of the dialogue.
I saw game saving in the dialogue of WeeWillie's Slave Bazaar.
I looked through his code and ended in following dependency after dependency.
I would appreciate any asnwer even if it takes much effort to write the "save file" dialogue of what ever it takes to save.
Giving me any idea of loading ist would be nice too, so why should I save it, if I can load it.
The Loading looked like that:
Code:
SaveChoice:"[SETGLOBALBYNAME_Constant.slave4.Name][SAVESETVARS_BAZAAR_Progression._Player.][SAVESETVARS_CUSTOM_Sister._PlayerCustom.][SaveChoice2]" {"style":"him", "set":{"Progression.Rev":94}}
SaveChoice2:"[WW_PLAYERSTATS_1][LoadFile*Progression.FileID*]" {"style":"him"}
LoadFile0:"Loading Foyer" {"style":"him","set":{"da.dialogue.load":"Girl0.txt"}}
LoadFile1:"Loading Girl1" {"style":"him","set":{"da.dialogue.load":"Girl1.txt"}}
LoadFile2:"Loading Girl2" {"style":"him","set":{"da.dialogue.load":"Girl2.txt"}}
Sorry for my bad english, I hope you get my point.
Best regards,
Me