Difference between revisions of "Blade & Sorcery SDK"

From Nexus Mods Wiki
Jump to: navigation, search
(Added updated video)
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 Download the B&S SDK from GitHub.]
 
[https://github.com/KospY/BasSDK Download the B&S SDK from GitHub.]
  
 +
 
  
 
== Requirements ==
 
== Requirements ==
Line 12: Line 10:
 
As of update u9.3, the Blade and Sorcery SDK uses Unity version '''2019.4.21f1'''. [https://unity3d.com/get-unity/download/archive Download]
 
As of update u9.3, the Blade and Sorcery SDK uses Unity version '''2019.4.21f1'''. [https://unity3d.com/get-unity/download/archive Download]
  
 +
 
  
 
== How to install ==
 
== How to install ==
Line 20: Line 19:
 
*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://youtu.be/7vrs5NatbQE]
+
<br/> Video tutorial: {{#ev:youtube|7vrs5NatbQE}} [https://youtu.be/7vrs5NatbQE [1]]
  
 
== Tools Included ==
 
== Tools Included ==
Line 28: Line 27:
 
This repository contains 3 folders:
 
This repository contains 3 folders:
  
* '''BasAssetsCreator''' - A Unity project used to create assets bundles (compressed archive containing textures, meshes, sounds, etc...).
+
*'''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)
+
*'''Plugins''' - A visual studio project example of a plugin (generate a custom dll)  
* '''ModFolderExample''' - An example of a finished mod.
+
*'''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.
 
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]]
+
[[Category:Blade and Sorcery]] [[Category:Game Info]]

Revision as of 19:12, 12 September 2021

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

As of update u9.3, the Blade and Sorcery SDK uses Unity version 2019.4.21f1. Download

 

How to install

  • Download the SDK and extract the files to a safe location on your PC.
  • Open Unity Hub and in the "Projects" section of the Unity Hub window, click "Add".
  • Select the BasSDK-master folder from your extracted file and click ok.
  • Click the new entry in the Unity Hub to open the editor using the BAS SDK.

Video tutorial:
[1]

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.