This is a set of scripts for Windows users to simplify tasks while working on or using the Kethane Pack for Kerbal Space Program. If this utility set breaks, please post a bug report on github and I'll fix it as soon as possible.
The following projects are included:
- Kethane Diagnostics
- Kethane Building Scripts
WARNING: create_mod_folder.bat deletes ModFolder. Do not keep your model and cfg files in there.
Kethane Utilites includes a tool to check basic issues in Kethane. This tool is currently still very basic and early in development. To use it, run KethaneDiagnostics.exe in the folder KethaneDiagnostics and follow instructions. Errors will be marked in red and warnings in yellow.
Kethane Utilites contains a set of scripts for building Kethane and creating a mod folder fully ready to be used in KSP. The scripts can be found in the folder KethaneBuild.
- Update References in Visual Studio to Assembly-CSharp and UnityEngine. The DLL files for these can be found in "[KSP Root]\KSP_Data\Managed". After building once you can revert the changes to the project file. (Requires Visual Studio unless you know what you're doing)
- Copy build_plugin.bat and combine_files.bat scripts to Kethane project root folder
- Download the latest public Kethane release, copy the "Kethane" folder into the Kethane project root folder and rename it to "KethaneRelease"
- Run build_plugin.bat (Requires .NET Framework 3.5 but not Visual Studio)
- Run combine_files.bat
- Copy the folder ModFolder created after building to KSP's GameData folder
- IMPORTANT: Rename the folder to Kethane
- Run KSP.exe