Jump to content

Multiple mu files in a single folder


Recommended Posts

I have three .mu files referenced by three different .cfg files. The names are all different, and the meshes are all referenced correctly but somehow when I load KSP only one of the meshes is used. Apart from that all three parts behave the way they should, with different stack nodes and titles etc.

Plz help.

Link to comment
Share on other sites

If your going to put all the .mu files in one folder, make sure they all have different names and not just all of them "model.mu." This will cause internal conflicts, since the config files don't know which model.mu file to call upon. So it would be good to have them custom named.

EX:

J2 engine.mu

SRB9Segment.mu

Mainsail.mu

Link to comment
Share on other sites

Use this instead of 'mesh = '

MODEL
{
model = mod/Parts/partname/model
}

Where model references model.mu

So you could have

MODEL
{
model = mod/Parts/partname/model2
}

as well.

Example for a stock part.

Replace:


mesh = model.mu

with


MODEL
{
model = Squad/Parts/Engine/JetEngine/model
}
scale = 1
rescaleFactor = 1

You can define things such as scale = x , y , z in the MODEL{}, best leave the scale and rescaleFactor outside of the {} as 1.

Link to comment
Share on other sites

If your going to put all the .mu files in one folder, make sure they all have different names and not just all of them "model.mu."

You must be some kind of a wizard if you can place files with the same file names in the same folder.

Use this instead of 'mesh = '

Yeah that worked, thanks. +Rep

Edited by Cpt. Kipard
Link to comment
Share on other sites

You must be some kind of a wizard if you can place files with the same file names in the same folder.

I'm not saying put files with the same names in one folder, I'm saying make all the model.mu's have all unique names.

Link to comment
Share on other sites

I'm not saying put files with the same names in one folder, I'm saying make all the model.mu's have all unique names.

Yeah... The title of this thread should have already told you that all of the .mu files are in one folder. Why exactly are you telling me to do something that Windows already forces you to do?

Thanks for trying but seriously, pay attention.

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