Modding...

From Divinity Engine Wiki
Revision as of 10:35, 14 September 2017 by Kevin (talk | contribs)
Jump to: navigation, search

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! Below we'll detail which button exactly.


Resources

Root templates

Local objects (objects in a level)

Character creation class