Jump to content

Recommended Posts

Not in game. Now, you can do it by cracking open the .craft file and taking a look at the gooey innards; Notepad will do the trick. You will be lost the first time you do this...

Is there a way to navigate those? Are the numbers in increasing order, does it go down from first to last?

Link to comment
Share on other sites

Yes, the part numbers increase as you would expect, starting with 0 and going up until the last part.

I mean, for example if in a file I have structuralPanel2_4294363424 connected to both structuralPanel2_4294363464 and structuralPanel2_4294363324, how do I find out which one is next to it and which isn't?

Link to comment
Share on other sites

I mean, for example if in a file I have structuralPanel2_4294363424 connected to both structuralPanel2_4294363464 and structuralPanel2_4294363324, how do I find out which one is next to it and which isn't?

Can you specify what you're talking about, 'id' is a little vague.

If you're talking about craft/persistance file entries like the following:


PART
{
name = sasModule
uid = 2160175402
parent = 1
position = 0,1.77346515655518,0
rotation = 0,0,0,1
mirror = 1,1,1
istg = 0
dstg = 0
sqor = -1
sidx = -1
attm = 0
srfN = None, -1
attN = bottom, 1
attN = top, 3
mass = 0.07
temp = 19.55977
expt = 0.5
state = 1
connected = True
attached = True
EVENTS
{
}
ACTIONS
{
}
}

Then I think the srfN, attN and parent numbers refer to the order of the parts under that vessel in the file you're reading.

Link to comment
Share on other sites

Can you specify what you're talking about, 'id' is a little vague.

If you're talking about craft/persistance file entries like the following:


PART
{
name = sasModule
uid = 2160175402
parent = 1
position = 0,1.77346515655518,0
rotation = 0,0,0,1
mirror = 1,1,1
istg = 0
dstg = 0
sqor = -1
sidx = -1
attm = 0
srfN = None, -1
attN = bottom, 1
attN = top, 3
mass = 0.07
temp = 19.55977
expt = 0.5
state = 1
connected = True
attached = True
EVENTS
{
}
ACTIONS
{
}
}

Then I think the srfN, attN and parent numbers refer to the order of the parts under that vessel in the file you're reading.

I've started making a big rover, but somehow I've achieved 3 way symmetry in SPH, that is not even symmetric. Some parts are set to be symmetric with multiple other parts and I don't really know how to fix it, I want it fixed, because now I can't build on it in symmetry mode. Here's the file: https://dl.dropboxusercontent.com/u/6560706/Personnel%20Carrier%20Test%204.craft

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