Jump to content

What's wrong with my part.cfg?


DuoDex

Recommended Posts

So, as the 8th series of Doctor Who is coming out in August, I thought I would make a Kerbal-themed trailer as a bit of fanwork. There's a lovely TARDIS mod out there, but it's only been updated for 0.19. I decided to use it instead of creating my own models because: a) I suck at modeling and B) I'm lazy.

I tried to update it myself as I fancy myself as a modder, and here's my first attempt at updating a part.cfg file. Doesn't work though.

Can anyone tell me what I did wrong?

Link to comment
Share on other sites

Do you have a link to the mod and it looks like you got something maybe mixed up.

Edit- On the texture would have to see the parts folder to make sure and on the engine setting

MODULE

{

name = ModuleEngines

thrustVectorTransformName = thrustTransform

exhaustDamage = True

ignitionThreshold = 0.1

minThrust = 0

maxThrust = 750

heatProduction = 350 <----- something

fxOffset = 0, 0, 1.0

PROPELLANT

{

name = LiquidFuel

ratio = 0.9

DrawGauge = True

}

PROPELLANT

{

name = Oxidizer

ratio = 1.1

}

atmosphereCurve

{

key = 0 485 <------ here

key = 1 485 <--------here

}

}

MODULE

{

name = ModuleGimbal

gimbalTransformName = Engine_Nozzle

gimbalRange = 1.0

}

MODULE

{

name = ModuleJettison

jettisonName = fairing

bottomNodeName = bottom

isFairing = True

jettisonedObjectMass = 0.1

jettisonForce = 1

jettisonDirection = 0 0 1

}

MODULE

{

name = ModuleAnimateHeat

ThermalAnim = LR91_Anim

}

MODULE

{

name = ModuleAlternator

RESOURCE

{

name = ElectricCharge

rate = 12 <-------- here

}

}

RESOURCE < ---- don't think you need the part but if you do

{

name = ElectricCharge

amount = 100 <-------------- here

maxAmount = 100 <------ here

isTweakable = false

hideFlow = true

}

}

Edited by Mecripp2
Link to comment
Share on other sites

Do you have a link to the mod and it looks like you got something maybe mixed up.

Edit- On the texture would have to see the parts folder to make sure and on the engine setting

Could you parse that so I can see spacing please?

And a video of the mod I'm trying to update:

Edited by DuoDex
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...