Difference between revisions of "Modding..."

From Divinity Engine Wiki
Jump to: navigation, search
Line 16: Line 16:
 
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Root templates | Root templates]]</b></big>
 
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Root templates | Root templates]]</b></big>
 
<br /><br />
 
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Local objects | Local objects (objects in a level)]] (Work In Progress)</b></big>
+
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Local objects | Local objects (objects in a level)]]</b></big>
 
<br /><br />
 
<br /><br />
 
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Character creation class | Character creation class]] (Coming Soon)</b></big>
 
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Modding: Character creation class | Character creation class]] (Coming Soon)</b></big>

Revision as of 15:37, 15 September 2017

Modding refers to modifying existing items.
These pages will show how to make modifications possible for a certain game element (items, stats, ...)
To get more knowledge about the actual objects themselves, we refer to the My first... guides and the Technical documentation.


In general, modding is done by making a copy of the object to edit and placing that copy at the corresponding spot in your mod.
When for example modding a resource that's originally in "Data/Public/NotYourMod/Engine/SomePath", you have to copy the same file to "Data/Public/YourMod/Engine/SameOrDifferentPath".


Luckily, the toolset does this for you with the click of a button! And this button is Checkout.png or "right-click > Open for Edit".
Below we'll detail specific cases with extra functionality or a different workflow for modding.


LarianLogo Icon.png Resources

LarianLogo Icon.png Root templates

LarianLogo Icon.png Local objects (objects in a level)

LarianLogo Icon.png Character creation class (Coming Soon)

LarianLogo Icon.png Dialogs