Difference between revisions of "Blade & Sorcery SDK"

From Nexus Mods Wiki
Jump to: navigation, search
(Update unity version)
 
(5 intermediate revisions by one other 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 official Blade and Sorcery SDK is used to create custom content (mods) for the PCVR game "Blade and Sorcery". The SDK is designed for exporting Unity assets in a format Blade and Sorcery can read and use, additionally providing custom scripts and sample assets to assist modders in developing content for the game. 
  
This SDK is still a work in progress and should evolve over time depending on game updates and community involvement.
+
<br/> The SDK is free to use, and is actively improved by the developers of Blade and Sorcery alongside community contributers. As new updates release for the base game, the SDK recieves updates to ensure compatability
  
 +
&nbsp;
  
 
[https://github.com/KospY/BasSDK Download the B&S SDK from GitHub.]
 
[https://github.com/KospY/BasSDK Download the B&S SDK from GitHub.]
 +
 +
&nbsp;
  
  
 
== Requirements ==
 
== Requirements ==
  
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 u10, the Blade and Sorcery SDK uses Unity version '''2020.3.20f1'''. [https://unity3d.com/get-unity/download/archive Download]
  
 +
&nbsp;
  
 
== How to install ==
 
== How to install ==
Line 20: Line 24:
 
*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}}&nbsp; [https://www.youtube.com/watch?v=7vrs5NatbQE https://www.youtube.com/watch?v=7vrs5NatbQE]
  
 
== Tools Included ==
 
== Tools Included ==
Line 26: Line 30:
 
With this SDK, you will find all the tools you need to create mods Blade & Sorcery.
 
With this SDK, you will find all the tools you need to create mods Blade & Sorcery.
  
This repository contains 3 folders:
+
*[[Mod_Builder_&_Exporter|Mod_Builder_&_Exporter]]
 
+
*'''Addressable Assets'''  
* '''BasAssetsCreator''' - A Unity project used to create assets bundles (compressed archive containing textures, meshes, sounds, etc...).
+
*'''Custom Components'''  
* '''Plugins''' - A visual studio project example of a plugin (generate a custom dll)
+
*'''Misc Tools'''  
* '''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]]

Latest revision as of 01:25, 12 November 2021

The official Blade and Sorcery SDK is used to create custom content (mods) for the PCVR game "Blade and Sorcery". The SDK is designed for exporting Unity assets in a format Blade and Sorcery can read and use, additionally providing custom scripts and sample assets to assist modders in developing content for the game. 


The SDK is free to use, and is actively improved by the developers of Blade and Sorcery alongside community contributers. As new updates release for the base game, the SDK recieves updates to ensure compatability

 

Download the B&S SDK from GitHub.

 


Requirements

As of update u10, the Blade and Sorcery SDK uses Unity version 2020.3.20f1. 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:
  https://www.youtube.com/watch?v=7vrs5NatbQE

Tools Included

With this SDK, you will find all the tools you need to create mods Blade & Sorcery.

For more information about the SDK and how to use it, I recommend to join the game Discord and check the Wiki.