My first...: Difference between revisions

From Divinity Engine Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 38: Line 38:
== Full elements ==
== Full elements ==
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Item | Item]]</b></big>
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Item | Item]]</b></big>
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My_first:_Item_-_Weapons | Weapon]]</b></big>
<br /><br />
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Character | Character]]</b></big>
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Character | Character]]</b></big>
<br /><br />
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Animation | Animation]] (Currently in Progress)</b></big>
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My_first:_Character#Armor_and_Equipment | Armor/Equipment]]</b></big>
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[My first: Animation | Animation]]</b></big>
<br /><br />
<br /><br />
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Part 1: creating a terrain object|Terrain]]</b></big>
[[File:LarianLogo_Icon.png|32px]] <big><b>[[Part 1: creating a terrain object|Terrain]]</b></big>

Latest revision as of 08:59, 16 July 2018

Mods

Adventure
Add-on

Base elements

Everything in the divinity engine needs one or more base elements. See these elements as building blocks for the final object.
There are generally two big building blocks: resources and root templates.
Resources are base elements that represent a specific type of data, such as a texture, or a model.
Root templates are built up of resources. They represent a base template of a certain object you can place, such as a character or a chair.


Take for example a chair. A chair needs:

  • A visual model resource
  • Texture resource
  • A physics model resource
  • A root template grouping all the resources into the specific chair you want.
More info on how resources work can be found here: Resources explanation
More info on how templates work can be found here: Templates explanation

Resource (Coming Soon)

Root template

Full elements

Item

Weapon

Character

Armor/Equipment

Animation

Terrain

Skill

Recipe

Character creation class

Character creation origin

Character creation race

Custom portrait

Teleporter

(Behaviour) Script (charScript, itemScript, gameScript)