You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new DLC introduced the Mission Builder. This allows players to create missions and share them with the community.
When you created a mission, KSP exports it as a zip file to KSP_ROOT/Missions/_Exports. This zip can be shared with the community. When downloaded you have to place the zip in KSP_ROOT/Missions. When you select Play Missions in KSP, it moves all the zip files to KSP_ROOT/Missions/_Imported and extracts the contents to KSP_ROOT/Missions.
Now I tested this a bit and this can also be used by CKAN. We can just go directly to the last step and extract the contents of the missions zip file to KSP_ROOT/Missions.
What to do to make this work:
Allow CKAN to install to the Missions folder
Add Missions folder to spec
Add Missions folder to the schema
The text was updated successfully, but these errors were encountered:
The new DLC introduced the Mission Builder. This allows players to create missions and share them with the community.
When you created a mission, KSP exports it as a zip file to
KSP_ROOT/Missions/_Exports
. This zip can be shared with the community. When downloaded you have to place the zip inKSP_ROOT/Missions
. When you select Play Missions in KSP, it moves all the zip files toKSP_ROOT/Missions/_Imported
and extracts the contents toKSP_ROOT/Missions
.Now I tested this a bit and this can also be used by CKAN. We can just go directly to the last step and extract the contents of the missions zip file to
KSP_ROOT/Missions
.What to do to make this work:
Missions
folderMissions
folder to specMissions
folder to the schemaThe text was updated successfully, but these errors were encountered: