Difference between revisions of "Modding Blade & Sorcery with Vortex"

From Nexus Mods Wiki
Jump to: navigation, search
m
m (Installing Mods: Updated mod types)
Line 34: Line 34:
 
|-
 
|-
 
| Official Mods
 
| Official Mods
| These are mods created with the Official Blade & Sorcery SDK and can be loaded directly by the game. These can be identified by the manifest.json file located at the root of the mod archive.  
+
| These are mods created with the Official Blade & Sorcery SDK and can be loaded directly by the game. These can be identified by the manifest.json file located at the root of the mod archive. Each mod will be placed in its own folder in BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets
 
|-
 
|-
 
| ModLoader Mods
 
| ModLoader Mods
 
| These mods are dependant on the [https://www.nexusmods.com/stardewvalley/mods/1915 ModLoader] by MulleDK19 which is a fan-made modding tool that injects directly into the game code. These can be identified by the mod.json file located at the root of the mod archive.  
 
| These mods are dependant on the [https://www.nexusmods.com/stardewvalley/mods/1915 ModLoader] by MulleDK19 which is a fan-made modding tool that injects directly into the game code. These can be identified by the mod.json file located at the root of the mod archive.  
 +
|-
 +
| Overwrite Mods
 +
| If neither manifest.json or mod.json are present in the archive, Vortex will install the mod as an overwrite to the files found in BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets\Default.
 +
|-
 +
| Mod Installers
 +
| If a mod has several options or variants it can be packed as a [[How to create mod installers|Mod Installer]]. These should be configured with all paths relative to BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets as this is where the files and folders are places after the installer completes.
 
|-
 
|-
 
|}
 
|}

Revision as of 09:27, 26 June 2019

BladeandSorcery.jpg
Blade & Sorcery

Blade & Sorcery is a built-for-VR medieval fantasy sandbox with full physics driven melee, ranged and magic combat.

Released: 2018

Genre: Action

Engine: Unity

Nexus Mods


This guide is designed to help you set up Vortex to install and manage mods for Blade & Sorcery.

Requirements

Before we get started, this guide assumes that you have installed Blade & Sorcery and Vortex at their default locations. You will also need to be logged in to your Nexus Mods account in Vortex.

At the time of writing, this guide only applies to Blade & Sorcery on Windows.

If you haven’t already, please run Blade & Sorcery at least once before modding it.

Getting Set Up

To begin, open up Vortex and navigate to the games section. If you don’t already see Blade & Sorcery under the “Managed” tab, check the “Discovered” section. Use the “Manage” button on the game tile to add it to your managed games.

VortexBladeAndSorcery.png

If you can’t see Blade & Sorcery, you can scan for it or define it manually.


Installing Mods

For Blade & Sorcery, there are several different types of mods.

Type Description
Official Mods These are mods created with the Official Blade & Sorcery SDK and can be loaded directly by the game. These can be identified by the manifest.json file located at the root of the mod archive. Each mod will be placed in its own folder in BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets
ModLoader Mods These mods are dependant on the ModLoader by MulleDK19 which is a fan-made modding tool that injects directly into the game code. These can be identified by the mod.json file located at the root of the mod archive.
Overwrite Mods If neither manifest.json or mod.json are present in the archive, Vortex will install the mod as an overwrite to the files found in BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets\Default.
Mod Installers If a mod has several options or variants it can be packed as a Mod Installer. These should be configured with all paths relative to BladeAndSorcery\BladeAndSorcery_Data\StreamingAssets as this is where the files and folders are places after the installer completes.

To download any of these mods click either the "Vortex" button in the top right of the mod page or the "Mod Manager Download" button on the files tab.

Once all the files are in Vortex, install them and ensure the mods are deployed. You can then start the game using the play button in the top-left of Vortex.

Troubleshooting

Vortex is telling me my mods are outdated, why is this happening?

Each time you install a mod, Vortex will compare the version of the game that the mod was designed for with the currently installed version of Blade & Sorcery. If the mod was created for an older version, it may not be loaded properly by the game. The mod may still work but it is advisable to install the latest version.


My ModLoader mods have stopped working, how can I fix this?

Each time Blade & Sorcery updates it may break the ModLoader application. Please check the ModLoader website for an update.


Can I stop the admin prompts when deploying mods?

The admin prompts are caused by Vortex's Symlink deployment. This is often selected as the default, however, you can switch to Hardlink deployment under "Settings", then "Mods". You can learn more about the different deployment options here.