Sharmat combines the aiagent_nsfw HerikaServer extension with the AIAgentNSFW Skyrim mod.
Build the normal user-facing mod archive with:
.\scripts\build-release.ps1The script copies the files under mod/, creates a checksummed schema-v4 server package, embeds it at CHIM/server-plugins/aiagent_nsfw/<version>.dwpkg, and writes release/AIAgentNSFW.zip.
CHIM detects the embedded package when a save loads and transfers it to HerikaServer. HerikaServer installs it into ext/aiagent_nsfw, preserving the existing extension identity and config URL.
To generate only the embedded server package in the working mod folder, run:
.\scripts\build-dwpkg.ps1Generated release archives are ignored and should not be committed.