Jump to content

.625 m Tanks


Recommended Posts

So I've been playing around with small satellites and probes dropping them over Kerbin. What I find is that I really don't need 1 m tanks and engines. I can do a lot with the small .625 parts. Between the 48-7s, 24-77, and the Lv-1 and Lv-1r I can actually orbit things. Some times I even use Sepratrons as boosters for launch.

Here's my grip. The tanks are a little wonky. They don't behave like other parts. They won't "stick" to the radial decoupler like other tanks. I can stage things linearly but it would be nice to be able to go out wards like other tanks. And there is only the one tank. I'd love to have longer tanks, the equivalent of four and eight Oscar-b tanks would be nice. It just seems like the .625 parts were thrown in and then abandoned from further development.

Also I've noticed that my upper stage with an Lv-1 engine does not have a fuel bar in the staging window like other engines. What's up with that?

A little love for the smaller parts, that's all I'm asking.

Lee

Link to comment
Share on other sites

You could just use Scale = * and Rescale = * to rescale the parts you want or have both and on the LV-1 you can edit the file or write a MM to add the DrawGauge like

PART
{
name = microEngine
module = Part
author = NovaSilisko

mesh = model.mu
scale = 1
rescaleFactor = 1

node_stack_top = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0
node_stack_bottom = 0.0, -0.2816985, 0.0, 0.0, 1.0, 0.0, 0

fx_exhaustFlame_white_tiny = 0.0, -0.2816985, 0.0, 0.0, 1.0, 0.0, running

sound_vent_medium = engage
sound_rocket_mini = running
sound_vent_soft = disengage
sound_explosion_low = flameout

TechRequired = precisionEngineering
entryCost = 4000
cost = 350
category = Engine
subcategory = 0
title = LV-1 Liquid Fuel Engine
manufacturer = Jebediah Kerman's Junkyard and Spacecraft Parts Co
description = What is this, an engine for ants?
attachRules = 1,0,1,0,0

mass = 0.03
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

MODULE
{
name = ModuleEngines
thrustVectorTransformName = thrustTransform
exhaustDamage = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 4
heatProduction = 30
fxOffset = 0, 0, 0.02
PROPELLANT
{
name = LiquidFuel
ratio = 0.9
[COLOR="#FF0000"] DrawGauge = True[/COLOR] // <-----------------HERE
}
PROPELLANT
{
name = Oxidizer
ratio = 1.1
}
atmosphereCurve
{
key = 0 290
key = 1 220
}

}

MODULE
{
name = ModuleTestSubject

// nowhere: 0, srf: 1, ocean: 2, atmo: 4, space: 8
environments = 8

useStaging = False
useEvent = True
}
}

Link to comment
Share on other sites

This thread is quite old. Please consider starting a new thread rather than reviving this one.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...