Difference between revisions of "Blade & Sorcery SDK"

From Nexus Mods Wiki
Jump to: navigation, search
(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...")
 
m (Updated tools)
(11 intermediate revisions by 2 users 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).
 
  
This SDK is still a work in progress and should evolve over time depending on game updates and community involvement.
+
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. 
  
[https://github.com/KospY/BasSDK The SDK can be downloaded from GitHub here.]
+
<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
  
== Requirements ==  
+
&nbsp;
You will need to download the latest version of Unity to use this SDK. [https://unity3d.com/get-unity/download Download]
+
 
 +
[https://github.com/KospY/BasSDK Download the B&S SDK from GitHub.]
 +
 
 +
&nbsp;
 +
 
 +
== 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]
 +
 
 +
&nbsp;
  
 
== How to install ==
 
== 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.
 
  
 +
*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.
 +
 +
<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 19: Line 29:
 
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'''
 +
*'''Custom Components'''
 +
*'''Misc Tools'''
  
* '''BasAssetsCreator''' - A Unity project used to create assets bundles (compressed archive containing textures, meshes, sounds, etc...).
+
For more information about the SDK and how to use it, I recommend to join the game Discord and check the Wiki.
* '''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.
+
[[Category:Blade and Sorcery]] [[Category:Game Info]]

Revision as of 14:32, 13 September 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 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:
  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.