-
Posts
24,969 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
I don't believe KF has code to resize the parts, so if you are resizing it, then you must be using TweakScale. Once that's there, it's not a bug in KF anymore, but rather a bug in (or definitely related to) TweakScale. Assuming this is correct, you might be better served reporting this in the TweakScale thread rather than this, since TS does some interesting and weird things internally
-
[1..x, 1.9.x, 1.10.x] Kerbal Research & Development
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 1.16.0.13 This incorporates several unreleased fixes, which is why the version number jump Thanks to @tgerland for providing a small update for the blacklist, to block Universal Storage 2 Added another check for duplicated converter Added checks for duplicated resources in parts -
New release, 0.0.17.5 Thanks to github user @vinix38 for updating the French translation
-
New release, 1.8.2.3 Thanks for github user @Vandest1 for the following: UI : Fix issue on stats display with stock skin (display started over the window title) Fix issue with the bold C in help window Fix issue with tick boxes text with stock skin on main window Fix help window position Change help window width Localization: Add localization support Change manner stats are display to fix alignment with different languages (different words width) Auto adapt window and fields width to match with all languages Add french localization
-
[1.12.*] KerBalloons Reinflated - Real Science?
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Take a look at AirPark -
Any chance for a video as well? Also, using file.io to make files available isn't a great idea when there might be multiple people trying to download them to look, it deletes the file after the first download For anyone else interested, I have these two files here: https://www.dropbox.com/s/70ogbj5ocrhom1z/KSP.log?dl=0 https://www.dropbox.com/s/wxnpbk5ajpbr9uu/Player.log?dl=0 Edit: You have nearly 100 mods installed, several of which could conceivably be causing some issues. With just a brief look, I can say that you have a lot of problems with some of the B9_Aerospace parts not compiling. You seem to have BDArmory installed, there are indications of it causing a memory leak, it's not the only one. EVE, Tweakscale, scatterer, and others also have the same issue. Other than that, I don't see any red flags, a video would be helpful in reproducing it. Also, try to make a minimal install and reproduce it. If you can't, then add a few mods at a time until you can. Keep in mind that this isn't my mod, and I'm not going to spend unnecessary time trying to reproduce something. I have too many other things to be working on. LGG
-
[1.12.x] Simple Contract Display
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.0.1.2 Added saving of Guid of manual contracts. This fixes an issue where the save file would get totally cluttered with redundant copies of a manual contract This will delete any manual contracts which you might have entered, due to a missing key -
[1.8 - 1.12] KSPCommunityFixes - Bugfixes and QoL tweaks
linuxgurugamer replied to Gotmachine's topic in KSP1 Mod Releases
Ok, I can look into this. How about having a special comment which would indicate that an option should be displayed in the options window? maybe something like: KSP_COMMUNITY_FIXES { . . // Prevent kraken events on flight scene load // Disabled by default, the PartStartStability patch implement a better fix for that issue. FlightSceneLoadKraken = false // ########################## // Quality of life fixes // ########################## // Altimeter widget horizontal position tweakable in the pause menu settings // Displayable AltimeterHorizontalPosition = true // Part Action Window inventory UI widgets in a collapsed group by default // Displayable PAWCollapsedInventories = true . . } I could also just use the comment as a flag: // ########################## // Quality of life fixes // ########################## and then go to the next set of hashes: // ########################## Which would you prefer? The first way would allow any option to be displayable, the second would limit it to the one section I would think that the UI should write out a patch marked as "LAST", not FINAL -
Life support - a hard or soft limitation?
linuxgurugamer replied to Vl3d's topic in Prelaunch KSP2 Discussion
Then I think you will like IFI LS. it's a configurable option as to whether the kerbal dies or turns into a tourist -
Life support - a hard or soft limitation?
linuxgurugamer replied to Vl3d's topic in Prelaunch KSP2 Discussion
Just having to make your vessels able to support kerbals is, IMHO, enough of a "puzzle". Especially if you don't include recycling, then you need to do some planning to make sure everything works and they will have enough supplies -
[1.8 - 1.12] KSPCommunityFixes - Bugfixes and QoL tweaks
linuxgurugamer replied to Gotmachine's topic in KSP1 Mod Releases
It would be the same thing as if the user wrote his own MM patches to make the change. All I'm suggesting is a user-friendly UI to help those who don't want to or don't know how to make a MM patch. -
[1.12.x] Freight Transport Technologies [v0.6.0]
linuxgurugamer replied to RoverDude's topic in KSP1 Mod Releases
Try deleting the @thumbs folder and see what happens -
Life support - a hard or soft limitation?
linuxgurugamer replied to Vl3d's topic in Prelaunch KSP2 Discussion
I dislike the LF mods which require multiple resources just to survive, which is why I adopted IFI Life Support. One resource (now called Kibbles & Bits), contains everything needed to live. To get into the recycling, it then has waste product (Organic Slurry) and the remains of recycled slurry (Sludge). Beyond that, just EC, and some outside stuff. But I like the KISS principle, add enough to make it interesting and potentially difficult, but not to turn it into a spreadsheet monster. Also, the lethality should be an option (which it is in IFILS) -
Life support - a hard or soft limitation?
linuxgurugamer replied to Vl3d's topic in Prelaunch KSP2 Discussion
Just so you know, IFI-LS has both a console (available in SpaceCenter, TrackingStation, and Flight) to show ETA on running out of food, as well as a in-editor calculator to help figure out your needs if you are using some of the recycling parts. And, I've done a lot of work making sure they are accurate. It's still a beta, but I'm now using it in my career game -
New release, 1.10.1.6 Fixed missing initialization of earnedAchievements if there were no achievements to load (was causing a nullref if attempting to open the window when no achievements had been earned) @fuerchter This should take care of your problem, assuming it does, I don't need the log file anymore