Papyrus scripts and ESP plugin for the Bazaar Realm Skyrim mod
Go to file
Tyler Hallada e032084c1c Fix load shop, implement vendor NPC transactions
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.
2020-11-18 23:31:41 -05:00
.vscode Initial commit, all scripts and esp 2020-10-12 21:26:16 -04:00
Source/Scripts Fix load shop, implement vendor NPC transactions 2020-11-18 23:31:41 -05:00
.gitignore Remove existing pex compiled scripts 2020-10-17 19:29:31 -04:00
Bazaar Realm.esp Fix list shops cancel, run maintenance on load 2020-11-14 02:25:02 -05:00
BazaarRealmMod.code-workspace Rename workspace, add REAMDE 2020-10-12 21:45:07 -04:00
LICENSE Rename workspace, add REAMDE 2020-10-12 21:45:07 -04:00
README.md Rename workspace, add REAMDE 2020-10-12 21:45:07 -04:00
skyrimse.ppj Initial commit, all scripts and esp 2020-10-12 21:26:16 -04:00

BazaarRealmMod

Contains all of the Papyus script sources, the ESP plugin, and all other mod resources for the Bazaar Realm Skyrim mod.

Related projects:

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.