Blade & Sorcery
0 of 0

File information

Last updated

Original upload

Created by

SwordFisherL42

Uploaded by

SwordFisherL42

Virus scan

Safe to use

Tags for this mod

About this mod

Gun Framework for U12 which supports manual reloading for pistols, shotguns, SMGs, and Rifles. Also has support for Dungeon mode, secondary fire attachments, explosives, and NPC waves. NOTE: This is the base framework, you will need to download weapon add-on packs to get weapons.

Requirements
Permissions and credits
Changelogs
Donations
!!! This is only the Base Framework !!!

You will need to download Weapon Add-On Packs in addition to this mod.



About this Framework
This is an all-in-one Gun Framework for Blade & Sorcery which supports manual reloading for pistols, shotguns, SMGs and Rifles.

With on-going development for secondary fire attachments, explosives, and NPC waves, this framework is constantly under development and will evolve as Blade & Sorcery receives updates.


Install Instructions

Extract the downloaded zip file and copy this folder:

ModularFirearmsFramework

into this directory (your BAS Mods folder):

\Blade & Sorcery\BladeAndSorcery_Data\StreamingAssets\Mods\


To Download Weapons, you can either check the "Requirements" section of this mod to find other mods requiring this framework, or you can choose from this list:


Modular Addon Packs Available (U12)

  • Modular Pistols Pack (U12)


  • Modular Shotguns Pack (U12)


  • Modular SMGs Pack (U11) (U12 in-progress)





If you find my mods fun/cool, please consider supporting me on Patreon
www.patreon.com/Fisher42
This will help me in continuing to make free, fun mods for everyone.
I use all donations for buying 3D models and assets for future mods and conversions ?



===================================
Tutorial For Modders: How to Make Modular Weapon Packs
===================================


!!! Important !!! - Compatibility

If you are using mod version 7.0.0 or higher, make sure your game is updated to U12

Make sure you have "ModularFirearmsFramework" in your "Mods" folder. Then, you can download an addon pack (above) and install it the same way. For example, copying "ModularPistolsPack" into "Mods".



Mod Requirements:
  • Blade & Sorcery game version U12
  • Your have copied the mod folder(s) into \Blade & Sorcery\BladeAndSorcery_Data\StreamingAssets\Mods\


Additional Troubleshooting Tips:

If you have checked the above list, and you still have issues such as "?" or infinite loading screens:
  • Delete your Save Game data from:
    %USERPROFILE%\Documents\My Games\BladeAndSorcery\Saves
  • Remove all mods, then launch the game to see if the mods were the culprit. Then keep adding the mods back in one by one until you find the problematic mod.


Still not working?

Load the game, try to use the mod, then exit the game. Upload your player.log from this location provide it attached to a bug report:
%USERPROFILE%\AppData\LocalLow\WarpFrog\BladeAndSorcery\Player.log


HitScan/RayCast System


To configure or toggle the HitScan system for close-range shots, edit the following values in 'settings.json':


"useHitscan": true,
"hitscanMaxDistance": 1.0


'useHitscan' can be either true or false, and 'hitscanMaxDistance' is how close (in meters) you must be for the system to activate.

You can also control the HitScan system for individual items by adding these fields to the module of those firearms.


Good luck and happy adventures!

===================================



Note for Modders: If you want to make your own mod using this framework, keep in mind that the setup for these weapons is a little more complex than my other framework, and it is recommended for intermediate to advanced modders. You can find a complete guide here:

Modular Firearms Framework v4 Modder Guide