-
Posts
24,965 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
[1.12.x] AFBW Revived (Joystick & controller mod)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Do you have the SDL-2 libraries loaded? I just tested this and it worked, but if the libraries aren't loaded, I don't know what would happen. From the OP: Linux users, you must install SDL2 through your distro's package manager (libSDL2-2.so must be present on the system) What version of Linux are you on? I'll be updating the OP with the following: To install the libsdl2 libraries, do one of the following: If on CentOS or Redhat: sudo yum update sudo yum install SDL2 If on Ubuntu: sudo apt-get update sudo apt-get install libsdl2-2.0-0 -
no
-
[1.12.x] Experiment Tracker Retracked
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.3.3: Added ability to exclude experiments using a config file Currently using the KEI format since the code is copied from KEI Added dependency checking -
@Z-Key Aerospace & @Warezcrawler I've implemented this in both the KEI and Experiment Tracker mods which I maintain. They both are using the same file (KEI, since it already had a number of excluded experiments). It's fairly easy to do, feel free to grab my code, from here: https://github.com/linuxgurugamer/ExperimentTracker/blob/7ef2f128bc13613d8f3e9fc73591ad8923f383bf/ExperimentTracker/ExperimentTracker.cs#L47-L96 and here: https://github.com/linuxgurugamer/ExperimentTracker/blob/7ef2f128bc13613d8f3e9fc73591ad8923f383bf/ExperimentTracker/ExperimentTracker.cs#L319-L332 The commented out lines are used in KEI, but not used (at present) in Experiment Tracker. Would be great if you could use the same file, would make it much easier on mod authors to support this type of functionality
-
I just released a new version of KEI with those updates, among others. I also changed the way exceptions are stored. You can now just have a local cfg file which lists exceptions, formatted like this: KEI_EXCLUDED_EXPERIMENTS { experiment = GravioliumStudy experiment = wbiSaucerResearchExperiment } You don't need to do these, I've already included them in the mod. No need to do a MM config either, just have this ConfigNode with all the new experiments you don't want included in KEI, and it should be picked up
-
[1.12.x] KEI - Kerbin Environmental Institute
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.2.9: Removed code which read excluded manufacturers from text file Removed code which read excluded experiments from text file Added code to read excluded manufacturers from cfg file (code was already there to read experiments from cfg file) Updated code to use latest ToolbarController Removed settings page since it only was there for the Blizzy Toolbar, now handled by ToolbarController Added dependency checking Be sure to make sure you are using the latest version of the ToolbarController -
Thanks for confirming. which means I have to send up a crewed vessel, since the claw isn’t available yet in this career.
- 5,673 replies
-
- 1
-
-
- usi
- life support
-
(and 1 more)
Tagged with:
-
Mass of a Kerbal
linuxgurugamer replied to linuxgurugamer's topic in KSP1 C# Plugin Development Help and Support
FacePalm!!!!!! Thanks Still curious about the reason, though -
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.9.7: Added back display of DCOM offset magnitude Added display of individual DCOM offsets Added toggle to select display of DCOM offsets Fixed command chair option to work with ALL external command seats, not just the stock one -
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
So the only thing that I found was a readout showing the offset between the dry and wet COM. Is that what you are referring to? If so, I am adding that back in. It was originally just the magnitude, I'm adding in that and the individual offsets as well -
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Update the ToolbarController, if you read the release notes, you would see that I updated the code to use the latest version of the ToolbarController. What version of KSP are you running? You mentioned 9.2, which leads me to believe you are running 1.3.1. If so, the latest version doesn't work on 1.3.1 From the release notes, looks like it was removed in version 0.7, which was way back in KSP 1.0.2 No promises, because this will involve a lot of digging, but I'll see what I can do -
Well, unless I missed something, just getting close doesn’t work, but I was able (in a test) to use KIS to attach a food pack to the vessel, which solved the immediate problem
- 5,673 replies
-
- 1
-
-
- usi
- life support
-
(and 1 more)
Tagged with:
-
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.9.6.4: Thanks to github user @mlheiu: added Kerbal mass to Command Chair option Updated version for all of 1.4 Updated to latest version of ToolbarController, now registers with toolbarController 0.9.6.5: Updated version properly Added dependency checks -
The Wiki says 93.75, and when I look at the API, I see the following: float massMultiplier = 0.03f; float initialMass = 3.125f; which, when multiplied together, gives the 93.75. But why is it done this way, and is there an easier way to get the mass of a kerbal?
-
[1.12.x] KEI - Kerbin Environmental Institute
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I'll reach out to him -
Oh, that's great. Thanks
- 5,673 replies
-
- usi
- life support
-
(and 1 more)
Tagged with:
-
Why are ships rotating? (during warp)
linuxgurugamer replied to firda's topic in Science & Spaceflight
There are several mods which do that, without seeing your log file, no way to tell -
I have a small problem. I have to kerberos in the capsule with no food starving to death and they've turned into tourists because it's been too long. I think I can get a rescue ship to them, but the only thing I could that possibly do right now is to attach a food pack to the outside of the craft. Will that work? I will be using KIS and KAS to attach it
- 5,673 replies
-
- usi
- life support
-
(and 1 more)
Tagged with:
-
[1.9.x] RCS Build Aid Continued - New Dependencies
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ummmm..... it works in 1.4.3 already, all I need to do is to update the .version file. -
I'll take a look, it's using some really old Unity code, I may be able to replace it.
-
[1.12.x] Loading Screen Manager
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
new release, 1.2.5 Fixed option which disabled the auto-adjust Fixed auto-adjust to properly change time