Difference between revisions of "Modding: The main campaign"

From Divinity Engine Wiki
Jump to: navigation, search
m
m
Line 17: Line 17:
  
 
Next, we will need to open the level we want to mod.
 
Next, we will need to open the level we want to mod.
 +
 +
=== Step 3: modding a Divinity: Original Sin 2 level ===
 +
[[File:Step3_FortJoy.png|none]]
 +
<sub>Fort Joy in a custom project</sub>
 +
 +
 +
Now you are ready to begin modding! Move, add or modify the level all you like!
  
 
<br />
 
<br />
Line 28: Line 35:
 
* The ''Show Inherited Overlay'' viewmode shows a <span style="color:#006699">blue</span> overlay on objects that exist only in an inherited project. These objects are '''not''' changed by your mod.
 
* The ''Show Inherited Overlay'' viewmode shows a <span style="color:#006699">blue</span> 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 <span style="color:#A3E600">green</span> overlay on objects that exist in both an inherited project and yours. These objects are changed by your mod.
 
* The ''Show Overridden Overlay'' viewmode shows a <span style="color:#A3E600">green</span> overlay on objects that exist in both an inherited project and yours. These objects are changed by your mod.
 +
 +
<br />
 +
[[File:Tip1_ModdingViewModes.png|none]]
 +
<sub>The viewmode toggles in action</sub>
  
 
<br />
 
<br />

Revision as of 11:58, 22 September 2017

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.

Step 3: modding a Divinity: Original Sin 2 level

Step3 FortJoy.png

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

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.


Tip1 ModdingViewModes.png

The viewmode toggles in action


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.