Jump to content

Probe Core Help?


Recommended Posts

Ok so I am trying to make a small probe core but the part isn't giving me the needed control, even when sitting on the launch pad or runway. Anybody able to help me out here?

Config:

Spoiler

PART
{

    // --- general parameters ---
    name = ProbeAirCap
    module = Part
    author = Jewel Shisen

    // --- asset parameters ---
    mesh = model.mu
    rescaleFactor = 1.25

    CrewCapacity = 0


    // --- node definitions ---
    node_stack_top = 0.0, -0.25, 0.0, 0.0, -1.0, 0.0


    // --- editor parameters ---
    TechRequired = generalConstruction
    entryCost = 100
    cost = 100
    category = Aero
    subcategory = 0
    title = Probe Airship Cap
    manufacturer = Jewel Shisen Rockets Inc.
    description = PROTOTYPE

    // attachment rules: stack, srfAttach, allowStack, allowSrfAttach, allowCollision
    attachRules = 1,0,1,1,1

    // --- standard part parameters ---
    mass = 0.5
    dragModelType = default
    maximum_drag = 0.2
    minimum_drag = 0.3
    angularDrag = 2
    crashTolerance = 6
    breakingForce = 50
    breakingTorque = 50
    maxTemp = 600

    MODULE
    {
        name = ModuleCommand
        minimumCrew = 0
        RESOURCE
        {
            name = ElectricCharge
            rate = 0.1
        }
        hasHibernation = True
        hibernationMultiplier = 0.004
    }
    RESOURCE
    {
        name = ElectricCharge
        amount = 30
        maxAmount = 30
    }
    MODULE
    {
        name = ModuleReactionWheel
        PitchTorque = 0.75
        YawTorque = 0.75
        RollTorque = 0.75
        RESOURCE
        {
            name = ElectricCharge
            rate = 0.05
        }
    }
    MODULE
    {
        name = ModuleDataTransmitter
        antennaType = INTERNAL
        packetInterval = 1.0
        packetSize = 2
        packetResourceCost = 20.0
        requiredResource = ElectricCharge
        antennaPower = 5000
        optimumRange = 2500
        packetFloor = .1
        packetCeiling = 5
    }    

}

 

Link to comment
Share on other sites

Do you have any control looks like you should if not you might try changing the category = Pods

and think you will have to add

MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 1    //<-------- to what ever you want
	}

and unless i'm missing it I don't see

vesselType = Probe

 

Link to comment
Share on other sites

Just now, MeCripp said:

Do you have any control looks like you should if not you might try changing the category = Pods

and think you will have to add


MODULE
	{
		name = ModuleSAS
		SASServiceLevel = 1    //<-------- to what ever you want
	}

and unless i'm missing it I don't see


vesselType = Probe

 

It was the VesselType tag that was missing. Added that and it worked.

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...