Modding: The main campaign

From Divinity Engine Wiki
Revision as of 11:56, 22 September 2017 by Jbotteram (talk | contribs)
Jump to: navigation, search

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

Step1 CreateStoryMod.png

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...).


Step 2: opening a Divinity: Original Sin 2 level

Step2 OpenInheritedLevel.png

Opening Fort Joy


Next, we will need to open the level we want to mod.


Tips & Tricks

Tip 1: object modding status overlay

Tip1 ModdingViewModeToggles.png

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.


Tip 2: level modding status icon

Tip2 LevelStatusIndicator.png

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.