SKSE plugin for the Bazaar Realm Skyrim mod
Go to file
Tyler Hallada e673ac4642 Save and load shelves from server interior_ref_lists
During CreateInteriorRefList, save shelf positions in a separate vector and ignore their buttons. In Load, recreate the shelves and their buttons from the shelf vec.

Also start storing FormIDs in a header file so I don't have to keep passing Keywords into all the functions from Papyrus.
2020-11-21 01:36:14 -05:00
src Save and load shelves from server interior_ref_lists 2020-11-21 01:36:14 -05:00
.clang-format Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00
.gitattributes Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00
.gitignore Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00
BazaarRealmPlugin.sln Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00
BazaarRealmPlugin.vcxproj Save and load shelves from server interior_ref_lists 2020-11-21 01:36:14 -05:00
BazaarRealmPlugin.vcxproj.filters Save and load shelves from server interior_ref_lists 2020-11-21 01:36:14 -05:00
LICENSE Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -04:00
README.md Update related projects in README 2020-10-12 21:40:05 -04:00
version.rc Initial commit. Integrates with client, saves refs and merch. 2020-10-12 19:50:20 -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.