Jump to content

gklm

New Members

Reputation

0 Neutral
  1. @linuxgurugamer There is a bug when saving a new template for the Quicksave. The new template is correctly saved to the AutoQuickSaveSystem.cfg but the GUI doesn't load that new template therefore any time one clicks on the Save Config button after the first time the default template is saved over the new one. I think I have found where the bug is: https://github.com/linuxgurugamer/AutoQuickSaveSystem/blob/81935da0618af093bb64f1c7a042bcdbed6a5511/src/util/io/FileOperations.cs#L382 Configuration.LaunchNameTemplate = SafeLoad(node, "quickSaveNameTemplate", Configuration.QuickSaveNameTemplate); should be Configuration.QuickSaveNameTemplate = SafeLoad(node, "quickSaveNameTemplate", Configuration.QuickSaveNameTemplate); I haven't tested it since I don't know C# nor the whole compiling process for ksp mods but if it's not the complete fix it's at least part of it.
×
×
  • Create New...