-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
New release, 1.9.6 Fixed the Collect All so it now works with science containers which have a gui available in the PAW Added check so that if no science containers are available, the button will be greyed out Now doesn't show the Collect All if no data is available to be collected Note that Collect All requires that there be one or more parts available which can collect all science; most if not all command pods don't have this ability. You can tell by right-clicking the part and looking at the PAW, if it has an entry saying "Collect All", then that part can collect all science
-
Ok, so it' s going to depend on the following: What science containers are available What experiment you have If the experiment has already been collected. Which version of KSP you are running. The CollectAllEvent has been in KSP since at least 1.2, so this should be ok. The Collect All button is merely triggering the CollectAllEvent on all the available science containers. If nothing can be stored, then you should at least get a screen message. I just did a test, and I see it isn't working. I'l get it fixed in the next day or so Thanks for the report
-
[1.12.x] Kerbal Alarm Clock v3.13.0.0 (April 10)
linuxgurugamer replied to TriggerAu's topic in KSP1 Mod Releases
Small bug: Create a time-based alarm and save it Click on the alarm in the KAC window A message will be shown in the window that "Stored VesselID no longer exists" Warp to the end of the alarm When the window shows up when the timer is done, you get the same message "Stored VesselID no longer exists" Time-based alarms don't have a vessel associated with them. The message is wrong -
AVC should use the KSP_VERSION_MIN and KSP_VERSION_MAX first, if they don't exist, then it should use the KSP_VERSION field. The Min and Max have priority Do that for your tests, but please don't change it. As you say, it will simply create problems with confusion No. See my comments about the MIN and MAX @4x4cheesecake these comments are really for you Again, see my comments about the MIN and MAX, they MUST have priority
-
Ok, so you will need to do this: cd; cd Desktop/KerbalSpaceProgram cd GameData/SXT bash BashCopyTextures.sh exit
-
[1.9-1.10] Throttle Controlled Avionics
linuxgurugamer replied to allista's topic in KSP1 Mod Releases
yes, well, I said the same think about KCT. But this one is right now, outside of my consideration -
[1.4.X] OSE Workshop Continued - KIS Addon
linuxgurugamer replied to Aelfhe1m's topic in KSP1 Mod Releases
If I don't get any more bug reports by Sunday, I'll do a full release, update CKAN and create a new thread -
[1.3.1] Docking camera (KURS) (14.feb.18)
linuxgurugamer replied to DennyTX's topic in KSP1 Mod Releases
No rush -
[1.9-1.10] Throttle Controlled Avionics
linuxgurugamer replied to allista's topic in KSP1 Mod Releases
Ummm, no? I'm already in the middle of working on OSE Workshop and Kerbal Construction Time, I really don't have time for any others. -
[1.12.x] AFBW Revived (Joystick & controller mod)
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
You can probably lay that at my feet, I hadn't bothered to update the executable, just updated the version file on github. I did a full release 3 days ago. FYI, I install over 250 mods using CKAN, and don't have a problem with CKAN itself; usually with mods which aren't updated or aren't updated properly -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
No -
[1.3.1] Docking camera (KURS) (14.feb.18)
linuxgurugamer replied to DennyTX's topic in KSP1 Mod Releases
It should work, best way to know is to try it. Please let us know your results -
[Minimum KSP version - 1.12] Kerbal Inventory System (KIS) v1.29
linuxgurugamer replied to IgorZ's topic in KSP1 Mod Releases
For those people who don't want it (why, I have no idea), why not just put in an option to disable it? Stock settings page would be simple, and then all you need to do is check to see if it should be shown or not -
[1.12.x] Smart Parts Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Fixed Fixed Fixed Unable to replicate, but I added a bit of code just in case New release, 1.9.13.4 Fixed DPLD module to only show one of the Group fields Fixed nullref when attaching an EC detector to a tank and having detector set to "single part" Added check to the timer to not do anything in the OnUpdate if physics wasn't ready yet (probably not needed) -
[Minimum KSP version - 1.12] Kerbal Inventory System (KIS) v1.29
linuxgurugamer replied to IgorZ's topic in KSP1 Mod Releases
Cool, glad to help. So I gather it is nothing I have to do anything about? -
[1.4.X] OSE Workshop Continued - KIS Addon
linuxgurugamer replied to Aelfhe1m's topic in KSP1 Mod Releases
New beta, 1.2.7.11 Added line to initialize vesselid when creating a KAC alarm, in both printer and recycler Fixed timer for recycling https://github.com/linuxgurugamer/Workshop/releases/tag/1.2.7.11 -
[Minimum KSP version - 1.12] Kerbal Inventory System (KIS) v1.29
linuxgurugamer replied to IgorZ's topic in KSP1 Mod Releases
I think I found where it's happening, KIS_Item.StackRemove(1) The items were made by OSE, and put into an inventory, when they are being selected to be recycled, StackRemove(1) is called, and that is what's generating the error. I commented it out, and no more errors, but, of course, the items weren't being deleted from inventory