Tyler Hallada f79ea29f3a Refactor Merchandise and shelves
Shelves are now saved in a special section in the InteriorRefList and must be loaded dynamically when the shop is loaded.

Merchandise for the shop is loaded once and saved in the private merchandise chest for the shop. Optimize updating merchandise to refresh the shelves from the response of the update instead of refetching the merchandise.

A single shelf can be loaded and paged indpedent from other shelves in the cell.
2021-01-23 20:10:42 -05:00
2021-01-23 20:10:42 -05:00
2020-10-12 21:40:05 -04:00

BazaarRealmPlugin

The SKSE plugin for the Bazaar Realm Skyrim mod.

Related projects:

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.

Description
SKSE plugin for the Bazaar Realm Skyrim mod
Readme 112 KiB
Languages
C++ 98%
C 2%