Modding: The main campaign
Contents
Description
Modding the main campaign can be done simply by creating a new Add-On project, loading data from and targeting Story, and then loading and modifying an existing level such as Fort Joy or Reaper's Coast. Let's go through the steps.
Modding the main campaign
Step 1: creating a new project
Creating a new add-on project
Assuming you have already figured out how to launch the editor, the first thing you will need to do is to create a new project. If you haven't already, first open the project browser (under File > Open Project...).
Next, navigate to the "New Project" tab (1). Here, select the "Add-on" type project (2), target and load data from Story (3) and name your project (4). Then, simply press "Create" (5) to finish creating your project.
Step 2: opening a Divinity: Original Sin 2 level
Opening Fort Joy
Next, we will need to open the level we want to mod. Open the level browser if you do not have it open already (Ctrl+O).
In the level browser, navigate to the Levels tab (1) and toggle "Show Inherited Levels" (2) to see all loadable levels, including those from Story.
For this guide I will be loading Fort Joy. Type the name in the level filter (3) to filter out all other levels. Then select (or double-click) Fort Joy (4). Finally, click "Select" (5) to begin loading Fort Joy. You will also have to confirm a messagebox when first loading an inherited level.
Step 3: modding a Divinity: Original Sin 2 level
Fort Joy in a custom project
Now you are ready to begin modding! Move, add or modify the level all you like!
Tips & Tricks
Tip 1: object modding status overlay
The viewmode toggles for modding levels
There are two viewmodes available specifically designed for modding:
- The Show Inherited Overlay viewmode shows a blue overlay on objects that exist only in an inherited project. These objects are not changed by your mod.
- The Show Overridden Overlay viewmode shows a green overlay on objects that exist in both an inherited project and yours. These objects are changed by your mod.
The viewmode toggles in action
Tip 2: level modding status icon
The level modding status icons
The level browser also shows the inherited/overridden status of levels in your project. Levels with the inherited icon are loaded from another project, whereas levels with the overridden icon are loaded from both your project and an inherited one.