Below is an assorted list of tutorials on how to do various Souls modding related things. If you have a tutorial that you would like to add, feel free to ping a wiki contributor or a staff member on the modding discord server.
These tutorials are focused on introductions to concepts, or for helping beginners understand the FromSoftware modding eco-system.
Name | Author | Description |
---|---|---|
Using mods in FromSoft games | PositronCannon (PC) | A comprehensive, beginner-friendly guide on using mods with multiple From Software games, including the recommended mod loaders for each. |
Basics | JeNoVaViRuS | First steps to do before trying to do anything related to modding. |
General Troubleshooting for Mod Issues | Challenger Andy | Mod not working? This document provides some steps to try before you ask for help. |
Identifying the Game Version that a Mod Uses | Challenger Andy | Instructions for how to identify the game version (patch) a mod was made for or supports. |
Learning to Mod FROMSOFT Games ft. Grimrukh | LobosJr & Grimrukh | Series of two-hour streams that serve as a pretty comprehensive crash course for beginners to FromSoft mod making. |
Cheat Engine: The Basics | Challenger Andy | How to install, setup, and operate Cheat Engine for FromSoftware games. |
Cheat Engine: Common Functions | Challenger Andy | Common Cheat Table functions for Dark Souls 2. Similar to other FromSoftware games as well. |
Metis Mod Launcher Tutorial | Rayan | How to use Metis Mod Launcher. |
Writing Better Modding Tutorials | Challenger Andy | A tutorial on tutorial writing. How to write better Souls Modding Tutorials. Includes formatting, advice, styles, and more using Google Docs. |
Name | Author | Description |
---|---|---|
Downpatching Dark Souls Remastered | Geeeeeorge/King Bore Haha | Instructions for how to downpatch your game version. Written for DS1 but can be useful for all games. |
Modding Dark Souls 1 with Soulstruct (Basic Setup and Map Editing) | Grimrukh | Series of videos on how to use Soulstruct with Dark Souls. |
Name | Author | Description |
---|---|---|
Modding sotfs with ParamStudio (basic setup, tools required, general development workflow) | TalkSickWaist | Introduction to modding Dark Souls 2 (sotfs only) using ParamStudio v .5+, a parameter editor with handy meta links and powerful search capabilities. Find out how to start modding sotfs from scratch by unpacking your game, creating a ParamStudio project compatible with MapStudio that uses loose params, using ParamStudio to decrypt your regulation file, navigating MapStudio, and even how to clone bosses onto other maps as regular enemies. |
Name | Author | Description |
---|---|---|
Downpatching Dark Souls III | Geeeeeorge/King Bore Haha | Instructions for how to downpatch your game version. Written for DS3 but can be useful for all games. |
Name | Author | Description |
---|---|---|
Seamless Co-op Troubleshooting | Seamless Co-op Team | Troubleshooting guide for the popular Seamless Co-op mod. |
Basics of Modding Elden Ring | Rainer | Learn how to use ModEngine 2 and Map Studio's parameter editing features |
These tutorials are focused on models and textures.
Name | Author | Description |
---|---|---|
Editing Dummy points on flver models | Halvard | Learn how to edit Dummy points. |
.dds: Determining Compression / Export Settings for Image Files | Challenger Andy | How to figure out compression / export settings for image or .dds files. |
Export Settings for .dds | Challenger Andy | Commonly used image export settings for .dds files across games. |
Making Weapons Invisible | Challenger Andy, Dylan Alexander | How to make your weapons (and probably armor) invisible. |
Material & Matbin Editing | Challenger Andy & Vee | How to find and edit material / matbin files, commonly used in textures. |
Name | Author | Description |
---|---|---|
Model Importing Using Soulstruct for Blender | arfa | A tutorial on how to import custom models to DSR and PTDE, intended for people with minimal to no knowledge on Blender. |
How to port DS2 weapon models to DS1 PTDE | Cyanic | How to port weapon models (from DS2) to Dark Souls PTDE, add new weapon, itemlots |
How to Make Object Textures Load in Any Map | Thegreatgramcracker | Learn how to make an object that normally only appears in one map have its textures load in any map. Otherwise the textures will be pure black in other maps. |
Replacing and Appending UI Elements | SM451 | Tutorial for understanding and editing the game's UI textures, specifically item icons. |
Name | Author | Description |
---|---|---|
Modding Custom Objects in DS2 | Moonlight Ruin | A video tutorial on how to move map pieces, turn them into objects, and add an existing collision to an object. |
Name | Author | Description |
---|---|---|
SEKIRO Modding Tutorial - How to Import 3d Models (FLVER Editor 1.42) | Skymoon | This video tutorial will teach you how to do a model swap in Sekiro using FLVER Editor. |
Name | Author | Description |
---|---|---|
Adjusting UI Elements | Nymic_Razor | How to move, scale, rotate, mirror, and skew UI elements using JPEXS. May also apply to other games. |
Cloth sim process on custom NPC´s for Elden Ring: Lady Maria | Chocotavo | Long video about the process to make Cloth sim for Elden Ring. In this case, the cloth sim is for a custom NPC ported to Elden Ring: Lady Maria. |
Modifying AEGs Tutorial | The King | How to modify AEGs (environmental assets) in Elden Ring. |
Creating Standalone, Retextured Assets Using AEGs and AETs | Evanlyn | Quick breakdown of how to create new, standalone versions of existing assets with new textures. |
Custom Havok Cloth in Elden Ring - Quick Overview | Dylan Alexander | A video detailing custom cloth creation for armor using Havok Content Tools 2018 and 3ds Max 2019. Not a proper tutorial, but enough to get some progress. |
Custom Loading Screens | Challenger Andy | How to create custom loading screen images in Elden Ring. |
Recoloring/Retexturing Models Guide | Honor Knight | Learn how to edit textures in Elden Ring using Photoshop or Paint.net (Use WitchyBND instead of Yabber) |
How to Recolor and Edit Textures | Rainer | A short video series on how to edit textures with Photoshop. |
Tattoo Editing | Challenger Andy | Short tutorial on editing tattoos. |
Name | Author | Description |
---|---|---|
Fixing "Model Lag" | Archivist2 | Tutorial for using 'replacer' model for new parts instead, fixing a problem where they can cause model and texture problems with the new part and the one they were meant to replace. |
Part Making Guide for ACVI | Archivist2 | Tutorial on how to make new parts in Armored Core VI, particularly the intricacies of weapons. |
These tutorials are focused on visual effects, particles and bullets.
Name | Author | Description |
---|---|---|
SFX (and Spell) Recoloring Basics and Guide Directory | Challenger Andy | Serves as a first stop for recoloring SFX (visual effects, FFX, FXR) and spells in any game. |
Viewing & Opening Video Files | Thegreatgramcracker | How to open video files in FromSoftware games, like .pam files. |
Viewing & Identifying SFX | Challenger Andy | Multiple methods to view and identify SFX (visual effects, FFX, FXR) in any game. |
JavaScript FXR Library | CCCode | JavaScript library for creating and editing FXR (SFX) files. An alternative to XML editing. Link includes tutorials for use. |
FXR Editing: Creating a New Functional FXR ID (with a New Texture) | Challenger Andy | OUTDATED: PLEASE USE FXR PLAYGROUND. - Essential knowledge on how to create a new FXR ID along with a new texture and how to pack it into the game to be used. Includes a huge troubleshooting guide. |
Name | Author | Description |
---|---|---|
FFX files for SFX Explained | JeNoVaViRuS | Layout of .ffx files for sfx explained |
Name | Author | Description |
---|---|---|
Changing the Characters & Objects in Cutscenes | Challenger Andy | Mostly details how to change the player character in cutscenes, but also how to change other characters and objects. |
Changing SFX used by Objects | Challenger Andy | A short tutorial on how to change SFX that are directly linked to a map object. |
Name | Author | Description |
---|---|---|
FXR Editing: Combining FXR | Challenger Andy | Combining multiple SFX into a single FXR. |
Name | Author | Description |
---|---|---|
Bullet Editing Guide | Rusty. | A definitive video guide on bullet editing, which is mostly useful for spells. |
Creating Fake UI Using SFX | Seagoingnote1 | Basic walkthrough to creating and positioning SFX to look like UI elements. |
FXR Notes (Elden Ring) | Challenger Andy, The12thAvenger, Rayan, ivi, Cccode | Essential for SFX / FXR editing. Contains all Action IDs, EffectAs & EffectBs, Properties, and explanations of what all of that stuff does. |
FXR Editing: Identifying (& Removing) Parts of an FFX | Challenger Andy | OUTDATED: PLEASE USE FXR PLAYGROUND. - Details how to identify constituent parts of an FFX/FXR through a variety of methods. Also details how to remove parts of an FFX. |
FXR files for SFX Explained | JeNoVaViRuS | Layout of .fxr files for sfx explained [WIP] |
SpEffect Visuals Editing | Challenger Andy | How to change the visuals related to SpEffects (buffs and related mechanics). |
XML Recoloring Tutorial | Slendahmon | Tutorial on how to recolor spells in ER by editing XML. |
These tutorials are focused on animations and behavios.
Name | Author | Description |
---|---|---|
HKS for Fun and Profit | F Wang | A beginner's guide for editing HKS from movesets to microtransactions! |
Havok Behavior Fundamentals | Igor | Introduction to the most fundamental and important to know parts of Havok Behavior. Information is primarily focused on editing animation aspects of HKB, with the inclusion of Havok Behavior's correspondence to HavokScript, and how you can make your own. Bonus guide includes Animation and Behavior debugging. |
TeamTypes: Character Targeting and Damage | Challenger Andy, Dark Matter, MyMaidisKitchenAid | How to change TeamTypes, which determine which characters can target/damage other characters. Includes list of known TeamTypes |
Name | Author | Description |
---|---|---|
DS1 Custom Animation Rig & Tutorial | InfernoPlus | Animation rig for the player character and a tutorial |
Name | Author | Description |
---|---|---|
Adding Havok Variables | Vawser | Learn how to implement a new Havok variable, allowing behavior fields such as playbackSpeed to be adjusted within a .hks file. |
Anatomy of a Boss Fight: Iudex Gundyr (DS3) | Katalash | Learn the inner workings of how a boss fight is setup in DS3 (also applicable to other souls games). |
Modding Movesets 101 - Basics of the Basics (DS3) | WhurDaMuffinsAt | If you're looking to get into modding DS3 weapon movesets, this tutorial is your starting point. It guides you through setting up all the necessary applications, gives some helpful tips, and provides resources for your next steps. Note: Outdated due to use of Yapped |
Modding Movesets - Muffin's Knowledge Compenium (DS3) | WhurDaMuffinsAt | A compendium of all my Dark Souls 3 moveset modding knowledge. I explain processes ranging from very simple to highly complex across all the relevant applications. Ongoing project, feel free to message me with contributions. Note: Outdated due to use of Yapped |
DS3 Animation Editing (Actual Animations) | forsakensilver | How to edit DS3 animations (not TAE animation events) |
Name | Author | Description |
---|---|---|
Dodge Stutter Fix | PossiblyShiba | A tutorial to fix a dodge stuttering problem that can occur with movesets with custom dodges. |
Animation Editing Workflow with Blender | nomad | This video tutorial demonstrates how you can import Elden Ring animations into Blender, edit them, and re-import the edited version back into Elden Ring. This is achieved without having to use 3D Studio Max, thus allowing use of (mostly) free and open source tools to complete this workflow. |
Elden Ring Animation Retargeting | Rainer | Learn how to retarget animations from enemies and NPCs onto the player |
How to Create a New Ash of War | Belger | This tutorial verses about how to create a new Ash of War item, and how to declare it in order to allow Lost Ashes of War duplicates. |
Introduction to Moveset Modding | Themyys | This tutorial is about starting from 0 to creating your own Moveset, Sword art or Idle TAE using DsAnimStudio, ERClipGenerator and Smithbox. |
A Pre-Intermediate Guide to Moveset Making in DSAS | Kmstr | A reference guide for many useful events in DSanimStudio for beginner and intermediate moveset makers. Learn how to edit animation data, speeds, effects, and more! |
How to Add an Already Retargeted Animation to Elden Ring | Law | Short tutorial on how to add already retargeted animations. Use WitchyBND instead of Yabber. |
Basics of Dark Souls Animation Studio | Rainer | Learn how to set up and utilize DSAS before more advanced editing |
Creating New Spellcasting Animations in Elden Ring | Wëiss & Challenger Andy | A guide in creating unique spellcasting animations using various modding tools, and pairing said animations with bullets/attacks to create new sorcery/incantation in Elden Ring. |
Understanding Attacks, Bullets, and Behaviors for PC and NPC | Themyys | Everything you need to know about BehaviorParam and creating new Attacks/Bullets for Moveset editing. |
Adjust the unit speed by adding new variables to Behbnd | Shiki | Through this method, you can use hks to customize the animation speed of all units. |
Tutorial for ERBehInjector | WindShadowRuins | Add custom animations that can be called in the HKS. You must give it an unique name and number. |
Retargeting - Biped Method | Lucy | An extensive guide on how to retarget enemy animations onto the players skeleton using the Biped Method in 3dsMax. |
These tutorials are focused on game scripting.
Name | Author | Description |
---|---|---|
Learning How To Use EMEVD | Geeeeeorge/King Bore Haha | Tutorial on the basics of EMEVD. |
ESD: Add Custom Covenant Rewards | JeNoVaViRuS | ESD tutorial to add custom covenant rewards |
ESD: Add Full Warping System | JeNoVaViRuS | ESD tutorial to implement a full warping system |
Name | Author | Description |
---|---|---|
Dark Souls Event Scripting: Intro, Making a Mod p1, Making a Mod p2 | HotPocketRemix | Video tutorials for EMEVD. Uses older tools but is still a good high-level intro. |
Name | Author | Description |
---|---|---|
Custom Shops in Elden Ring | PositronCannon | This tutorial will walk you through the steps required to modify existing shops in Elden Ring, as well as creating new custom shops. |
Intro to Elden Ring EMEVD | thefifthmatt | Guide to setting up modding tools needed for event editing, and a walkthrough of important concepts from both simple and complex event scripts |
Creating and Changing Enemy AI | ElaDiDu | A tutorial on creating and changing AI in Elden Ring. |
Creating Basic Boss Fights | PositronCannon | Step by step tutorial on creating a basic boss fight. |
These tutorials are focused on text localization.
Name | Author | Description |
---|---|---|
Basic Text Editing Guide | Challenger Andy | Short tutorial to get you started on editing text and fmg in FromSoftware games. |
Using Fonts & Characters from Other Languages / Scripts | philiquaz | To use non-English fonts and characters in the Text Editor of Smithbox or DSMS. |
Name | Author | Description |
---|---|---|
Text Formatting Guide | Challenger Andy, TKGP, ivi | Tutorial/reference sheet on how to change the formatting of text. Make different sizes, colors, bullet points, and more. |
These tutorials are focused on in-game equipment.
Name | Author | Description |
---|---|---|
Equipment: Export, edit and import models | JeNoVaViRuS | How to find equipment models, export and import them |
Name | Author | Description |
---|---|---|
Spell System Overview for New Spells in DS1 | George/King Bore Haha | Basic overview of systems required to make a new spell in DS1 |
How To Create New Spells In DS1 | JeNoVaViRuS | Overview of steps to create new spells in DS1 |
Name | Author | Description |
---|---|---|
Altering A Specific Weapon's Damage for a Specific Move | Challenger Andy | A short tutorial on altering weapon damage. |
Name | Author | Description |
---|---|---|
Adding a Weapon | Vawser | Learn the basics of implementing a new weapon. |
Adding a Moveset | Vawser | Learn the basics of implementing a new move for a weapon. |
Creating a New Moveset in DS3 | Halvard | Creating a new moveset for weapons (focuses on TAE and HKX) |
How to Create a Trick Weapon | Anonim01 | Consolidation of info and discussions regarding the creation of trick weapons |
Name | Author | Description |
---|---|---|
Porting Weapons & Standalone Weapons | WrathfulMantis | A video tutorial on how to port weapons to Elden Ring. |
Creating New Spirit Ashes in Elden Ring | Steven Dragonblade | Short tutorial on creating new Spirit Ash Summons in Elden Ring, without replacing existing ones |
How to make Replenishable Items (Refills at Grace points) | Jorb | How to find create items that refill when resting at a grace. |
Guide on Adding Armor Dyes | HALCYON | A guide on implementing armor dyes in Elden Ring. |
Name | Author | Description |
---|---|---|
Porting ER Armor to NR | shintheweapon | A video tutorial on how to port Elden Ring armours into Nightreign. |
These tutorials are focused on editing maps, which control the worldspace of all the games.
Name | Author | Description |
---|---|---|
How Drawgroups and Displaygroups Work | Thegreatgramcracker | Information about the draw/display group rendering system, how to set them in DS Map Studio, and pitfalls to watch out for. |
Placing SFX on a Map | Challenger Andy | How to create and place an SFX (visual effect) on a map. |
Smithbox: Map Editor Fundamentals | Vawser | A simple guide on how to use the Map Editor found within Smithbox, with a basic overview of features and how to use them. |
Smithbox: Property Mass Edit | Vawser | A guide on how to use the Property Mass Edit feature in the Map Editor. |
Name | Author | Description |
---|---|---|
Dark Souls Custom Map Tutorial | InfernoPlus | Start to finish process for creating a map for DS1: PTDE. Partial Transcription |
Adding Enemies (and making their AI work on different maps) | Cyanic | Adding enemies to a different map and making their AI work by editing the luainfo. |
How to Generate New .breakobj Files | Geeeeeorge/King Bore Haha | Tutorial on generating new .breakobj files for maps with modified object placement (this fixes broken objects looking weird when save/quitting) |
Bonfire Basics | Geeeeeorge/King Bore Haha | A tutorial on the basics of implementing a bonfire in Dark Souls |
Name | Author | Description |
---|---|---|
A Note on Spawn Limits in Dark Souls 2 | Challenger Andy | Some behavior to be aware of when editing how many times an enemy spawns in Dark Souls 2. |
How to Create a New Bonfire | Desgeras | Tutorial for creating a new bonfire in Dark Souls including a name and image |
Name | Author | Description |
---|---|---|
Map Lighting Tutorial (DS3) | Abyss1ne | Understanding the basic knowledge of DS3 lighting system, the GPARAM |
Name | Author | Description |
---|---|---|
Add New Ladder (ER) | Evanlyn | Tutorial to make a ladder |
Add New Treasure Chest (ER) | Evanlyn | Tutorial to make a treasure chest |
Add New Elevator (ER) | Evanlyn | Tutorial to make an elevator |
Add New Falling Guillotine Trap (ER) | Evanlyn | Tutorial to make a falling guillotine trap |
Add New Pressure Plate Arrow Trap (ER) | Evanlyn | Tutorial to make a pressure plate arrow trap |
Add New Lever-Operated Door (ER) | Evanlyn | Tutorial to make a lever operated door |
Add New Hand-Operated Door (ER) | Evanlyn | Tutorial to make a hand operated door |
Add New Stake of Marika (ER) | Evanlyn | Tutorial to make a Stake of Marika |
Make Enemies Fade Out on Death (ER) | Evanlyn | Tutorial to make enemies fade out on death |
Modifying GParams | Rainer | Comprehensive tutorial regarding GParams, what they do, and how to modify them. |
Skyboxes: Identifying and Changing | Challenger Andy | A very questionable tutorial on how to identify the skybox textures and how to change them. |
Smithbox: Using the World Map | Vawser | A guide on how the World Map feature within Smithbox works. |
Name | Author | Description |
---|---|---|
Adding Interactable Points | Vawser | A tutorial on how to add interactable points within maps in AC6. |
These tutorials are focused on editing the game parameters that configure the vast majority of FromSoftware game systems.
Name | Author | Description |
---|---|---|
Create Bullets Using spEffects | F Wang | Small, 2-minute guide on the creation of bullets through SpEffects. |
Name | Author | Description |
---|---|---|
Special Effects and Terrains | Grimrukh | How Special Effects work, how to modify them, and how terrains use them. Focused on DS1, but also applies to Bloodborne. |
Name | Author | Description |
---|---|---|
Custom Dialogue Modding | Moonlight Ruin | How to add custom dialogue and new shops, as well as how to edit talk esds. |
Dark Souls 2 disable cutscene effects | O Nobre Babuino | How to disable the cutscene effects. |
Name | Author | Description |
---|---|---|
Adding New Starting Classes to DS3 | Anonim01 | In this tutorial you will learn how to add new starting classes to DS3. It's recommended to take a look at the “Changing Starting Classes and Class Names/Descriptions in DS3” tutorial beforehand, since this video expands on it. |
Create a New Bonfire (DS3) | Evellyn | Every step to create a new bonfire in DS3. Recommended as an introduction to understand modding. |
Dark Souls III Modding Tutorial - How to edit Stayparam | Anonim01 | This is a tutorial on the topic of editing Stayparam. It's on Brazilian Portuguese, but there is English captions so everyone can understand it, I hope. |
Name | Author | Description |
---|---|---|
Creating a New Gracesite | Lucy | How to add a new Grace |
How to Add Starting Class Images Past 10 | FrostyVision | Walks you through the process of adding new character images and frames to the Start New Character Menu using Notepad ++, JPEXS, and Smithbox. |
How to Make a New Class with MapStudio | Jorb | Short tutorial on how to create a new starting class in Elden Ring. |
How to make buffs cast on both hands at the same time | Syyyke | Shows how to duplicate and edit spEffects to apply a buff to both hands at the same time. |
Apply an sfx permanently to a weapon | JeNoVaViRuS | Shows how to duplicate and edit spEffects and apply spEffect and an sfx to a weapon permanently |
Editing an Ash of War | JeNoVaViRuS | Where to find Ash of War params, tae, IDs and more |
Create a paired weapon | Rainer | How to create a new paired weapon |
These tutorials are focused on sound and audio.
Name | Author | Description |
---|---|---|
Sound Bank Editing for DSR | SM451 | Workflow for replacing sounds/music using DSSI including a list of where each music file is stored. *Process is similar for DS2 and DS3. |
Modifying Sound in SFX (FXR) | Challenger Andy | A short tutorial on how to modify sounds that are produced by visual special effects (SFX) in games that use FXR format. |
Name | Author | Description |
---|---|---|
Soundbank Editing | Themyys | An introduction to sound modding and showcasing basic soundbank editing in the .json format, like using NPC sounds for the player |
Elden Ring Audio Extraction | Jax | Quick guide to extract and convert audio from Elden Ring. |
Adding Custom BGM and Looping It | Lucy | How to replace existing BGM (Backgroundmusic) and loop it properly. A condensed and slightly expanded version of the tutorial by Mr. Gaiety found immediately below. |
How to Implement & Loop Custom Music Tracks in Elden Ring | Mr. Gaiety | Initially done as a series of questions regarding implementing + looping custom Boss tracks in-game, this tutorial attempts to guide the user on how to take your piece of music (usually .mp3), and convert + implement into a format that ER plays in-game for certain bosses/events/scenarios. May change over time as tools mature. |
How to Add a Custom Voice to Your NPC | Tolnin | This guide shows you how to add your own voicelines to a custom NPC |
These tutorials are focused on the user interface and elements related to it.
Name | Author | Description |
---|---|---|
FFDEC Tips and Tricks | Vawser | Basic overview of JPEXS Free Flash Decompiler (FFDEC) and some useful batch scripts. |
Name | Author | Description |
---|---|---|
Loading Screen Items (DS1) | Grimrukh | How to change the pool of items that randomly appear on loading screens in DS1 (both versions). |
Name | Author | Description |
---|---|---|
Adding a New Icon (SDT) | Vawser | Textual version of TKGP's tutorial on how to add a new icon to Sekiro. |
These tutorials are focused on hardcoded systems that require memory editing or reverse engineering to edit, or are related to debugging tools.
Name | Author | Description |
---|---|---|
Crash Course in x86 Assembly | SensePost | Learn how assembly language works. Crucial when modifying hardcoded systems. |
Name | Author | Description |
---|---|---|
Debugging DS3 | sfix | How to allow debugging DS3 (Anti-anti-debug). |
Debug Menu: Animation Viewer | Challenger Andy | How to quickly and manually play animations with a desired character using the Debug Menu. |
Debug Menu: Attunement Slot Adjustment | Challenger Andy | How to equipped spells, miracles, and pyromancies without needing to rest at a bonfire. |
Debug Menu: "Cheating" | Challenger Andy | How to perform actions that fall under the general umbrella of “Cheating” using the Debug Menu. Invincibility, One-shotting, parrying every attack, etc. |
Debug Menu: Changing Debug Menu Formatting and Layout | Challenger Andy | How to change the color, scale, position, and font size of the Debug Menu window itself. Also includes information on how to open multiple windows and change list sorting. |
Debug Menu: Control Guide | Challenger Andy | Details general debug controls, debug dash controls, free cam controls, and GUI controls. Essential knowledge for Debug Menu. |
Debug Menu: Cutscene/Remo Viewer | Challenger Andy | Manually play and dissect cutscenes (remo). Useful for SFX/FXR editors in identifying what IDs are in the cutscene, as well as those editing or creating original cutscenes. |
Debug Menu: Foot Effects & Decal Viewer | Challenger Andy | How to change (temporarily) and view Foot Effects and Decals using Debug Menu. |
Debug Menu: FXR / SFX Viewer | Challenger Andy | How to spawn and view FXR / SFX in Dark Souls 3 using the Debug Menu. |
Debug Menu: Display Hitboxes & Damage Statistics | Challenger Andy | Display character hurtboxes, damage hitboxes, and some damage statistics. Also allows identification of Bullet IDs, BehaviorParams, and other stuff. |
Debug Menu: Inventory Manipulation / Item Gib | Challenger Andy | Useful for quickly adding (or removing) entire classes of weapons, armors, items, etc. at once to the player's inventory. Also includes how to spawn specific items. |
Debug Menu: Playing as Enemies/NPCs | Challenger Andy | How to “play as” and control enemies, bosses, or NPCs. |
Debug Menu: Player Stat & Covenant Rank Adjustments | Challenger Andy | Change stat levels; HP, SP, and MP amounts; Covenant Points and Rank amounts; and debuff resistance stats. Also includes information for manipulating enemy/NPC HP amounts. |
Debug Menu Transcription | Challenger Andy | Transcription, Translations, and Explanations of DS3's Debug Menu. *Also helpful for DS1 |
Debug Menu: Troubleshooting | Challenger Andy | Troubleshooting steps for common problems when using DS3's Debug Menu. |
Debug Menu: Save/Load Debug Workspace | Challenger Andy | Details how to save and load your current cursor positions in debug windows as bookmarks/loadable layouts, even between sessions. Fully describes SubWindow functions. |
Debug Menu: SpEffect Spawner | Challenger Andy | Details how to spawn and view SpEffects (and SpEffectVfx) using debug menu. |
These tutorials are focused on merging multiple mods together.
Name | Author | Description |
---|---|---|
How to merge/update params with Smithbox | PositronCannon (PC) | Tutorial on merging/updating params (regulation.bin, data0.bdt, etc) with Smithbox. |
How to Merge Mods | Dylan Alexander, Challenger Andy, Angel Dasha, Clevererraptor, Rainer | How to resolve conflicts between multiple mods in order to play them. Includes how to merge animations, FXR (SFX), MsgBnds, params, regulation.bins, and TAEs. Written for Elden Ring but somewhat applies to other games. |
Name | Author | Description |
---|---|---|
Seamless Co-op and Mods | Norii | How to merge the popular Seamless Co-op Mod with other mods. |
These tutorials are focused on setting up and configuring notable mods.
Name | Author | Description |
---|---|---|
How to Set Up Dark Souls 3 Seamless Co-op & Randomizer | Jackie | A video guide on how to set DS3 Seamless Co-op with the DS3 Randomizer. |