darsie
-
Posts
1 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by darsie
-
Hi magico13!
Thanks for dated quicksaves, it's very useful.
I found the file names hard to read and sorted out of order. Can you please make the numbers with leading zeroes and a more readable format like YYYY-DD+HH:MM:SS (e.g. 0014-239+03:44:08)? I think that's better readable than Y14D239H3M44S8 and would sort chronologically.
In the config file I could change the format, but not the leading zeroes.
I tried to change the code, but realized DatedQuicksaves.cs hardcodes the format, so that's not a good place to change, as it doesn't use the config file. Hmm, it might still work, but I've never made a KSP mod and only now looked at C# programming. Dunno how to make a dll file.
Thanks, Bernhard
-
This would be better posted in the Modlets thread
Dated Quicksaves does have a set of variables with leading zeroes. The forum page for the modlets lists all of the available variables. If you're using the real life time rather than game time then you can use any time format supported by C#.
Note that the variables are listed under Sensible Screenshot because they both share one set of code.
Here's the forum thread for the modlets. Read through the appropriate sections and then let me know if you still have questions. Thanks
-