Hello there! I'm making a plugin for KSP and I've run into an issue. How to get the save file game was saved to, like quicksave.sfs, persistent.sfs, etc.? For example, some settings need to be saved to SFS file, and when a player loads some save (persistent, quicksave or other), they'll need to load too.
GAME {
(some game stuff)
}
MY_MOD {
param1 = 1
param2 = Some Parameter
param3 = true
}
Thank you in advance for your answer