-
Posts
4,559 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by blowfish
-
Sure, but I doubt that has anything to do with 1.0.2 vs 1.0.4.
-
I haven't had any issues.
-
[1.0.2] B9 Aerospace | Procedural Parts 0.40 | Updated 09.06.15
blowfish replied to bac9's topic in KSP1 Mod Development
KJR disables itself for procedural wings. Not sure why. -
The simplest way to fix part overheating is to reduce the conduction multiplier in the debug window->physics->thermals.
-
[1.1.2] Kerbal Konstructs v0.9.7.1 - Slopey Glidey
blowfish replied to AlphaAsh's topic in KSP1 Mod Releases
I don't think RT has an API for opening tracking stations mid-game. Could be wrong though. Maybe you should ask the RT people. KerbalKonstructs should work fine with RSS, but there are to my knowledge no base layouts that have been made for it.- 872 replies
-
[1.12.x] Mark IV Spaceplane System (August 18, 2024)
blowfish replied to Nertea's topic in KSP1 Mod Releases
You mean the nozzle flaps? You need firespitter for that. -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
That method will only throw an exception once speed is already NaN. I was able to replicate the black screen, but it seems to be fixed after adjusting AJE's wildcards.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
The issue occurs if a part has a ModuleResourceIntake but no IntakeAir resource (FAR had it hard coded that intakes need IntakeAir even though they can actually produce any resource). AJE messes with resources on the propellers and that's what was causing this (I don't remember the precise cause at this particular moment but I think you get the idea).
-
I suspect that Firespitter's NRE is because it's looking for ModuleEngines or ModuleEnginesFX and isn't finding it. Probably best to replace the spinner module with something that actually matches the RPM of the engine, but that'll have to wait for now. The "Look rotation viewing vector is null" (and associated black screen) is an issue with FAR. Get the latest dev version of FAR and it's fixed.
-
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
blowfish replied to Ven's topic in KSP1 Mod Development
Minor request/tweak regarding the turbojet: Would it be possible to offset the inner and outer flaps? The animation is great, but the visible gaps in the nozzle are a bit annoying. If possible, adjust the angle so that the gap between the inner and outer flaps is smaller too? -
I've never used monodevelop, sorry. I usually have both projects open at the same time, but I use Visual Studio, so it's just two separate windows. So your fix works, good job (or at least the central idea - I had to shuffle some things around a bit), but it raises a couple of questions and increases the visibility of a couple of existing issues: 1) Is it actually correct for engines to auto-restart after a flameout? 2) A "Magnetos off" flameout occurs on the non-electric props every time they are throttled down to zero, and restart is impossible. They were previously un-restartable after a fuel loss too though, and some weren't able to start to begin with, so I think this is an unrelated issue. 3) When propellant is only available at a very small rate, engines can quickly alternate between flameout and non-flameout. e.g. an electric prop fed by only one solar panel at high throttle settings. This is definitely the case without AJE too though, so maybe it's unavoidable. EDIT: You can see the final version of what went in here.
-
[1.2.2] B9 Aerospace | Release 6.2.1 (Old Thread)
blowfish replied to bac9's topic in KSP1 Mod Releases
For reference, the real life engine I based the VA1's stats on is the RD-41. Right now I have the Isp a lot higher than the real thing though, so I suppose it would be reasonable to bring the Isp down to realistic levels (2600-2800s whereas I have it at 4800s currently) in exchange for a comparable boost in thrust. Afterburning doesn't make sense for two reasons: (1) High temperature exhaust is precisely what you don't want for VTOLs and (2) The way KSP currently works, every time you switch modes the engine needs to spool up from zero again. A little bird told me this might change in future versions but for now it won't work.- 4,460 replies
-
camlost has been absent lately so the thread hasn't been updated. Look on Github, however, and you will see releases beyond 2.0.4 ... presumably CKAN has been updating automatically as well. As for mod compatibility - I know B9 is working. No idea about Interstellar, but to my knowledge AJE doesn't modify anything in Interstellar anyway.
-
Okay, so first of all, updating the propellant fraction should be done in CalculateEngineParams() regardless, because UpdateFlightCondition() has to be able to run before there's even a vessel (it's used to determine thrust in GetInfo() when the part prefabs are being assembled). That being said, I'll see if updating the propellant fraction regardless of whether the engine is running produces the desired result.
-
[1.2.2] B9 Aerospace | Release 6.2.1 (Old Thread)
blowfish replied to bac9's topic in KSP1 Mod Releases
The RPM stuff should be mostly just config changes. I'll point you to this and this commit to RPM's configs. I think those are the two that include the breaking changes. - - - Updated - - - They'll still load, but there are a huge slough of balance changes which might cause them to not fly as they did before, if at all. - - - Updated - - - My experience in testing was that the current thrust is workable, though it requires a very light craft to work. Based on the actual size of the engine, I wouldn't feel comfortable increasing the thrust as it is, but I might consider upscaling the engine a bit and increasing the thrust if it's really necessary. The Isp is already quite low.- 4,460 replies
-
- 1
-
-
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
The only thing that definitely requires custom FAR configs at this point is wings.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
blowfish replied to Ven's topic in KSP1 Mod Development
You're out of memory. -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
blowfish replied to ferram4's topic in KSP1 Mod Releases
Center of lift is meaningless in FAR.- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
blowfish replied to Ven's topic in KSP1 Mod Development
I think it would be best to handle the the tank butts using firespitter mesh switch rather than the current hack using fairings. That would definitely solve the issue above ^ -
[1.1.3] RealHeat (Minimalist) v4.3 July 3
blowfish replied to NathanKell's topic in KSP1 Mod Releases
I think that has to do with conduction, so I'm guessing no. -
[1.2.2] Stock Part Revamp, Update 1.9.6. Released Source Files!
blowfish replied to Ven's topic in KSP1 Mod Development
I think there's an issue with the latest version of the RF Stockalike configs that's causing that. Not this mod -
The answer to your two main questions is really the same - AJE does model propellers, but there are problems with the propeller code right now. Our list of things that aren't working would be the issues page on Github