<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lothinator</id>
		<title>Dragon Age Toolset Wiki - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="http://www.datoolset.net/mw/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lothinator"/>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/wiki/Special:Contributions/Lothinator"/>
		<updated>2026-05-03T16:31:01Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.25.6</generator>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7706</id>
		<title>Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7706"/>
				<updated>2009-11-14T02:47:09Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To create and modify [[module]]s, select &amp;quot;Manage Modules&amp;quot; from the File menu. This will bring up a list of existing modules, with a &amp;quot;New&amp;quot; button for creating new modules and a &amp;quot;Properties&amp;quot; button for editing the properties of existing modules. You can only edit the properties of the module that's currently open.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Module menu command.png|frame|Select &amp;quot;Manage Modules&amp;quot;]]&lt;br /&gt;
| [[Image:Module manage module window.png|frame|Then click the &amp;quot;New&amp;quot; button to create a new module.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When you create a new module the properties window will open. Edit the &amp;quot;Name&amp;quot; field to name the new module, add a unique identifier string to the UID field, and then click &amp;quot;OK&amp;quot;; the other properties can be changed later on once you have some content to set them to.&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to delete a module within the toolset once it's been created.&lt;br /&gt;
&lt;br /&gt;
To select which module you're working with, select the module in the Manage Modules list and click the &amp;quot;Open&amp;quot; button. Only resources that are available to the open module will be visible.&lt;br /&gt;
&lt;br /&gt;
To open a module's object inspector window to modify its properties, open &amp;quot;manage modules&amp;quot;, select the module, and click the &amp;quot;properties&amp;quot; button. For a detailed explanation of the properties you will see here, See [[module]].&lt;br /&gt;
&lt;br /&gt;
A module with no event script will start the player without going through character generation, which will leave the player with an almost unusable character to play with. See [[character generation]] for some simple character generation code you can use. &lt;br /&gt;
&lt;br /&gt;
== Extending the game with addins ==&lt;br /&gt;
&lt;br /&gt;
The only module type that's supported by the toolset is &amp;quot;Addin&amp;quot;. You can use addins in two basic ways; either to extend an existing campaign (such as the main campaign) or as a stand-alone campaign in its own right.&lt;br /&gt;
&lt;br /&gt;
Addins can be enabled and disabled by the user in the &amp;quot;Downloadable content&amp;quot; menu from the game.&lt;br /&gt;
&lt;br /&gt;
To create an addin that extends another module:&lt;br /&gt;
&lt;br /&gt;
# Open File/Manage Modules&lt;br /&gt;
# Add a new Module&lt;br /&gt;
# Click on the “Hierarchy” button&lt;br /&gt;
# Select the parent module&lt;br /&gt;
&lt;br /&gt;
Remember also to set the Extended Module property.&lt;br /&gt;
&lt;br /&gt;
You can also create addins that add to or modify core resources, which are available to all modules of the game.&lt;br /&gt;
&lt;br /&gt;
Core resources:&lt;br /&gt;
&lt;br /&gt;
Any item that the player can use or that a creatures drops for the player, needs to be a core resource. To create a core resource:&lt;br /&gt;
# Right click on properties for the resource in the Palette Window&lt;br /&gt;
# Change Module to: Core Game Resources&lt;br /&gt;
# Change Owner Module to: New Module Name&lt;br /&gt;
Be aware of dependencies between core and non-core resources; especially around scripts.&lt;br /&gt;
&lt;br /&gt;
There will be a separate [[talk table]] created for the Addin in its directories. When the game loads it will combine all the talk tables across all the addins that it knows about.&lt;br /&gt;
&lt;br /&gt;
[[category:modules]]&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7705</id>
		<title>Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7705"/>
				<updated>2009-11-14T02:46:50Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To create and modify [[module]]s, select &amp;quot;Manage Modules&amp;quot; from the File menu. This will bring up a list of existing modules, with a &amp;quot;New&amp;quot; button for creating new modules and a &amp;quot;Properties&amp;quot; button for editing the properties of existing modules. You can only edit the properties of the module that's currently open.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Module menu command.png|frame|Select &amp;quot;Manage Modules&amp;quot;]]&lt;br /&gt;
| [[Image:Module manage module window.png|frame|Then click the &amp;quot;New&amp;quot; button to create a new module.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When you create a new module the properties window will open. Edit the &amp;quot;Name&amp;quot; field to name the new module, add a unique identifier string to the UID field, and then click &amp;quot;OK&amp;quot;; the other properties can be changed later on once you have some content to set them to.&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to delete a module within the toolset once it's been created.&lt;br /&gt;
&lt;br /&gt;
To select which module you're working with, select the module in the Manage Modules list and click the &amp;quot;Open&amp;quot; button. Only resources that are available to the open module will be visible.&lt;br /&gt;
&lt;br /&gt;
To open a module's object inspector window to modify its properties, open &amp;quot;manage modules&amp;quot;, select the module, and click the &amp;quot;properties&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
For a detailed explanation of the properties you will see here, See [[module]].&lt;br /&gt;
&lt;br /&gt;
A module with no event script will start the player without going through character generation, which will leave the player with an almost unusable character to play with. See [[character generation]] for some simple character generation code you can use. &lt;br /&gt;
&lt;br /&gt;
== Extending the game with addins ==&lt;br /&gt;
&lt;br /&gt;
The only module type that's supported by the toolset is &amp;quot;Addin&amp;quot;. You can use addins in two basic ways; either to extend an existing campaign (such as the main campaign) or as a stand-alone campaign in its own right.&lt;br /&gt;
&lt;br /&gt;
Addins can be enabled and disabled by the user in the &amp;quot;Downloadable content&amp;quot; menu from the game.&lt;br /&gt;
&lt;br /&gt;
To create an addin that extends another module:&lt;br /&gt;
&lt;br /&gt;
# Open File/Manage Modules&lt;br /&gt;
# Add a new Module&lt;br /&gt;
# Click on the “Hierarchy” button&lt;br /&gt;
# Select the parent module&lt;br /&gt;
&lt;br /&gt;
Remember also to set the Extended Module property.&lt;br /&gt;
&lt;br /&gt;
You can also create addins that add to or modify core resources, which are available to all modules of the game.&lt;br /&gt;
&lt;br /&gt;
Core resources:&lt;br /&gt;
&lt;br /&gt;
Any item that the player can use or that a creatures drops for the player, needs to be a core resource. To create a core resource:&lt;br /&gt;
# Right click on properties for the resource in the Palette Window&lt;br /&gt;
# Change Module to: Core Game Resources&lt;br /&gt;
# Change Owner Module to: New Module Name&lt;br /&gt;
Be aware of dependencies between core and non-core resources; especially around scripts.&lt;br /&gt;
&lt;br /&gt;
There will be a separate [[talk table]] created for the Addin in its directories. When the game loads it will combine all the talk tables across all the addins that it knows about.&lt;br /&gt;
&lt;br /&gt;
[[category:modules]]&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7704</id>
		<title>Talk:Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7704"/>
				<updated>2009-11-14T02:45:21Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7703</id>
		<title>Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Creating_a_module&amp;diff=7703"/>
				<updated>2009-11-14T02:45:02Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: make clear where to get the information on how to edit a module.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;To create and modify [[module]]s, select &amp;quot;Manage Modules&amp;quot; from the File menu. This will bring up a list of existing modules, with a &amp;quot;New&amp;quot; button for creating new modules and a &amp;quot;Properties&amp;quot; button for editing the properties of existing modules. You can only edit the properties of the module that's currently open.&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| [[Image:Module menu command.png|frame|Select &amp;quot;Manage Modules&amp;quot;]]&lt;br /&gt;
| [[Image:Module manage module window.png|frame|Then click the &amp;quot;New&amp;quot; button to create a new module.]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
When you create a new module the properties window will open. Edit the &amp;quot;Name&amp;quot; field to name the new module, add a unique identifier string to the UID field, and then click &amp;quot;OK&amp;quot;; the other properties can be changed later on once you have some content to set them to.&lt;br /&gt;
&lt;br /&gt;
Currently there is no way to delete a module within the toolset once it's been created.&lt;br /&gt;
&lt;br /&gt;
To select which module you're working with, select the module in the Manage Modules list and click the &amp;quot;Open&amp;quot; button. Only resources that are available to the open module will be visible.&lt;br /&gt;
&lt;br /&gt;
To open a module's object inspector window to modify its properties, open &amp;quot;manage modules&amp;quot;, select the module, and click the &amp;quot;properties&amp;quot; button.&lt;br /&gt;
&lt;br /&gt;
A module with no event script will start the player without going through character generation, which will leave the player with an almost unusable character to play with. See [[character generation]] for some simple character generation code you can use. &lt;br /&gt;
&lt;br /&gt;
For a detailed listing of the options available on the creation screen, See [[module]].&lt;br /&gt;
&lt;br /&gt;
== Extending the game with addins ==&lt;br /&gt;
&lt;br /&gt;
The only module type that's supported by the toolset is &amp;quot;Addin&amp;quot;. You can use addins in two basic ways; either to extend an existing campaign (such as the main campaign) or as a stand-alone campaign in its own right.&lt;br /&gt;
&lt;br /&gt;
Addins can be enabled and disabled by the user in the &amp;quot;Downloadable content&amp;quot; menu from the game.&lt;br /&gt;
&lt;br /&gt;
To create an addin that extends another module:&lt;br /&gt;
&lt;br /&gt;
# Open File/Manage Modules&lt;br /&gt;
# Add a new Module&lt;br /&gt;
# Click on the “Hierarchy” button&lt;br /&gt;
# Select the parent module&lt;br /&gt;
&lt;br /&gt;
Remember also to set the Extended Module property.&lt;br /&gt;
&lt;br /&gt;
You can also create addins that add to or modify core resources, which are available to all modules of the game.&lt;br /&gt;
&lt;br /&gt;
Core resources:&lt;br /&gt;
&lt;br /&gt;
Any item that the player can use or that a creatures drops for the player, needs to be a core resource. To create a core resource:&lt;br /&gt;
# Right click on properties for the resource in the Palette Window&lt;br /&gt;
# Change Module to: Core Game Resources&lt;br /&gt;
# Change Owner Module to: New Module Name&lt;br /&gt;
Be aware of dependencies between core and non-core resources; especially around scripts.&lt;br /&gt;
&lt;br /&gt;
There will be a separate [[talk table]] created for the Addin in its directories. When the game loads it will combine all the talk tables across all the addins that it knows about.&lt;br /&gt;
&lt;br /&gt;
[[category:modules]]&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7702</id>
		<title>Talk:Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7702"/>
				<updated>2009-11-14T02:36:39Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wow, there are a lot of options in creating a module that aren't documented here. Also what this says to do isn't even on the menu that comes up when you create a module! This reads like it was written for a different version of the editor, it needs updated badly.&lt;br /&gt;
 -- Lothinator 11/13/09&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	<entry>
		<id>http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7701</id>
		<title>Talk:Creating a module</title>
		<link rel="alternate" type="text/html" href="http://www.datoolset.net/mw/index.php?title=Talk:Creating_a_module&amp;diff=7701"/>
				<updated>2009-11-14T02:36:06Z</updated>
		
		<summary type="html">&lt;p&gt;Lothinator: Created page with 'Wow, there are a lot of options in creating a module that aren't documented here. Also what this says to do isn't even on the menu that comes up when you create a module! This re...'&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Wow, there are a lot of options in creating a module that aren't documented here. Also what this says to do isn't even on the menu that comes up when you create a module! This reads like it was written for a different version of the editor, it needs updated badly.&lt;/div&gt;</summary>
		<author><name>Lothinator</name></author>	</entry>

	</feed>