Ankmairdor
Member
- May 1, 2019
- 275
- 156
It's crashing from trying to add too many images to the display; there is an arbitrary limit that it can handle due various mechanics.I fucked up by misclicking and chose an entire root directory folder for portraits and now it just crashes every time I try to load an image, anyway to change the default folder without going through the "portrait" option?
Unfortunately the file in AppData, "progressdata", that stores the path is encrypted so we can't easily reset it by editing it. The simplest recovery is to delete that file, though you will lose your gallery unlock record for CGs and such.
Otherwise, you can edit globals.gd(any decent text editor will work, many use Notepad++) in the program folder by changing line 361(if mods, then use the find utility to locate "get('folders')") from "if temp:" to "if false:". This will cause the game to disregard the file when it starts and use the default values. It may save those to file automatically or you may need to access and exit the options menu. Simply return that line to normal, restart the game, and set the paths how you want.
If you mess up when editing globals.gd, then simply copy the globals.gd from the "backup" folder over the top of it to reset.