I would like different type of dock because actually, is just the
SAS dock. Maybe in 0.9.8.1 is possible with structure in catalogs for make stations like
Elite Dangerous and dock the ship with landing gear.
Also, I would like a new option for edit catalogs object because actually we have 2 options :
- Copy and paste the code of the object data and put in addons
- Use Remove tag and rewrite all the code we want for edit the object
So the solution is a mixte between
normal and Remove tag :
Edit "Object name"
{
ParentBody "Parent of the object actually"
@ParentBody "New Parent of the object" //@ significate replace (or add if doesn't exist)
@Name "New name of the object" //replace the old name
//Name "Second name/Thrist..." //Add name of the object without replace the old name
@Type "Moon" //Change the type of the object (Planet, Moon, Star, Wormhole)
@Class "Terra" //Edit the object of the object
@Surface //Replace the Surface tag with the new Surface tag
{
//Surface parameters
}
Orbit //edit the tag without replace the actual/old Orbit tag
{
RefPlane "Equator" //add the RefPlane in the Orbit tag
@Period 0.34 //years, edit the Period
}
}
If you don't specific a tag or parameters, isn't edit.
I am inspirante with the mod Kopernicus script, a mod for Kerbal Space Program.