Skip to content
Eugene Medvedev edited this page Jul 20, 2014 · 3 revisions

Please, if you use this plugin to create any parts, do one of the two, but not both:

Distributing JSIPartUtilities with your mod

Distribute a copy of the plugin in this fashion with your mod package:

  • GameData\WhereverYouLikeToKeepYourFiles
  • GameData\JSI\PartUtilities\Plugins\JSIPartUtilities.dll

While GPLv3 license leaves your hands free to do more or less whatever, including taking over the project if I no longer have the interest to continue it, this way at least avoids the DLL conflicts -- the user is meant to overwrite the file with the fresh version from the package I maintain.

You also need to include, in whichever readme file you distribute, the link to this GitHub repository, because that's what the GPL license requires of you if you wish to use this plugin without modifying the source code: https://github.com/Mihara/PartUtilities/

Telling your users to install JSIPartUtilities separately

Sending them to GitHub releases page at https://github.com/Mihara/PartUtilities/releases is the recommended method.

Clone this wiki locally