The Skyrim Platform says we should keep our plugins outside of Skyrim Data folder, which is what i did. And i placed papyrusBridge.ts into the Skyrim/Data/Platform/Modules, because that is really the only placement your Setup section suggests (it mentions i could somehow "point to it" from tsconfig.json, but it doesn't say how to "point to it", and where should the papyrusBridge.ts be placed in such case). Now my plugin won't compile, because it can't find the papyrusBridge module (which is no surprise of course).
So, what is the proper way to install it and use it in a plugin?
5 comments
The ESP plugin and Papyrus scripts are required for everyone.
The Skyrim Platform says we should keep our plugins outside of Skyrim Data folder, which is what i did.
And i placed papyrusBridge.ts into the Skyrim/Data/Platform/Modules, because that is really the only placement your Setup section suggests (it mentions i could somehow "point to it" from tsconfig.json, but it doesn't say how to "point to it", and where should the papyrusBridge.ts be placed in such case).
Now my plugin won't compile, because it can't find the papyrusBridge module (which is no surprise of course).
So, what is the proper way to install it and use it in a plugin?