Jump to content

The Open Part Mod ~Week 5/9 Project Started


Ven

Recommended Posts

here is the config.

PART
{

name = DecouplerBooster
module = Part
author = robotengineer

mesh = model.mu
scale = 1
rescaleFactor = 1

node_stack_bottom = 0.0, 0.0, 0.0, 0.0, 1.0, 0.0
node_stack_top = 0.0, 0.3, 0.0, 0.0, 1.0, 0.0



TechRequired =basicRocketry
entryCost = 1200
cost = 400
category = Structural
subcategory = 0
title = TBD Boosted Decoupler
manufacturer = T.B.D inc.
description = The TBD Boosted decoupler is a decoupler that can be used for abort operations or separating stages.

attachrules = 1,0,1,1,0


mass = 0.07
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.1
angularDrag = 2
crashTolerance = 9
maxTemp = 3400
fuelCrossFeed = False

stageOffest = 1
childStageOffset = 1

MODULE
{
name = ModuleDecouple
ejectionForce = 250
explosiveNodeID = top
}

MODULE
{
name = ModuleEngines
thrustVectorTransformName = thrustTransform
throttleLocked = True
exhaustDamage = True
allowShutdown = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 80
heatProduction = 550
fxOffset = 0,0 ,0.02
PROPELLANT
{
name = SolidFuel
ratio = 1.0
DrawGauge = True
}
atmosphericCurve
{
key = 0 100
key = 1 100
}

}

RESOURCE
{
name = SolidFuel
amount = 12
maxAmount = 12
}
}

Link to comment
Share on other sites

Are you using a decent text editor? I recently learned that if you copy text using windows Notepad, that can sometimes cause parts of the cfg to not work correctly.

I can see some formatting and spelling issues but nothing else that stands out as a possible culprit. Anyway there's a few things you can fix.

1. Use the MODEL node instead of MESH.

2. attachrules <-- Mine always has the "R" capitalised.

3. TechRequired =basicRocketry <-- add a space after the "="

4. Fix your tabbing. That most likely wont change anything, it's just nice to keep things tidy.

5. Your Isp is incorrect.

Let me know how you get on.

Link to comment
Share on other sites

atmosphericCurve contains the Isp for various atmospheric pressures including space which is 0.

key = <atmospheric presure> <isp>

I'm pretty sure you need at least the two values for 1 and 0. It'll be 150 for both in this case.

Link to comment
Share on other sites

I changed the ISP, that was it. heres the engine module.

MODULE
{
name = ModuleEngines
thrustVectorTransformName = thrustTransform
throttleLocked = True
exhaustDamage = True
allowShutdown = False
ignitionThreshold = 0.1
minThrust = 0
maxThrust = 80
heatProduction = 550
fxOffset = 0, 0, 0.02
PROPELLANT
{
name = SolidFuel
ratio = 1.0
DrawGauge = True
}
atmosphericCurve
{
key = 0 150
key = 1 150
}

}

Link to comment
Share on other sites

@frizzank and all winners: may I suggest another rules for this contest:

mandatory parts location inside GameData folder in order to gather all submissions in one single place (kind of KSP/GameData/openpartmod_weekX/), so it will be easier for all people who want to test and vote, then cleaning after if they want.

Link to comment
Share on other sites

Also, what do you mean by tutorials? Do you mean the compilation of modding information thread?

Yes. Prior to this week's competition I've never done any engines, and that thread (and some googling, and looking at existing parts) helped me with everything I needed.

Link to comment
Share on other sites

I've decided not to enter this week, though during the off week I will be working on my texturing skills, they need a lot of work. :wink:

If you don't force yourself to do something over the next hour then you're missing the point of this project.

Link to comment
Share on other sites

If you don't force yourself to do something over the next hour then you're missing the point of this project.

I suppose, though I don't want to submit a low quality entry. I may work on it a bit more, see what I get.

Link to comment
Share on other sites

There are two type of people when it comes to this kind of thing:

- Those who look for reasons not to do something.

- Those who problem-solve.

It doesn't matter if what you release is crappy. Even if you lose you will get useful feedback from voters, which will then allow you to manage your time better next time. Go for it!

The competition bit is just for fun, and exposing yourself to criticism is a good thing in any area of life anyway.

Just don't react emotionally. This is meant to be fun. If you think you're bad at this then accept it and move forward.....by doing something before the time is up and posting your submission.

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