Author: igor.zavoychinskiy@gmail.com
GitHub: https://github.com/ihsoft/KSPDev_ReleaseBuilder
Read discussions, ask questions and suggest features on forum.
KSPDev: Kerbal Development tools - Release Tools
It’s a set of tools for making and publishing the KSP mod releases.
ReleaseBuilder
is flexible script that allows building mod releases for KSP quick and easy. Just define mod’s structure and the script will manage everything else: from updating MinAVC version file to preparing final ZIP package. See Wiki for more details.PublishGitHub
is a script that allows creating a release on GutHub with the latest release archive and changelog description. The release can be created as DRAFT to allow extra steps to be done before actually publishing the release to the world. See Wiki for more details.PublishSpacedock
is a script that uplaods a mod version to Spacedock with all the properties set and the version details populated. See Wiki for more details.PublishCurseForge
is a script that uplaods a mod version to CurseForge with all the properties set and the version details populated. See Wiki for more details.
Installation
All the scripts need Python 2.7. The GitHub script needs a minimum version 2.7.11
. However,
it’s always the best to upgrade to the
latest 2.7 version available.