-
Posts
24,931 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Done
-
[1.12.x] The 0.35m SSR MicroSat and Airlaunch Vehicle
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
New release, 0.1.4 Added ModuleCargoPart to all parts @Jokpau Gaming I've merged the changes, but had to make a number of changes, to update the values and to fix syntax errors. I also formatted the new stanza for ModuleCargoPart to match the rest of the part. I did use the KSPPart_Volumes mod to get updated values -
Deadly white cube with parallax
linuxgurugamer replied to BC_5972's topic in KSP1 Technical Support (PC, modded installs)
Are you playing in a Steam install? Did you ever have any mods installed? -
[1.12.x] The 0.35m SSR MicroSat and Airlaunch Vehicle
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Ok, for some odd reason, the program I used to show me the differences just didn't want to work on this. I'm going to review your chagnes and compare to what KSPPartVolume comes up with. Can you explain how you came up with the values? -
@katateochi has contacted me, I'll be pushing my changes to him over the weekend and he will get out a new release
- 236 replies
-
- 3
-
- search & sort
- craft list
-
(and 1 more)
Tagged with:
-
[1.12.x] The 0.35m SSR MicroSat and Airlaunch Vehicle
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
If I cant get the RAR file with the updated configs, I'll probably use KSP_PartVolumes to get a consistent set of values. I'll look at that RAR again when I have time -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
I found that the USSR had a Yak-38, which was VTOL, but the engines were: Powerplant: 1 × Tumansky R-28 V-300 Vectored-thrust turbofan engine, 66.7 kN (15,000 lbf) thrust for lift and cruise thrust Powerplant: 2 × Rybinsk RD-38 turbojet engines, 31.9 kN (7,200 lbf) thrust each lift-jets in fwd fuselage behind the cockpit -
[1.12.x] Near Future Technologies (September 6)
linuxgurugamer replied to Nertea's topic in KSP1 Mod Releases
It does, I use it, as do others. I do not remember any previous conversations, but would be happy to review with you whatever is going on. Start off with how you installed it, and please provide log files -
Well this may be off base, but what you are seeing is actually what happens in real life. You are viewing the prop at an angle, and fiven that the prop blade is angled, it makes sense that one side will be more obscured than the other. . I wonder if it is intentional or not. ‘What happens when you move the camera angle around?
- 4,306 replies
-
- helicopter
- parts
-
(and 1 more)
Tagged with:
-
Rational HydroDynamics 1.1 [Apr 23, 2021]
linuxgurugamer replied to JadeOfMaar's topic in KSP1 Mod Releases
@JadeOfMaar I did a bit of investigation, and found the following: I looked at the mk1-3 pod only, but I suspect the results would be similar with the others, The following are the patches which are applied to it, along with what the change is: [LOG 23:15:07.956] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[#category[Pods],#CrewCapacity[>0],~rationalBuoyancy]:FOR[00RationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] %buoyancy = 0.4 [LOG 23:15:08.217] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[#CrewCapacity[>0],#rationalBuoyancy]:FOR[00RationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] @buoyancy += 0.35 [LOG 23:15:08.238] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[@MODULE[ModuleLiftingSurface],#rationalBuoyancy]:FOR[00RationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] @buoyancy += 0.3 [LOG 23:15:08.299] Applying update RationalHydroDynamics/RationalPressure/@PART:HAS[#CrewCapacity[>0],#category[Pods],#mass[>1.199],#mass[<5],~maxPressure]:FOR[00RationalPressure] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] %maxPressure = 3000 [LOG 23:15:08.493] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[#rationalBuoyancy]:FOR[zRationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] @buoyancy *= #$@RHDScalar/BuoyancyMult$ [LOG 23:15:08.548] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[#buoyancy[>1],#rationalBuoyancy]:FOR[zRationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] @buoyancy = 1 // Krakens if > 1 [LOG 23:15:08.571] Applying update RationalHydroDynamics/RationalBuoyancy/@PART:HAS[#rationalBuoyancy]:FOR[zRationalBuoyancy] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] @description = #<#acfffc><b>Buoyancy</b>: $buoyancy$</color><br>$description$ [LOG 23:15:08.667] Applying update RationalHydroDynamics/RationalPressure/@PART:HAS[#maxPressure]:FOR[zRationalPressure] to Squad/Parts/Command/Mk1-3Pod/mk1-3.cfg/PART[mk1-3pod] %maxPressure = 7000 So ignoring that calculation, you get: 0.4 + 0.35 + 0.3 = 1.05 and then the multiplication by #$@RHDScalar/BuoyancyMult$ Off hand, I'd suggest excluding the addition caused by the moduleLiftingService if crew > 0 I got these lines from the file Logs/ModuleManager/MMPatch.log My fix is this: @PART:HAS[#CrewCapacity[=0],@MODULE[ModuleLiftingSurface],#rationalBuoyancy]:FOR[00RationalBuoyancy] and then the buoyancy for them is 0.75. regarding the missing moduleliftingsurface, I'm sure it's a bug, you may want to open a bug report for it. Easy fix is to add it. -
[1.12.x] The 0.35m SSR MicroSat and Airlaunch Vehicle
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Sorry, fell through the cracks. will get to it this weekend, if not sooner Thanks for the reminder I just downloaded and looked at it, I don't see any changes at all between your file and what's been released. I downloaded 0.1.3.2 from Spacedock to be sure, but the only difference I see is that your file has a @thumbs folder and mine doesn't Looks like you zipped up the wrong version (I'm using the all-in-one rar file) -
Rational HydroDynamics 1.1 [Apr 23, 2021]
linuxgurugamer replied to JadeOfMaar's topic in KSP1 Mod Releases
In my testing, I've pushed the buoyancy value up to 2 without any side affects, other than the pod being very bouncy on the water I noticed the following problem: The mk1-3 pod and the Mk2 cockpit both seemed to have a buoyancy of 1.0 (in 1.10.1), seemed rather high when a tank has 0.8 Logs and MM configcache: https://www.dropbox.com/s/o8bjoo1omkms80x/RationalHydroDynamicsPodIssue.zip?dl=0 -
[1.9.x] QuizTech Aero Pack Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
They both use the same dependencies: BDAnimation and Firespitter. If you installed them both via CKAN, you should be ok from a plugin point of view. But there still may be conflicting configs, I don't have time to do a deep analysis of the two -
I've made a few tests with this and RationalBuoyancy. This works well with it. Currently it changes the buoyancy of the part by from 1 to 1.2, when inflated. This may change to being a multipler, since other mods may change the buoyancy value The next release I put out will have a debug setting (in the settings page) which will allow you to change the buoyancy adjustment on the fly. @JadeOfMaardo you have a dll which monitors and adjusts the values on the fly? Edit: I see you don't. I did notice one thing, the mk1-3 pod and the Mk2 cockpit both seemed to have a buoyancy of 1.0 (in 1.10.1), seemed rather high when a tank has 0.8
-
Rational HydroDynamics 1.1 [Apr 23, 2021]
linuxgurugamer replied to JadeOfMaar's topic in KSP1 Mod Releases
ComfortableLanding DOES work with this, see thread for details: ummm, no. Pre-inflation, there is no effect on the part, Post inflation, it increases the part's buoyancy by 20% @JadeOfMaarRight now ComfortableLanding simply changes a part's buoyancy to 1.2, when inflated. I'm wondering if that's not good with this mod, can you explain how it works? I can easily change it from a simple constant to a multiplier, if that makes sense