Difference between revisions of "Blade & Sorcery SDK"
Pickysaurus (talk | contribs) (Created page with "The Blade and Sorcery official SDK is used to create custom contents for the VR game "Blade and Sorcery". The game currently supports JSON/data modding, custom assets and plug...") |
Pickysaurus (talk | contribs) m |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The Blade and Sorcery official SDK is used to create custom contents for the VR game "Blade and Sorcery". The game currently supports JSON/data modding, custom assets and plugins support (custom c# code). | The Blade and Sorcery official SDK is used to create custom contents for the VR game "Blade and Sorcery". The game currently supports JSON/data modding, custom assets and plugins support (custom c# code). | ||
+ | |||
This SDK is still a work in progress and should evolve over time depending on game updates and community involvement. | This SDK is still a work in progress and should evolve over time depending on game updates and community involvement. | ||
− | [https://github.com/KospY/BasSDK | + | |
+ | [https://github.com/KospY/BasSDK Download the B&S SDK from GitHub.] | ||
== Requirements == | == Requirements == | ||
Line 13: | Line 15: | ||
*Select the BASAssetsCreator folder from your extracted files and click ok. | *Select the BASAssetsCreator folder from your extracted files and click ok. | ||
*Click the new entry in the Unity Hub to open the editor using the BAS SDK. | *Click the new entry in the Unity Hub to open the editor using the BAS SDK. | ||
+ | |||
+ | Video tutorial: | ||
+ | {{#ev:youtube|MMAp2YMlzTA}} | ||
+ | https://www.youtube.com/watch?v=MMAp2YMlzTA | ||
Line 26: | Line 32: | ||
For more information about the SDK and how to use it, I recommend to join the game Discord and check the Wiki. | For more information about the SDK and how to use it, I recommend to join the game Discord and check the Wiki. | ||
+ | |||
+ | [[Category: Blade and Sorcery]] [[Category: Game Info]] |
Latest revision as of 11:59, 12 June 2020
The Blade and Sorcery official SDK is used to create custom contents for the VR game "Blade and Sorcery". The game currently supports JSON/data modding, custom assets and plugins support (custom c# code).
This SDK is still a work in progress and should evolve over time depending on game updates and community involvement.
Download the B&S SDK from GitHub.
Requirements
You will need to download the latest version of Unity to use this SDK. Download
How to install
- Download the and extract the files to a safe location on your PC.
- Open Unity and in the "Projects" section of the Unity Hub window, click "Add".
- Select the BASAssetsCreator folder from your extracted files and click ok.
- Click the new entry in the Unity Hub to open the editor using the BAS SDK.
Video tutorial:
https://www.youtube.com/watch?v=MMAp2YMlzTA
Tools Included
With this SDK, you will find all the tools you need to create mods Blade & Sorcery.
This repository contains 3 folders:
- BasAssetsCreator - A Unity project used to create assets bundles (compressed archive containing textures, meshes, sounds, etc...).
- Plugins - A visual studio project example of a plugin (generate a custom dll)
- ModFolderExample - An example of a finished mod.
For more information about the SDK and how to use it, I recommend to join the game Discord and check the Wiki.