<?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=David_list_WIP</id>
	<title>David list WIP - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://docs.larian.game/index.php?action=history&amp;feed=atom&amp;title=David_list_WIP"/>
	<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=David_list_WIP&amp;action=history"/>
	<updated>2026-04-17T22:36:38Z</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=David_list_WIP&amp;diff=887&amp;oldid=prev</id>
		<title>LarSeb: Created page with &quot;== Step 1: New Project - What type of project do I need? == * Campaign|Campaign: You want to create an entire story, with levels and fights and dialogues, and a lot of scrip...&quot;</title>
		<link rel="alternate" type="text/html" href="https://docs.larian.game/index.php?title=David_list_WIP&amp;diff=887&amp;oldid=prev"/>
		<updated>2017-08-07T07:06:38Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Step 1: New Project - What type of project do I need? == * Campaign|Campaign: You want to create an entire story, with levels and fights and dialogues, and a lot of scrip...&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|Campaign: You want to create an entire story, with levels and fights and dialogues, and a lot of scripting.]]&lt;br /&gt;
* [[Add-on|Add-on: You want to modify non-story parts of the existing campaign or another mod.]]&lt;br /&gt;
* [[Story mod|Story mod: 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|Choose Level: Load an existing level in your project or in the campaign]]&lt;br /&gt;
* [[Create New Level|Create New Level: A fresh start.]]&lt;br /&gt;
* [[Sandbox|But I don't want to create or change a level: choose Sandbox. 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;/div&gt;</summary>
		<author><name>LarSeb</name></author>
	</entry>
</feed>