is a critical workflow for FromSoftware game modders who want to extract, modify, and animate 3D models from titles like Bloodborne , Dark Souls , and Sekiro . This article provides a comprehensive overview of how to utilize Bloodborne Tools (BBTools) to execute this specific extraction process, import the resulting files into Blender, and troubleshoot common asset conversion pitfalls. Understanding the File Formats
: The proprietary model format utilized by FromSoftware engines. It dictates the geometry, vertex buffers, bone hierarchies (armatures), and material pathways for character models, weapons, armor pieces, and environmental objects across titles like Dark Souls , Bloodborne , and Elden Ring .
Never overwrite your original game files. Create a separate, modular "mod" directory that you can easily disable if a conversion error causes the game to crash.
bbtools-flver in=flash_assembled.flv out=soapdenovo2_map.sdm Bbtools-flver To Sdm-
tools, joining a Discord server is recommended as an easier alternative to the Zen forum. the SMD file. Scrub Milk
Read_1234 length=1450 expected=1500 dev=-3.3% status=WARN Read_5678 length=3000 expected=3000 dev=0.0% status=PASS
With your BBtools folder ready and a .flver file in hand (for example, WP_A_0300.flver ), follow these steps: is a critical workflow for FromSoftware game modders
Before any conversion can be successful, it's crucial to understand what you're working with. FLVER and SMD are fundamentally different formats designed for different purposes.
. This conversion is a common step for modders who want to import game assets into 3D software like for editing or reskinning. Key Features and Workflow Asset Extraction: Before conversion, tools like
: The software converts the FromSoftware geometry matrices, generating an export folder containing the standardized .sdm structure. Direct Technical Comparison Technical Attribute FLVER File Format SDM File Format Primary Use Native FromSoftware game rendering Asset modification & translation Data Types Included Geometry, Armatures, Dummy Polys, Materials Isolated vertex positioning & meshes Native Game Engine Compatibility Out-of-the-box functional Requires re-injection or conversion back Editing Flexbility Hard to edit without specialized tools Easily readable by legacy pipelines Alternative Modern Modding Workflows It dictates the geometry, vertex buffers, bone hierarchies
The primary workflow utilizes tools like (the modern successor to Yabber), UXM , and specialized graphic applications. Step 1: File Unpacking and Decryption
Modding FromSoftware games like Bloodborne , Dark Souls , Sekiro , and Elden Ring requires a deep understanding of proprietary asset formats. At the heart of these games is the file format, a finalized 3D model container that packs geometry, materials, skeletons, and engine-specific properties. When it comes to extracting these assets for rendering, animation, or custom remodeling, converting them to a universally readable format is essential.
While primarily used for Bloodborne , these workflows are often compatible with other games using the same engine version, such as Dark Souls 3 and Sekiro . Souls Modding Basics: Flver to SMD and troubleshooting
| | Tools | Output Format | Best For | | :--- | :--- | :--- | :--- | | BBtools (SMD/ASCII) | Bloodborne_model_v3.exe | .smd / .ascii | Standard modeling, beginners, and users who want a reliable, time-tested bridge format. | | FLVER Editor (2.0) | Pear's FLVER_Editor | .dae (Collada) | Users who want to perform simple edits (like changing material IDs or dummy polygons) directly on the FLVER file. | | Aqua Model Tools | SoulsModelTool.exe | .fbx | Users who prefer FBX as a bridge format and are working with more complex scenes or character rigging. | | Soulstruct for Blender | soulstruct Plugin for Blender | Direct Import ( .flver -> Blender) | Power users who want a seamless, integrated workflow and are willing to use the latest Blender version (4.1+). |
…I can tailor the draft exactly to your needs.