Jump to content

Search the Community

Showing results for tags 'dev-tools'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • General
    • Announcements
    • Welcome Aboard
  • Kerbal Space Program 2
    • KSP2 Dev Updates
    • KSP2 Discussion
    • KSP2 Suggestions and Development Discussion
    • Challenges & Mission Ideas
    • The KSP2 Spacecraft Exchange
    • Mission Reports
    • KSP2 Prelaunch Archive
  • Kerbal Space Program 2 Gameplay & Technical Support
    • KSP2 Gameplay Questions and Tutorials
    • KSP2 Technical Support (PC, unmodded installs)
    • KSP2 Technical Support (PC, modded installs)
  • Kerbal Space Program 2 Mods
    • KSP2 Mod Discussions
    • KSP2 Mod Releases
    • KSP2 Mod Development
  • Kerbal Space Program 1
    • KSP1 The Daily Kerbal
    • KSP1 Discussion
    • KSP1 Suggestions & Development Discussion
    • KSP1 Challenges & Mission ideas
    • KSP1 The Spacecraft Exchange
    • KSP1 Mission Reports
    • KSP1 Gameplay and Technical Support
    • KSP1 Mods
    • KSP1 Expansions
  • Community
    • Science & Spaceflight
    • Kerbal Network
    • The Lounge
    • KSP Fan Works
  • International
    • International
  • KerbalEDU
    • KerbalEDU
    • KerbalEDU Website

Categories

  • Developer Articles

Categories

  • KSP2 Release Notes

Categories

There are no results to display.


Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Skype


Twitter


About me


Location


Interests

Found 2 results

  1. 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 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)
  2. SpaceWarp Template for Visual Studio and .NET CLI This is a SpaceWarp 0.4+ mod project template for Visual Studio/.NET CLI. It allows you to quickly create and build a full-featured C# project for SpaceWarp, so you can get started with modding instead of wasting your time with project setup. It generates a folder structure based on the parameters you provide and includes build events to help you with packaging of your mod for debugging or release. Full documentation and installation instructions are available on the GitHub page. Download Latest release available: GitHub releases NuGet package Changelog Source code: https://github.com/jan-bures/SpaceWarp.Template/ License: MIT
×
×
  • Create New...