Jump to content

Attachment point appearing small and purple...


Jack

Recommended Posts

Kind of like the parachute attachment point, is there anything that I could toggle/change to fix this?

// Kerbal Space Program - Part Config
// XM1 Booster, Tin-Tin
//

// --- general parameters ---
name = xm1Booster
module = SolidRocket
author = Jack

// --- asset parameters ---
mesh = xm1Booster.dae
scale = 0.1
texture = xm1Booster_tex.png
specPower = 0.5
rimFalloff = 3
alphaCutoff = 0

// --- node definitions ---
node_stack_top = 0.0, -0.120648, 0.0, 0.0, 1.0, 0.0, 0

// --- FX definitions ---

fx_exhaustFlame_yellow = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, active
fx_exhaustLight_yellow = 0.0, -11.2673, 0.0, 0.0, 0.0, 1.0, active
fx_smokeTrail_medium = 0.0, -11.2673, 0.0, 0.0, 1.0, 0.0, active

// --- Sound FX definition ---

sound_vent_medium = activate
sound_rocket_hard = active
sound_vent_soft = deactivate

// --- editor parameters ---
cost = 450
category = 0
subcategory = 0
title = XM1 Solid Fuel Booster
manufacturer = Jack's Fuel Compressors
description = Shoots you right up to Destination Moon.

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

// --- standard part parameters ---
mass = 1.8
dragModelType = default
maximum_drag = 0.3
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 7
maxTemp = 3600

// --- solid booster parameters ---

thrust = 150
dryMass = 0.36
heatProduction = 250
fuelConsumption = 4
internalFuel = 250

fullExplosionPotential = 0.7
emptyExplosionPotential = 0.1

thrustCenter = 0, -0.5, 0
thrustVector = 0, 1, 0


Link to comment
Share on other sites

  • 4 weeks later...

The last value on an attachnode entry defines the size of the attachment point. You will notice that the parachutes have small, purple attachments, while most other parts have the default blue node. Parachutes specify a size 0 attachment, while all others have the default size 1 attachment.

There are attachment sizes up to size 4. They become larger and have different colors. For now, that's all the difference it makes. Later, the plan is to add a size compatibility check before letting parts attach, so you have to use adapters to connect different sized parts to each other.

Meanwhile, since there are no adapter parts, everything can connect to everything else.

Cheers

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