JNechaevsky / international-doom

Small, functional and simple source ports, created with help, efforts and bits of code from people around the world.
https://jnechaevsky.github.io/inter-doom/
GNU General Public License v2.0
29 stars 2 forks source link

Saving games suddenly stopped working. #147

Closed sebastian926 closed 3 months ago

sebastian926 commented 3 months ago

Captura

sebastian926 commented 3 months ago

It says open save game, but the truth is that it doesnt let me save. It didnt happen before a few days ago, which is weird.

JNechaevsky commented 3 months ago

Something went terribly wrong while writing savegame file, it's weird indeed. Could you please check if temp.sav and/or recovery.sav file exist in savegames folder, and if they do, delete them.

sebastian926 commented 3 months ago

Oh sorry, i discover the real issue here. It seems that i accidentally changed the folder name and the save location is tied to an ini file. So that ini file didnt detected the original location. Thanks anyway.

JNechaevsky commented 3 months ago

Good to know, thanks! If you want fully portable paths in the config file, you can try these:

autoload_path                 "autoload"
music_pack_path               "music-packs"
savegames_path                "savegames"
screenshots_path              "screenshots"