An MCM equivalent for Skyrim Platform plugins.
This is the source code. For releases, visit the mod page on Skyrim Special Edition Nexus.
- Run
yarn install - Run
yarn buildonce,scripts/config.jswill be generated - Fill
scripts/config.jsaccording to the Config section of this readme - Run the script you need according to the Yarn Scripts section of this readme
yarn dev: build the plugin and minified ui files and install todataPathInstallin hot reload modeyarn dev-plugin: build the plugin and install todataPathInstallin hot reload modeyarn dev-ui: build nonminified ui files in hot reload modeyarn build: build everything, create a fomod installer zip, and install todataPathInstallyarn build-plugin: build the plugin and install todataPathInstallyarn build-ui: build minified ui files (for installation and release)yarn build-ui-nonminified: build nonminified ui files (for development)yarn build-install: build everything and install todataPathInstallyarn build-zip: build everything and create a fomod installer zip
dataPathInstall
A path to a Skyrim Special EditionDatafolder where the build tools will install the built plugin when you callyarn build-install.
This can be the actual Skyrim Special EditionDatafolder or a Mod Organizer 2 mod folder.dataPathModules
A path to a Skyrim Special EditionDatafolder where the build tools can find the required Skyrim Plaform modules andskyrimPlatform.ts.
This can be the actual Skyrim Special EditionDatafolder or a Mod Organizer 2 mod folder.