You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a custom "quicker quicksave" function, created by writing bind F6 "save quicksave.zds" ( F6 could be any key and quicksave could be any name), the quicksave.zds file is created next to the DML 2.X exe, instead of being created in the "Save" folder next to the gzdoom exe. Until gzdoom is closed the quicksaved file will be loaded by the quickload key, as well as show up in the save/load menu, but once gzdoom is closed, when it's opened again the quicksave will be gone from the save/load list and the quickload function will also fail. Make a workaround that can be enabled in the dml 2.x preferences, that once the sourceporte exe is closed, it will look for *.zds files inside the dml 2.x folder and will move them to the correct save folder
The text was updated successfully, but these errors were encountered:
How to use the workaround:
1)Go into the DML 2.x preferences and enable "Workaround for 'BIND F6 "save QUICKSAVE.ZDS" '".
2)Every time you boot up gzdoom and wish to have a working quicksave, load your quicksave trough the "load" menu.
3)Right after it loads your quicksave, press right away "F6" (Or whatever key you've binded) in order to make a quicksave.
With the workaround you will have 2 quicksave.zds, the "current" one in the dml 2.X and the "old" one in the gzdoom "Save".
The "current" one is the one thats gets updated each time you save for the current gzdoom session, the "old" one gets replaced with the "current" one once you close gzdoom.
This way the next time you open gzdoom your last quicksave will be available.
If you don't quicksave after loading, and you try to quickload, gzdoom will now always quickload from the "old" quicksave until you close it.
Note that this as the name suggest, it's a workaround for something happening on the gzdoom side and in which I have zero control, it works for now but it may break with future gzdoom updates.
Premo36
changed the title
Workaround to keep gzdoom quicksave where it should be
Workaround to make saves made with 'BIND [KEY] "save QUICKSAVE.ZDS" '" still work between gzdoom session
Mar 13, 2022
When using a custom "quicker quicksave" function, created by writing
bind F6 "save quicksave.zds"
(F6
could be any key andquicksave
could be any name), thequicksave.zds
file is created next to the DML 2.X exe, instead of being created in the "Save" folder next to the gzdoom exe. Until gzdoom is closed the quicksaved file will be loaded by the quickload key, as well as show up in the save/load menu, but once gzdoom is closed, when it's opened again the quicksave will be gone from the save/load list and the quickload function will also fail. Make a workaround that can be enabled in the dml 2.x preferences, that once the sourceporte exe is closed, it will look for *.zds files inside the dml 2.x folder and will move them to the correct save folderThe text was updated successfully, but these errors were encountered: