SKSE plugin for the Bazaar Realm Skyrim mod
Tyler Hallada
17d428d385
Gold is loaded into merchant chest after merchandise is loaded now. Gold is not saved to the merchandise list, but if owner takes or stores gold the change is saved to the shop separately. Gold refreshes after any transaction. |
||
---|---|---|
src | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
BazaarRealmPlugin.sln | ||
BazaarRealmPlugin.vcxproj | ||
BazaarRealmPlugin.vcxproj.filters | ||
LICENSE | ||
README.md | ||
version.rc |
BazaarRealmPlugin
The SKSE plugin for the Bazaar Realm Skyrim mod.
Related projects:
BazaarRealmAPI
: API server for the mod that stores all shop dataBazaarRealmClient
: DLL that handles requests and responses to the APIBazaarRealmMod
: Papyrus scripts, ESP plugin, and all other resources for the mod
Building
Follow the CommonLibSSE set-up instructions. Instead of cloning the example plugin, clone this repo instead.
This plugin relies on a separate DLL plugin called BazaarRealmClient
. To build
this plugin, it needs to be linked to it at compile-time. Checkout
BazaarRealmClient
in a place
of your choosing, build it, and then set the environment variable
BazaarRealmClientPath
to the path you chose.
Building the plugin in Visual Studio will automatically place the built plugin
DLL in the Skyrim Special Edition\Data\SKSE\Plugins\
folder.