-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
134 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Plugin Finder | ||
## v1.0.* | ||
|
||
### Introduction | ||
Plugin Finder allows you to browse a list of Mod Organizer plugins as well as both installing and uninstalling them. | ||
|
||
### Installation | ||
Copy the pluginfinder folder to Mod Organizer's plugins folder. If Mod Organizer is installed at `D:\MO\`, the plugins folder will be located at `D:\MO\plugins\` | ||
Make sure that `__init__.py` is located at `D:\MO\plugins\pluginfinder\` and not directly copied into the plugins folder itself. | ||
|
||
### Uninstallation | ||
Delete the following folders from Mod Organizer, assuming Mod Organizer is installed at `D:\MO\`: | ||
`D:\MO\plugins\pluginfinder\` | ||
`D:\MO\plugins\data\pluginfinder\` | ||
|
||
### Usage | ||
A new item will appear in the tools menu of Mod Organizer. This will open up a list of plugins. | ||
|
||
The Nexus and Github buttons open links to the relevant pages for the plugin. | ||
The green download button will download and install the plugin to Mod Organizer. | ||
The blue sync button will update download and reinstall the plugin to Mod Organizer. | ||
The red minus button will uninstall the plugin from Mod Organizer. | ||
|
||
After installing or uninstalling plugins, Mod Organizer must be restarted. | ||
|
||
### Settings | ||
|
||
#### enabled (default: true) | ||
Determines whether the Plugin Finder plugin is enabled in Mod Organizer. | ||
|
||
## Other Plugins | ||
#### [Root Builder](https://www.nexusmods.com/skyrimspecialedition/mods/31720), [Reinstaller](https://www.nexusmods.com/skyrimspecialedition/mods/59292), [Shortcutter](https://www.nexusmods.com/skyrimspecialedition/mods/59827) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
[ | ||
{ | ||
"Name": "Root Builder", | ||
"Identifier": "rootbuilder", | ||
"Manifest": "" | ||
}, | ||
{ | ||
"Name": "Reinstaller", | ||
"Identifier": "reinstaller", | ||
"Manifest": "" | ||
}, | ||
{ | ||
"Name": "Shortcutter", | ||
"Identifier": "shortcutter", | ||
"Manifest": "" | ||
}, | ||
{ | ||
"Name": "Plugin Finder", | ||
"Identifier": "pluginfinder", | ||
"Manifest": "" | ||
} | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"Name": "Root Builder", | ||
"Author": "Kezyma", | ||
"Description": "Root Builder is a Mod Organizer 2 plugin that allows you to manage files in the base game folder, not just the Data folder.", | ||
"NexusUrl": "https://www.nexusmods.com/skyrimspecialedition/mods/31720", | ||
"GithubUrl": "https://github.com/Kezyma/ModOrganizer-Plugins", | ||
"DownloadUrl": "https://github.com/Kezyma/ModOrganizer-Plugins/releases/download/Current/rootbuilder.zip", | ||
"PluginPath": [ "rootbuilder" ], | ||
"LocalePath": [ ], | ||
"DataPath": [ "data/rootbuilder" ], | ||
"Versions": [ | ||
{ | ||
"Version": "", | ||
"Released": "", | ||
"MinSupport": "", | ||
"MaxSupport": "", | ||
"DownloadUrl": "", | ||
"PluginPath": [], | ||
"LocalePath": [], | ||
"DataPath": [] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters