arthomnix Posted March 14 Share Posted March 14 (edited) A Rider plugin for KSP 2 mod development. Currently adds a project template for SpaceWarp mods, based on munix's template for Visual Studio and .NET CLI. Requests for any other features relating to KSP 2 mod development are welcome. Installation Download the latest plugin file from Releases (ReSharperPlugin.KerbalDev-x.x.x.zip). In Rider, go to Settings > Plugins, click the gear icon, click Install Plugin from Disk and select the zip file. Usage In the New Solution window, a new SpaceWarp 1.0 Mod template should appear. Fill out the parameters - everything except Description and Source URL are required; there is no validation due to limitations of Rider but if you omit the required parameters your project will be broken! It is recommended that you enable the "Put project and solution in the same directory" option, otherwise your readme/license etc. will not be in the root of the solution. Downloads and Source Code Download: https://github.com/arthomnix/KerbalDev/releases/latest Source code: https://github.com/arthomnix/KerbalDev (MIT licensed) Template source code: https://github.com/arthomnix/KerbalDev-SpaceWarp.Template (MIT licensed, forked from https://github.com/jan-bures/SpaceWarp.Template) Edited March 18 by arthomnix Update to reflect new template name in 0.1.2 Quote Link to comment Share on other sites More sharing options...
arthomnix Posted March 18 Author Share Posted March 18 KerbalDev has been updated with the latest upstream template changes, switching to SpaceWarp 1.0.1. Download from the same link as before: https://github.com/arthomnix/KerbalDev/releases/latest For more details of the changes, see the changelog of the upstream template: https://github.com/jan-bures/SpaceWarp.Template/releases/tag/v1.0.1.1 Quote Link to comment Share on other sites More sharing options...
arthomnix Posted Tuesday at 05:58 PM Author Share Posted Tuesday at 05:58 PM KerbalDev 0.1.3 has released, which updates the template to version 1.0.1.2, fixing a bug where the `localizations` folder was incorrectly called `localization`. Download from the same place as before: https://github.com/arthomnix/KerbalDev/releases/latest Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.