Papyrus scripts and ESP plugin for the Bazaar Realm Skyrim mod
Tyler Hallada
e032084c1c
Splits out the original merchandise chest into two chests: a private merchandise chest in a dummy cell that sources the shelves when visiting a shop and a public chest in the interior of the shop that allows visitors to sell items and owners to deposit or withdraw items from the shop merchandise. |
||
---|---|---|
.vscode | ||
Source/Scripts | ||
.gitignore | ||
Bazaar Realm.esp | ||
BazaarRealmMod.code-workspace | ||
LICENSE | ||
README.md | ||
skyrimse.ppj |
BazaarRealmMod
Contains all of the Papyus script sources, the ESP plugin, and all other mod resources for the Bazaar Realm Skyrim mod.
Related projects:
BazaarRealmPlugin
: SKSE plugin for the mod that modifies data within the Skyrim game engineBazaarRealmAPI
: API server for the mod that stores all shop dataBazaarRealmClient
: DLL that handles requests and responses to the API from the SKSE plugin
Compiling Scripts
Change the Skyrim path in tasks.json
, then with the workspace loaded in
Visual Studio Code, control + shift + B
will compile the scripts into the
Scripts
folder. Copy and paste these into the Skyrim Data folder.