Stapler is a mod for Kerbal Space Program. It adds a construction mode to the editor that lets you re-parent parts without changing their position.
This is a minimal remake of @Spartwo's Stapler mod that just allows you to-reparent parts in a stockalike way.
- Open the solution.
- Right click the solution in the Solution Explorer and click Restore NuGet Packages.
- Double click Properties, go to Reference Paths, remove any existing reference paths and add your game folder.
OR
- Edit Stapler.csproj.user to point to your game folder.
- Attempt a build and everything should sort itself out. Don't delete the missing reference to Assembly-CSharp, it's not actually missing.
Recommend creating a symlink that points to Stapler\GameData\Stapler inside your Kerbal Space Program\GameData for faster development.