sskacy
Members-
Posts
12 -
Joined
-
Last visited
Reputation
2 NeutralRecent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
You can use AutoHotKey to achieve a similar result. Here's the script: Send {f5} Send {f9 down} Sleep 2000 Send {f9 up} FileDelete C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\saves\default\quicksave.sfs FileDelete C:\Program Files (x86)\Steam\steamapps\common\Kerbal Space Program\saves\default\quicksave.loadmeta It quicksaves, quickloads, and then deletes the quicksave because I have no self-control. Just enable quickloading and change the file paths to match the path of your KSP install. I bound the execution of the script to a button on my mouse.
-
Need a copy of persistent.sfs with all experiments
sskacy replied to sskacy's topic in KSP1 Mods Discussions
I tried it, it sucks. Especially on a 4k screen. I wouldn't have created another solution if any of the available solutions were any good. Thanks for trying to help, though. -
Would anybody be willing to provide me with a copy of persistent.sfs that contains all of the experiments in the game? I need it for a program I wrote to track my progress. If you've completed every experiment in every biome or close to it, your persistent.sfs is what I need. It's located in your KSP installation directory at \saves\[save game name]\persistent.sfs. If you simply know of the existence of a list of all of the experiments that can be performed in what biomes, that would help. Thanks!
-
A program that displays science left to do
sskacy replied to sskacy's topic in KSP1 Mods Discussions
The forum applied a hyperlink to the first half of the URL, it won't let me remove it? I just made the whole thing a hyperlink. It should work now I figured that link you gave me didn't apply since this isn't an add-on. I've made another copy of the license here: http://www.sskacy.com/ScienceLeftToDo_LICENSE.txt Also, if it works with a fresh save but not with a save that contains a bunch of completed experiments, that should prove that the error was caused by your persistent.sfs. Send it to me if that happens and I'll apply the necessary fixes to AllScience.csv to get it working. -
A program that displays science left to do
sskacy replied to sskacy's topic in KSP1 Mods Discussions
The source code is at: http://www.sskacy.com/ScienceLeftToDo.zip It was written in C#. If you just want to run the executable, it's at bin\Debug\ScienceLeftToDo.exe There may or may not be bugs left in the program itself. I haven't fully-tested it yet. I suspect there may be bugs in AllScience.csv, which is where I'm getting the full list of science experiments from. I got it from somewhere and modified it. If I had a copy of persistent.sfs that contained every experiment, I could finish debugging AllScience.csv. Until then, I'll probably keep getting bugs as I perform more experiments and will have to fix them as I find them. If you get an error message, it's probably because you have an experiment in persistent.sfs that doesn't work with AllScience.csv, send me your persistent.sfs (PM me) and I'll use it to correct AllScience.csv. If enough people do that, that should get it debugged pretty well. -
A program that displays science left to do
sskacy replied to sskacy's topic in KSP1 Mods Discussions
It's cool and all, but it's tiny on my 4k screen. Plus, while the filter is cool and works really well, it isn't exactly what I want. The filter on mine works like it does in the science archives. Also, writing it myself will allow me to make it do whatever I want, which I won't fully realize until I've used it for a while. -
A program that displays science left to do
sskacy replied to sskacy's topic in KSP1 Mods Discussions
I found what I needed. I'm almost done with the program, I can see about making it available to you guys if any of you have a need for something like this. -
I would like to write a program that reads persistent.sfs to determine what science has been done and check that against a complete list of the science experiments that can be done. It would then display a filterable list of the science experiments left to do to the user to help them plan future missions. Has someone already written a program like this? If not, would anybody happen to know where I could find a list of all of the experiments that can be done? This list would need to contain the id (ex. "temperatureScan@KerbinSrfSplashedWater") or the name (ex. "Temperature Scan from Kerbin's Water") for the program to be able to make matches. Otherwise, the program won't know what to look for in persistent.sfs.