Jump to content

[part]My custom part does not show up


Recommended Posts

I've got a model and texture in the correct config-but It just won't load.

.cfg

PART
{
name = fuelTank.25
module = Part
author = OrianCEV
mesh = Model.mu
scale = 1
rescaleFactor = 1
node_stack_top = 0.0, 0.2853027, 0.0, 0.0, 1.0, 0.0
node_stack_bottom = 0.0, -0.2853027, 0.0, 0.0, -1.0, 0.0
TechRequired = advFuelSystems
entryCost = 2400
cost = 600
category = FuelTank
subcategory = 0
title = FuelTank.25
manufacturer = Altair Planetary
description = This tank is a salveged piece of some kids model rocket kit that we-*ahem*-borrowed.
attachRules = 1,0,1,1,0
mass = 0.15
dragModelType = default
maximum_drag = 0.2
minimum_drag = 0.2
angularDrag = 2
crashTolerance = 12
maxTemp = 2000 // = 2900
bulkheadProfiles = size1
RESOURCE
{
name = Monopropellant
amount = 2500
maxAmount = 2500
}
}

file layout:

Altair Planetary

--Parts

----FuelTank

------FuelTank.25[all below files are within FuelTank.25]

-------Fueltank.25.cfg[.cfg]

-------Model.mu[model]

-------model000.dds[texture]

Edited by OrianCEV
Link to comment
Share on other sites

For the most part, the "mesh =" line gets ignored. If you're using that syntax instead of the "MODEL { }" syntax, it uses the last ".mu" in the directory.

The KSP.log file might show a specific error. It could be a problem in the Model.mu file.

Otherwise, yeah, I'd be cautious about using periods/dots, and spaces in file names and directory names. And I'm not sure that KSP likes dots in the part ID name. Where you have those, try replacing them with dashes, and see if it changes anything.

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