Add related projects to README
This commit is contained in:
parent
36abd362cd
commit
7fa7d15e20
12
README.md
12
README.md
@ -2,6 +2,13 @@
|
|||||||
|
|
||||||
The SKSE plugin for the Bazaar Realm Skyrim mod.
|
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
|
## Building
|
||||||
|
|
||||||
[Follow the CommonLibSSE set-up
|
[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 relies on a separate DLL plugin called `BazaarRealmClient`. To build
|
||||||
this plugin, it needs to be linked to it at compile-time. Checkout
|
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
|
[`BazaarRealmClient`](https://github.com/thallada/BazaarRealmClient) in a place
|
||||||
environment variable `BazaarRealmClientPath` to the path you chose.
|
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
|
Building the plugin in Visual Studio will automatically place the built plugin
|
||||||
DLL in the `Skyrim Special Edition\Data\SKSE\Plugins\` folder.
|
DLL in the `Skyrim Special Edition\Data\SKSE\Plugins\` folder.
|
||||||
|
Loading…
Reference in New Issue
Block a user