-
Posts
24,934 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by linuxgurugamer
-
Anyway, you've gotten me interested in Test Flight, which will do a lot of what you want. If I can get it going, then I might be able to integrate the two mods together in some manner
-
I agree. It would be a major and great feature. When are you going to code it? Probably only needs about 1-2 months of solid work. If I sound sarcastic, I am. What you just asked for is a huge job, with a huge amount of unknowns involved. There is another mod called TestFlight which does some of what you ask, but it hasn't been updated to 1.2
-
I don't have any large feelings one way or another. I thought well enough of your file to add it as an optional config, if anyone want it. I'm going to look at the ability to change the costs on the fly specifically because of what you brought up. So, I'm sorry if it came across a bit harsh. It wasn't meant to, and you had good input.
-
But now you have to add the cost for a parts storage bin. Not a big deal. The original mod had it this way, right now I'm not changing that part of it. But. I just figured out how to change the costs on the fly, so might be able to add this as a configuration option in the future
-
Ummm, to a certain extent, you are changing the intent and scope of the mod and the resource. I'll add this as a disabled, optional config so that if anybody want it, they can have it. A better way would be to be able to adjust the cost on the fly, which is rather difficult given the way the game loads the parts. If I can solve the loading problem related to something else, I may be able to do that here as well.
-
How to make an SSTO that discards its wings?
linuxgurugamer replied to Fireheart318's topic in KSP1 The Spacecraft Exchange
Single Stage To Orbit. doesn't say anything about what happens IN orbit -
I'm updating a mod, and would like to be able to adjust the displayed info (via GetInfo) of a part AFTER a game loads, the reason is that one of the values is adjusted based on the game settings. It's not a problem during gameplay, since I do that on the fly, but I would like the correct information displayed in the editor. I can't figure out how, it seems that all that information is loaded at the time KSP is loaded and before a save is loaded. Any ideas?
-
Next release will have a multipler for the MTBF and Lifetime, so you will be able to shorten or lengthen the failures
-
[1.11.1] Hullcam VDS Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Fixed, thanks -
At this time, I've decided to remove the "beta" from the post, it seems to be pretty stable
-
[1.3.0] Malah's Quick mods [2017.05.31]
linuxgurugamer replied to Malah's topic in KSP1 Mod Releases
@Malah any change to get a "Delete All Debris" mini-mod? -
[1.11.1] Hullcam VDS Continued
linuxgurugamer replied to linuxgurugamer's topic in KSP1 Mod Releases
Released 0.1.5, with your updates. Please test, thanks -
@Phineas Freak thank you for the PR New release, 0.3.3, removes the duplicated fields
-
Allright, I've confirmed this, and fixed it. ## Release 0.7.5 Fixed problem where more than one Module of what was being looked for caused InvalidOperationExceptions, due to the fact that the Linux Single() function throws that error if there is more than one
-
@Angel-125 I'm curious why , in the WBI_Sombrero, you have the following code: //Y-axis of arrayPivot is the pivot //Z-axis of suncatcher2 points to the sun. MODULE { name = ModuleDeployableSolarPanel animationName = empty resourceName = ElectricCharge chargeRate = 0 isBreakable = false pivotName = arrayPivot raycastTransformName = suncatcher2 windResistance = 5 trackingSpeed = 0.25 } //Y-axis of sunPivot is the pivot //Z-axis of suncatcher points to the sun. MODULE { name = WBIDualAxisSolarArray rotationModuleIndex = 0 animationName = Deploy resourceName = ElectricCharge chargeRate = 12.0 retractable = true isBreakable = true pivotName = sunPivot raycastTransformName = suncatcher windResistance = 5 trackingSpeed = 0.25 } This causes the ModuleDeployableSolarPanel to be loaded in 2x, since the WBIDualAxisSolarArray inherits the ModuleDeployableSolarPanel. Caused a problem in DangIt! Continued, since there were two ModuleDeployableSolarPanel when only one was expected. Thanks
- 3,523 replies
-
- geoscience
- colonization
-
(and 1 more)
Tagged with:
-
Not a problem, I did find and fix the issue. I probably got confused since you were the first to mention it. Thanks for your help
-
I did reduce the number of mods. I included Entropy with it
-
I found the problem, and fixed it: 0.7.4: Fixed problem with each additional module added to the parts was increasing the cost of the part by the part cost. In other words, if the base cost of a part was (after the modulemanager ran) 4000, the final cost in the editor was 12000 it's fixed.
-
Yes, I'll keep working on it. @Deimos Rast pointed this out to me, and submitted a patch, I thought it was fixed. I don't mind having an additional cost, but it should be 3150 more, which should make the cost 3750. It's over 10k, so I'll have to do some digging about it
-
Fixed in 0.7.3, just finished uploading it
-
The MTBF and Lifetime are measured in hours Try deleting that last section in the SpareParts, re. the cargo bay, it should go back to normal Sorry, that was a new section, I'll have to figure out why it is going crazy
-
Thanks, will be updated in the next release