Go to file
2022-03-24 01:06:10 -04:00
.vscode Initial commit, mod action done, plugin WIP 2022-03-23 01:25:58 -04:00
src hash cache, fast hash, notification, comments 2022-03-23 23:43:59 -04:00
.gitignore Initial commit, mod action done, plugin WIP 2022-03-23 01:25:58 -04:00
LICENSE Initial commit, mod action done, plugin WIP 2022-03-23 01:25:58 -04:00
package.json Update author 2022-03-24 01:06:10 -04:00
README.md Add readme 2022-03-24 00:05:46 -04:00
tsconfig.json Initial commit, mod action done, plugin WIP 2022-03-23 01:25:58 -04:00
webpack.config.js Rename project and fix sourcemap collision 2022-03-23 18:56:49 -04:00
yarn.lock Initial commit, mod action done, plugin WIP 2022-03-23 01:25:58 -04:00

Modmapper integration for Vortex

Adds "See on Modmapper" buttons to Skyrim mods and plugins in Vortex which open the Modmapper web page for the mod/plugin.

Installation

For general use

Checkout the extension mod on Nexus Mods to install via Vortex automatically.

For development

Checkout the repo and then run:

yarn install
yarn build

Package the contents of the dist folder into an archive and drag and drop it into the Vortex extensions page.

Acknowledgements

Thanks to Pickysaurus for creating the initial extension and helping out with development.