Add related projects to README

This commit is contained in:
Tyler Hallada 2020-10-12 21:16:59 -04:00
parent 36abd362cd
commit 7fa7d15e20

View File

@ -2,6 +2,13 @@
The SKSE plugin for the Bazaar Realm Skyrim mod.
Related projects:
* [`BazaarRealmAPI`](https://github.com/thallada/BazaarRealmAPI): API server
for the mod that stores all shop data
* [`BazaarRealmClient`](https://github.com/thallada/BazaarRealmClient): DLL that
handles requests and responses to the API
## Building
[Follow the CommonLibSSE set-up
@ -10,8 +17,9 @@ 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.
[`BazaarRealmClient`](https://github.com/thallada/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.