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

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=Tutorials&amp;diff=8057</id>
		<title>Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=Tutorials&amp;diff=8057"/>
				<updated>2009-11-21T23:11:00Z</updated>
		
		<summary type="html">&lt;p&gt;WeriKK: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In the course of these tutorials we'll go through all the steps needed to create a basic adventure.&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
*Boxes like this contain a checklist of important steps.&lt;br /&gt;
*They're intended as a reminder and as a navigational aid.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
*[[Introductory tutorial]] - An overview of the toolset as a whole&lt;br /&gt;
*[[Module tutorial]] - how to create a module to work in.&lt;br /&gt;
&lt;br /&gt;
This set of tutorials forms a series, each building on or filling in omissions by the last:&lt;br /&gt;
*[[Level Editor Tutorial]]&lt;br /&gt;
*[[Placeable tutorial]]&lt;br /&gt;
*[[Area tutorial]]&lt;br /&gt;
*[[Item tutorial]]&lt;br /&gt;
*[[Creature tutorial]]&lt;br /&gt;
*[[Conversation tutorial]]&lt;br /&gt;
*[[Scripting tutorial]]&lt;br /&gt;
&lt;br /&gt;
Once you've become familiar with the basics introduced on those tutorials you might have a better grounding for:&lt;br /&gt;
*[[Cutscene tutorial]]&lt;br /&gt;
*[[Map tutorial]] (which also introduces you to [[2DA]] editing)&lt;br /&gt;
&lt;br /&gt;
== Demo module ==&lt;br /&gt;
&lt;br /&gt;
The toolset currently ships with a simple demo module pre-loaded into its database.&lt;br /&gt;
&lt;br /&gt;
*[[Demo module]] - how to export and run the demo module.&lt;br /&gt;
&lt;br /&gt;
== Other Tutorials ==&lt;br /&gt;
*[[Tutorial: Reskinning an Item]]&lt;br /&gt;
*[[Adding a Location to the Single Player Campaign Tutorial]]&lt;br /&gt;
&lt;br /&gt;
== External Tutorials ==&lt;br /&gt;
*[http://dragonagemodding.wordpress.com Beyond Ferelden] has many in-depth tutorials by jwvanderbeck.&lt;br /&gt;
&lt;br /&gt;
*[http://www.youtube.com/watch?v=TwQNRBFLhrE Playable Area and Conversation] video tutorial by [http://social.bioware.com/64020/ st4rdog].&lt;br /&gt;
*[http://www.youtube.com/watch?v=CaHldJcUTz8 Simple Conversation Cameras] video tutorial by [http://social.bioware.com/64020/ st4rdog].&lt;br /&gt;
*[http://www.youtube.com/watch?v=QOQJ2heQto4 Cutscene and Trigger] video tutorial by [http://social.bioware.com/64020/ st4rdog].&lt;br /&gt;
*[http://www.youtube.com/watch?v=szWKgj2ZuXo Custom Level and Room Building] video tutorial by [http://social.bioware.com/64020/ st4rdog].&lt;br /&gt;
*[http://www.youtube.com/watch?v=DKJ7F14n8o8 Downloading and Installing the Toolset] video tutorial by [http://social.bioware.com/74287/ DragonAge22].&lt;br /&gt;
*[http://www.youtube.com/watch?v=iMPBsulv9xI Creating a Room] video tutorial by [http://social.bioware.com/74287/ DragonAge22].&lt;br /&gt;
*[http://www.youtube.com/watch?v=g3kx2CaarHo How to Make an Interior Level with Lighting] video tutorial by [http://social.bioware.com/group/60/ Darkworld Development Team].&lt;br /&gt;
*[http://www.youtube.com/watch?v=O6TeZeE1Lc8 Making a Room] video tutorial by BigDrip681.&lt;br /&gt;
*[http://social.bioware.com/5339/blog/576/ Custom Player Items In Single Player] by [http://social.bioware.com/5339/ weriK].&lt;br /&gt;
*[http://social.bioware.com/5339/blog/651/ The Secret Behind Item Statistics] by [http://social.bioware.com/5339/ weriK].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials| ]]&lt;/div&gt;</summary>
		<author><name>WeriKK</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=UnequipItem&amp;diff=8003</id>
		<title>UnequipItem</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=UnequipItem&amp;diff=8003"/>
				<updated>2009-11-20T05:20:48Z</updated>
		
		<summary type="html">&lt;p&gt;WeriKK: fixed generated errors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{dafunction&lt;br /&gt;
|name=UnequipItem&lt;br /&gt;
|brief=Unequips an item from a creature&lt;br /&gt;
|param1type=object&lt;br /&gt;
|param1name=oObject&lt;br /&gt;
|param1desc=The creature to uneqiup the item from.&lt;br /&gt;
|param2type=object&lt;br /&gt;
|param2name=oItem&lt;br /&gt;
|param2desc=The item to unequip.&lt;br /&gt;
|returntype=int&lt;br /&gt;
|returndesc=Returns 0 upon any kind of error.&lt;br /&gt;
|sourcefile=script.ldf&lt;br /&gt;
|sourcemodule=&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
== Description ==&lt;br /&gt;
&amp;lt;!-- This section contains the full description from the functions comments. Do not change unless you are confident these are incomplete or incorrect. --&amp;gt;&lt;br /&gt;
Removes an item from the equip slots and puts it in the inventory.&lt;br /&gt;
If there is any kind of error, this will return 0.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Remarks == --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This section contains additional comments, observations and known issues. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == Examples == --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This section contains examples transcluded from the snippet library. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- == See also == --&amp;gt;&lt;br /&gt;
&amp;lt;!-- This section contains links to articles, functions or constant groups. --&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category: Inventory &amp;amp; equip slot functions]]&lt;/div&gt;</summary>
		<author><name>WeriKK</name></author>	</entry>

	<entry>
		<id>https://www.datoolset.net/mw/index.php?title=EVENT_TYPE_PLAYERLEVELUP&amp;diff=7873</id>
		<title>EVENT TYPE PLAYERLEVELUP</title>
		<link rel="alternate" type="text/html" href="https://www.datoolset.net/mw/index.php?title=EVENT_TYPE_PLAYERLEVELUP&amp;diff=7873"/>
				<updated>2009-11-17T07:00:38Z</updated>
		
		<summary type="html">&lt;p&gt;WeriKK: Added when the event fires and who causes it. Info based on sys_chargen.nss&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{needs review}}&lt;br /&gt;
{{event&lt;br /&gt;
|sourcefile=script.ldf&lt;br /&gt;
|when=Fires every time the player requests to enter the levelup screen and causes the Chargen UI to show up.&lt;br /&gt;
|from=&lt;br /&gt;
|to= [[module]]&lt;br /&gt;
|tocategory1=module&lt;br /&gt;
|sortkey=PLAYERLEVELUP&lt;br /&gt;
|object0name=oLevelUpCreature&lt;br /&gt;
|object0desc=The creature that fired the event.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>WeriKK</name></author>	</entry>

	</feed>