-
Posts
185 -
Joined
-
Last visited
Content Type
Profiles
Forums
Developer Articles
KSP2 Release Notes
Everything posted by zengei
-
There's an actively maintained version here: http://forum.kerbalspaceprogram.com/threads/112589
-
[1.5.1] Engine Lighting (1.5.1) Little Config Update (13 October)
zengei replied to tajampi's topic in KSP1 Mod Releases
It's in CKAN now. -
[1.0] TurboNisuReloaded - Stock-a-Like Parts Pack [06/05/15]
zengei replied to a__gun's topic in KSP1 Mod Releases
It's in Day/Month/Year format. -
Turns out it's actually already possible, just not used frequently (or currently at all I don't think). An incomplete .netkan file (the precursor to a .ckan file, used by the indexer bot) to do this looks like: { "spec_version": 1, "identifier": "HyperEdit", "name": "HyperEdit", "$kref": "#/ckan/http/http://www.kerbaltek.com/_downloads/hyperedit/HyperEdit-1.4.1_for-KSP-1.0.zip", "$vref": "#/ckan/ksp-avc" } The only rub is that you would need something like a HyperEdit-latest.zip file, that always points to the most recent release. I've also submitted a proposal that would do away with that requirement and give mod authors more proactive control of metadata.
-
Thanks, I'll have to look into it some more, there seem be some more multipliers (HeatProduction, InternalHeatProductionFactor, etc.) that really confuse what the units of TemperatureModifier are meant to be (and thus what it would physically represent). But if the end result are kilowatts, then from my reading of the calcs, TemperatureModifier and the rest should multiply out to units of Kelvin. Answering, my own question here: from testing it out it appears that setting a FlowMode = NO_FLOW on the OUTPUT_RESOURCE produces the intended effect.
-
Does anyone have any pointers in using the GeneratesHeat flag on ModuleResourceConverter? Specifically around controlling the amount of heat generated. The best that I can tell, the only other input into the system is a TemperatureModifier field, which appears to just be a dimensionless scalar multiplier. Is there anyway I can specify "This conversion produces x Joules of heat energy"? Specifically, I want to make some MM patches to convert the stock Fuel Cells to use CRP resources (Hydrogen, Oxygen, Water). That itself is straightforward, but I also want to generate heat as a byproduct, the question is how to accurately model that. On a related note, I also want to add Hydrogen and Oxygen "evaporator" converters to the fuel cells, which consume LqdHydrogen and LqdOxygen and produce Hydrogen and Oxygen respectively; again, that is straight forward, but I would also like to absorb heat from the part to do so, so I set GeneratesHeat to true and TemperatureModifier to a negative value, which seems to have the correct effect of lowering the part's temperature when the evaporator is active. That seems kind of hacky though, any potential pitfalls with doing that? Also, is there a way to control the flow of output resources so that any Hydrogen or Oxygen generated by the built-in evaporators can only be used by the Fuel Cell?
-
[old thread] Trajectories : atmospheric predictions
zengei replied to Youen's topic in KSP1 Mod Releases
It's already indexed by CKAN, but it would have to be updated on Kerbal Stuff. -
[1.3.1] Ferram Aerospace Research: v0.15.9.1 "Liepmann" 4/2/18
zengei replied to ferram4's topic in KSP1 Mod Releases
ferram, FYI the mod website listed on Kerbal Stuff is wrong, it's: http://kerbalspaceprogram.com/forum/showthread.php/20451 when it should be http://forum.kerbalspaceprogram.com/threads/20451- 14,073 replies
-
- aerodynamics
- ferram aerospace research
-
(and 1 more)
Tagged with:
-
Since KAS is only distributed via Curse it needs manual intervention with every update. I've submitted a pull request to do that. Also, most mod authors don't maintain their CKAN metadata, you're better off raising the issue in the CKAN thread or as an issue in the CKAN repositories, after a reasonable amount of time has passed (at least a day) since someone will likely get to it before then.
-
[1.0.5] Atomic Age - Nuclear Propulsion - Red Hot Radiators
zengei replied to Porkjet's topic in KSP1 Mod Releases
Pull request submitted. -
[1.0.2][May17] SelectRoot2: Fixing stock awkwardness
zengei replied to FW Industries's topic in KSP1 Mod Releases
Original pull request updated the existing file. I've submitted another pull request that creates a new one and cleans up some of the metadata. -
Nice, thanks. One more issue: the Adjustable Landing Gear parts don't generate dust, otherwise it looks good.
-
Sweet, but looks like there's a regression with regards to Adjustable Landing Gear wheels, they're triggering sparks on the runway again. Don't see the check for BDAdjustableLandingGearthat was in the previous version. EDIT: It would also be cool if landing gear could trigger the dust effects on terrain, but not the sparks effects on surfaces.