<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://docs.larian.game/index.php?action=history&amp;feed=atom&amp;title=Guides</id>
	<title>Guides - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.larian.game/index.php?action=history&amp;feed=atom&amp;title=Guides"/>
	<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=Guides&amp;action=history"/>
	<updated>2026-06-02T21:58:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.0</generator>
	<entry>
		<id>https://docs.larian.game/index.php?title=Guides&amp;diff=115&amp;oldid=prev</id>
		<title>LarSeb: Created page with &quot;== Step 1: New Project - What type of project do I need? == * Campaign * You want to create an entire story, with levels and fights and dialogues, and a lot of scripting...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=Guides&amp;diff=115&amp;oldid=prev"/>
		<updated>2017-07-28T14:28:33Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Step 1: New Project - What type of project do I need? == * &lt;a href=&quot;/Campaign&quot; title=&quot;Campaign&quot;&gt;Campaign&lt;/a&gt; * You want to create an entire story, with levels and fights and dialogues, and a lot of scripting...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Step 1: New Project - What type of project do I need? ==&lt;br /&gt;
* [[Campaign]]&lt;br /&gt;
* [[You want to create an entire story, with levels and fights and dialogues, and a lot of scripting.]]&lt;br /&gt;
* [[Add-on]]&lt;br /&gt;
* [[You want to modify non-story parts of the existing campaign or another mod.]]&lt;br /&gt;
* [[Story mod]]&lt;br /&gt;
* [[You want to change or add to the Divinity Original Sin 2 story code.]]&lt;br /&gt;
== Step 2: Load or Create Level ==&lt;br /&gt;
* [[Choose Level]]&lt;br /&gt;
* [[Load an existing level in your project or in the campaign]]&lt;br /&gt;
* [[Create New Level]]&lt;br /&gt;
* [[A fresh start.]]&lt;br /&gt;
* [[But I don't want to create or change a level: choose Sandbox]]&lt;br /&gt;
* [[Choose sandbox if you want to work on treasure, stats, textures, models...]]&lt;br /&gt;
== Step 3: Now how do I... == &lt;br /&gt;
* [[MOD THE MAIN CAMPAIGN]]&lt;br /&gt;
* [[Modding visuals]]&lt;br /&gt;
* [[Change icons of statuses, skills, NPCs...]]&lt;br /&gt;
* [[Add player icons to select from]]&lt;br /&gt;
* [[Change 3D models]]&lt;br /&gt;
* [[Change a texture]]&lt;br /&gt;
* [[Change the atmosphere (lighting etc)]]&lt;br /&gt;
* [[Change animations]]&lt;br /&gt;
* [[Change existing materials, or create and assign new materials]]&lt;br /&gt;
* [[Change visual fx]]&lt;br /&gt;
* [[Change Balancing]]&lt;br /&gt;
* [[Change enemy and NPC stats and gear]]&lt;br /&gt;
* [[Change enemy behaviour and known skills]]&lt;br /&gt;
* [[Change base stats of player characters]]&lt;br /&gt;
* [[Change presets and create new presets (&amp;quot;classes&amp;quot;)]]&lt;br /&gt;
* [[Change player weapon and armour stats]]&lt;br /&gt;
* [[Change some exposed combat and gameplay variables]]&lt;br /&gt;
* [[Change the gold value of things]]&lt;br /&gt;
* [[Change what food and potions do]]&lt;br /&gt;
* [[Change crafting ingredients and results]]&lt;br /&gt;
* [[Change treasure settings of containers and characters]]&lt;br /&gt;
* [[Change trade inventories of characters]]&lt;br /&gt;
* [[Change magical properties of magic modifiers on generated items]]&lt;br /&gt;
* [[Change settings of magic generation of items]]&lt;br /&gt;
* [[Change some talent settings]]&lt;br /&gt;
* [[Change skill properties (e.g. damage, action points...)]]&lt;br /&gt;
* [[Change skill, crafting and item requirements; and talent requirements]]&lt;br /&gt;
* [[Change how statuses act and react]]&lt;br /&gt;
* [[Change some exposed surface settings]]&lt;br /&gt;
* [[Translate the game]]&lt;br /&gt;
* [[By using a loca kit, not the modding tool.]]&lt;br /&gt;
* [[Make one of those fancy camera-flies-through-the-level movies?]]&lt;br /&gt;
* [[Use splines!]]&lt;br /&gt;
* [[Change interactivity]]&lt;br /&gt;
* [[Change what items you can pick up and move]]&lt;br /&gt;
* [[Change what item tooltips are shown in the world]]&lt;br /&gt;
* [[Change how items behave when you destroy them]]&lt;br /&gt;
* [[Change, add, remove use actions on items]]&lt;br /&gt;
* [[Change text]]&lt;br /&gt;
* [[Add hints to the loading screen]]&lt;br /&gt;
* [[Change character names, item names and item descriptions]]&lt;br /&gt;
* [[Change contents of books]]&lt;br /&gt;
* [[Change dialogs]]&lt;br /&gt;
* [[Change journal entries]]&lt;br /&gt;
* [[Redecorate existing levels]]&lt;br /&gt;
* [[Move items and characters around]]&lt;br /&gt;
* [[Change the terrain]]&lt;br /&gt;
* [[Add books to the game]]&lt;br /&gt;
* [[Add keys to existing chests]]&lt;br /&gt;
* [[Add chests and containers to the game]]&lt;br /&gt;
* [[Add decorational items to the game]]&lt;br /&gt;
* [[Add weapons and armour to the game]]&lt;br /&gt;
* [[Change terrain]]&lt;br /&gt;
* [[Modify scripting]]&lt;br /&gt;
* [[Change story code]]&lt;br /&gt;
* [[Change behaviour script code]]&lt;br /&gt;
* [[ADD STUFF TO THE MAIN CAMPAIGN]]&lt;br /&gt;
== FAQ: Why can I not... == &lt;br /&gt;
* [[Add talents to the game?]]&lt;br /&gt;
* [[Talents are coded in C++. They usually override or change the gameplay rules in such a unique way, that it's not viable to create reusable templates and make them data driven.]]&lt;br /&gt;
* [[Change all sounds in the game?]]&lt;br /&gt;
* [[We use Wwise and sounds have to be added and processed in Wwise.]]&lt;br /&gt;
* [[Mod the UI?]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 50%;&amp;quot;&lt;br /&gt;
| tables&lt;br /&gt;
| are&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width: 30%;&amp;quot;|&lt;br /&gt;
hard&lt;br /&gt;
| yes&lt;br /&gt;
|-&lt;br /&gt;
| FAQ&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{category header|background-color=#E0E0E0|border-color=lightgray}}&lt;br /&gt;
{{category newcolumn|rowspan=1|width=50%|background-color=#F7F7F7|border-color=lightgray}}&lt;/div&gt;</summary>
		<author><name>LarSeb</name></author>
	</entry>
</feed>