Difference between revisions of "Blade & Sorcery SDK"

From Nexus Mods Wiki
Jump to: navigation, search
m (fixed DL link newline)
m (Updated tools)
Line 29: 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'''  
*'''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]]

Revision as of 15: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.