Our newest version is now available here
This current version is the ALPHA release, what you see now is essentially a prototype which we will use to get player feedback. It utilises Python with the customtkinter and tkinter GUI frameworks. Due to limitations of this framework and the current codebase design, we will be abandoning this version and rewriting it in C# armed with the knowledge and feedback gained from this initial release.
Please note that there WILL be bugs, we are working on it.
WE ARE NOT AFFILIATED WITH CKAN! You can find their project here (they also support KSP2).
Currently the program is flagged by some antivirus solutions as a trojan, this is not the case and it is a false positive (definitely something a hacker would say). This is a well known issue with Pyinstaller and packaged python executables being incorrectly flagged as malware. We submitted this file for analysis to Microsoft and they have deemed it as "Not Malicious" and removed it from their threat database, if this is still flagged as a trojan for you and you are using Microsoft Defender please see #16.
- Download the newest version of
2kan.zip
zip file from our releases page. - Extract the zip (if you have Microsoft Defender you can run the
update_defender_definitions.bat
file as an administrator to ensure you have the latest malware definitions from Microsoft) and run2KAN.exe
. - The application will automatically search common install locations for KSP2. If this does not work you can manually select the location using
Browse
. Ensure that a valid game version has been detected. - If this is your first time running the application, a dialog box will appear asking you to install SpaceWarp + BepInEx, select
Yes
as these are the modloaders.
- Huge thanks to
@calebh210
for all the work and help on this project. - Shoutout to
IcyEcho249
anddragonfyre23
for the name and inspiration for our logo. - Thanks to Midjourney for the new and improved logo.
Q - How do I remove all traces of mods from my game?
A - Simply navigate to your KSP2 main install directory and delete the BepInEx
folder.
Q - I can't launch the program at all, I'm getting these weird errors?
A - This is most likely because of your operating system, 2KAN has currently only been tested on Windows and due to it using Python and Pyinstaller to package the executable, this may be your issue. You can always download the source code directly from GitHub, install the requirements found in requirements.txt
and run app.py (you must have Python installed for this to work).