The model for the fairing is actually inside of the model for the engine. From the Skipper engine config: MODULE { name = ModuleJettison jettisonName = obj_fairing bottomNodeName = bottom isFairing = True jettisonedObjectMass = 0.5 jettisonForce = 15 jettisonDirection = 0 0 1 } Where obj_fairing refers to the mesh in the model.mu file. EDIT: You didn't hear it from me, but DYJ is looking to make procedural fairings similar to his procedural wings.
I had to fix something like this earlier, I ended up having to convert the model into a .mu using unity/PartTools in order to get the collider and such working right. I couldn't find any way to fix it with just the cfg.
ImpulseSpaceCenter is right, and left clicking on one of the icons will display only that type of vessel, while right clicking will toggle whether you can see that type. EDIT: Ninja'd by OP. I don't know how to feel...
Find something that looks like this in the part.cfg for the engine you want to change. (found in Gamedata/Squad/parts/engines) MODULE { name = ModuleGimbal gimbalTransformName = thrustTransform gimbalRange = 1 } the "gimbalRange" parameter is the one you want to change, it's in degrees I believe.
I recommend using the vis viva equation to determine your speed at apoapsis from your speed at periapsis. You could use this to figure out how much delta-v is required to circularise an orbit.
I remember the first time I did this, I forgot to open the solar panels on an orbital satellite. I had to rendezvous with it and get a Kerbal out to open them manually. Changed to Answered.
Hey, you could always quicksave before deorbiting to see which trajectories are safe. Just like what a lot of people do now before aerocapture or landing.
I wanted to see if I could make a rover using the I beam as the root part. I hope Bill and Bob don't mind sitting so close together. EDIT: Jeez, what's with always getting the top of the page in the screenshot threads?
Might be of help, but not necessarily representative of current .cfg syntax. http://pastebin.com/n44A4gCd The sample .cfg that Mu posted way back in 0.18-time.