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

	<entry>
		<id>http://datoolset.net/mw/index.php?title=Cutscene_tutorial&amp;diff=8095</id>
		<title>Cutscene tutorial</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=Cutscene_tutorial&amp;diff=8095"/>
				<updated>2009-11-23T21:23:50Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Cutscene]]s can be stand-alone cinematic sequences that are triggered by scripts in the course of the game, or they can be inserted into [[conversation]]s in place of the simplified cinematics that conversations can automatically generate.&lt;br /&gt;
&lt;br /&gt;
Our example situation in this tutorial will serve as the beginning of a conversation between the player and two NPCs. The player has just arrived at the campsite where these two NPCs are staying. He walks up to the fire. One of the NPCs is happy to see the player and greets him, but the other is distrustful. The two share a brief exchange to establish this before the interactive part of the conversation begins.&lt;br /&gt;
&lt;br /&gt;
== Creating a new cutscene ==&lt;br /&gt;
&lt;br /&gt;
To create a brand new blank cutscene resource, create a new resource in the usual way:&lt;br /&gt;
&lt;br /&gt;
[[Image:New resource.png]]&lt;br /&gt;
&lt;br /&gt;
The result is opened in the cutscene editor.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene new.png|thumb|center|600px]]&lt;br /&gt;
&lt;br /&gt;
There are two basic sections to the cutscene editor; the viewports (top) and the timeline (bottom).&lt;br /&gt;
&lt;br /&gt;
=== Viewports ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Viewports can be attached to various cameras to preview what they can see&lt;br /&gt;
* Add a &amp;quot;Safe Frame&amp;quot; to camera viewports to ensure the correct aspect ratio&lt;br /&gt;
* Set a viewport to &amp;quot;User&amp;quot; to see where cameras are positioned from another perspective&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The camera viewports in the cutscene editor work similarly to the viewports in the stage editor. You can set the number and layout of viewports under the &amp;quot;View&amp;quot; menu:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene tutorial viewport layout.png]]&lt;br /&gt;
&lt;br /&gt;
And for each individual viewport you can select which camera it's showing and set other display options by right-clicking on the title bar of the viewport:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene tutorial viewport properties.png]]&lt;br /&gt;
&lt;br /&gt;
When you set a viewport to show the view through one of the cutscene's cameras, it's a good idea to turn on that viewport's &amp;quot;Safe Frame&amp;quot; option as well. This will put a border on the viewport showing what will be visible when the cutscene plays.&lt;br /&gt;
&lt;br /&gt;
Note that when you play the cutscene in the cutscene editor, only the currently selected viewport (the one with the blue title bar) will show the cutscene &amp;quot;live&amp;quot; - the others won't update the view displayed in them until they're selected. To preview the cutscene as the player would see it, then, you should set one of the viewports to &amp;quot;Active Camera&amp;quot; and ensure that this viewport is selected when you play the cutscene in the editor. If the &amp;quot;Active Camera&amp;quot; viewport turns gray, try setting the cutscene property &amp;quot;Enable Level Effects&amp;quot; to false.&lt;br /&gt;
&lt;br /&gt;
=== Timeline ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* There is always exactly one MASTER object in a cutscene.&lt;br /&gt;
* Each active object is listed on the timeline, with multiple &amp;quot;tracks&amp;quot; for each.&lt;br /&gt;
* All objects have position tracks (divided into X, Y and Z tracks). Some objects have additional built-in tracks.&lt;br /&gt;
* Other actions and effects can be added to generic tracks. Objects can have as many generic tracks as you want.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Below the viewport is the timeline. Along the top of the timeline is a time scale; it can be set either to show frames (at 30 frames per second) or milliseconds by changing the &amp;quot;Time Scale&amp;quot; property if the cutscene in the object inspector.  A marker indicates what point in the timeline the viewports are currently showing.&lt;br /&gt;
&lt;br /&gt;
Below are a set of rows containing the various actors, cameras, and other objects active in the cutscene. This is where most of the editing is going to take place. Each object will have a number of &amp;quot;tracks&amp;quot;, which will contain commands that are sent to the actors at particular times in the course of the cutscene.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene tutorial timeline.png]]&lt;br /&gt;
&lt;br /&gt;
The first object in the track list is the &amp;quot;MASTER&amp;quot; object. This is a special object that every cutscene has exactly one of. The MASTER object is the cutscene equivalent to the root node of a conversation tree, a repository for global settings and effects. For example the MASTER object contains the track that determines which camera is active at any given time. The MASTER object cannot be deleted. By default, a MASTER object appears in the cutscene editor as a small greenish sphere; you can change the MASTER object's appearance in the cutscene option settings.&lt;br /&gt;
&lt;br /&gt;
A new cutscene also has a camera, called Camera 1. This camera can be deleted or renamed if you like; we can add new cameras as needed later on.&lt;br /&gt;
&lt;br /&gt;
Every object has &amp;quot;Position&amp;quot; and &amp;quot;Orientation&amp;quot; tracks that control their locations in space. Cameras also have a FOV (field of view) track.&lt;br /&gt;
&lt;br /&gt;
Objects can have other &amp;quot;generic&amp;quot; tracks added by the editor as needed. These generic tracks contain all the other commands and directions we can give.&lt;br /&gt;
&lt;br /&gt;
== The setting of the cutscene ==&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* The MASTER object should be moved somewhere near the center of your cutscene.&lt;br /&gt;
* You can optionally set a stage for your cutscene, enabling stage-related actions for objects.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Establishing the setting of a cutscene is done in the object inspector in the group of properties labeled &amp;quot;Setting&amp;quot;. The most important of these is the &amp;quot;Area&amp;quot; property, which allows you to set the cutscene in an existing [[area]]. We already have a suitable area that was created in an earlier tutorial; the area &amp;quot;great_outdoors&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
By default the MASTER object and Camera 1 will be located at the coordinates 0,0,0 in the area. You'll want to move the camera to the appropriate location within the area using standard [[3D control]]s for movement and view management. The MASTER object is invisible when the cutscene is played in-game so it usually doesn't matter where you put it. However, there are some settings that depend on the MASTER object's location - for example, you can set level-of-detail for models so that the model's LOD varies depending on how close it is to the MASTER object - so it's probably a good idea to put MASTER somewhere near the middle of where you'll be having the cutscene's action take place.&lt;br /&gt;
&lt;br /&gt;
You can also set a stage for the cutscene. This is optional, but setting a stage enables &amp;quot;Jump to Stage Place&amp;quot; and &amp;quot;Jump to Stage Camera&amp;quot; actions that could help make setting the cutscene up easier if you already have a good stage defined in the area.&lt;br /&gt;
&lt;br /&gt;
=== Adding objects and creatures ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Objects already present in the area the cutscene is set in are inactive by default. You need to activate them to control them.&lt;br /&gt;
* Other objects can be added from the resource palette as normal.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
All of the objects that are normally present in the area (such as creatures and placeables) will be visible in the cutscene editor, but they'll all initially be marked as &amp;quot;inactive&amp;quot;. This means that, although they'll be visible in the cutscene when it plays, they won't be controllable; they'll just do whatever ambient activities they would be doing normally. In the case of our campsite area there are two creatures that were placed here in the area editor; the happy camper, named camp_happy, and the angry camper, named camp_angry. We need to seize control of them to make them active participants in the cutscene's activities. To make them active, right-click on them and select &amp;quot;activate objects&amp;quot;:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene activate object.png]]&lt;br /&gt;
&lt;br /&gt;
The object will then become an active object in the cutscene, getting its own entry in the timeline that will allow you to control its actions.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene object activated.png]]&lt;br /&gt;
&lt;br /&gt;
We'll activate both of these campers since they'll both be taking part in the cutscene's dialogue.&lt;br /&gt;
&lt;br /&gt;
You can also add objects that aren't normally a part of the area. Simply open the object palette, select the creature or placeable you wish to use in the cutscene, and then click in the viewport to add the object to that location. It will automatically be made active and get an entry in the timeline. The player won't see these objects during regular play, since they're not a part of the area - they're only in the cutscene.&lt;br /&gt;
&lt;br /&gt;
If you want to make an area object disappear during the cutscene you'll need to activate it (allowing you to control it) and then add a track with an action that makes it invisible in the first frame. It will go back to normal again when the cutscene ends and the game resumes, cutscenes are run entirely separate from the main action of the game and have no direct effects on it.&lt;br /&gt;
&lt;br /&gt;
=== Adding the player ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Use the &amp;quot;Mapping Tag&amp;quot; property on an actor to make the game replace it with another object (such as PLAYER) at run-time.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Normally we don't have to worry about placing the player in an area since the player controls his own movements and actions. But when we're doing a cutscene we can control the player just like any other actor, so we'll need a way to insert the player as an active object. Furthermore, since we'll have no idea what the player is going to look like at any given moment, we'll need to have a way to insert the player as he appears in the game when the cutscene begins.&lt;br /&gt;
&lt;br /&gt;
This is done by inserting a &amp;quot;dummy&amp;quot; virtual actor and then setting the actor's &amp;quot;Mapping Tag&amp;quot; property to the special &amp;quot;PLAYER&amp;quot; tag. &lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene dummy player.png|thumb|center|600px]]&lt;br /&gt;
&lt;br /&gt;
It doesn't matter what the dummy actor looks like now, it will be replaced with the player's character later on, so we'll just use a default male human model to make it both simple and obvious.&lt;br /&gt;
&lt;br /&gt;
There are ways to tweak the way the cutscene plays based on other characteristics of the player, for example by modifying the position of the camera to account for the player's height or by adding additional dummies to represent followers. We won't go into these more advanced topics in this tutorial.&lt;br /&gt;
&lt;br /&gt;
=== Adding cameras ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Remember to enable Safe Frame when attaching a viewport to a camera.&lt;br /&gt;
* Use an &amp;quot;Active Camera&amp;quot; viewport to preview the cutscene.&lt;br /&gt;
* Use a &amp;quot;User&amp;quot; viewport to see camera positions from the outside.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
We could film a cutscene entirely from one camera if we liked, either as a single static shot or by moving the camera around to new positions as needed. It's easier and more convenient in most cases just to add several different cameras, however, and use the &amp;quot;Active Camera&amp;quot; track on the MASTER object to switch between them.&lt;br /&gt;
&lt;br /&gt;
For our cutscene we're going to want three different cameras; one camera that's a wide shot showing the player arriving at the campfire, one camera focused on the angry camper, and one focused on the happy camper. We could add more than just these three to make the scene even more dynamic but for simplicity we'll stick to just those for now. We can add more later.&lt;br /&gt;
&lt;br /&gt;
Cameras are added by right-clicking in the viewport and selecting &amp;quot;Insert &amp;amp;rarr; Camera&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene insert camera.png]]&lt;br /&gt;
&lt;br /&gt;
You can then position them using standard [[3D control]]s. To make it easier to get the camera set up with the correct view, a good technique is to set one of the viewports to display the camera's feed; you can then reorient and reposition the camera using that viewport's camera controls while getting immediate feedback as to what the camera will see in its new state.&lt;br /&gt;
&lt;br /&gt;
We're also going to rename the three cameras at this point with names intended to remind us of what their purposes are. We'll name them &amp;quot;Arrival Camera&amp;quot;, &amp;quot;Happy Camera&amp;quot;, and &amp;quot;Angry Camera&amp;quot;. We'll want &amp;quot;Arrival Camera&amp;quot; to be active initially, so we may as well use the original camera for this role; it's already set active by default. We'll see how to switch which camera is active later in this tutorial.&lt;br /&gt;
&lt;br /&gt;
We now have all the basic props we need to get the cutscene going.&lt;br /&gt;
&lt;br /&gt;
== Adding an animation to an actor ==&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Set the &amp;quot;Pose&amp;quot; property for actors to make them breathe and fidget naturally when not doing other animations.&lt;br /&gt;
* Other animations are set by adding &amp;quot;Play Animation&amp;quot; actions to a generic track.&lt;br /&gt;
* Animation filenames are often arcane and hard to find.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
If you play the cutscene now the first thing you'll probably notice is that the actors are all standing perfectly motionless. Normally someone who's standing still isn't really standing ''perfectly'' still; they breathe, they shift their weight from foot to foot, and so forth. Since almost every actor we use is going to need to do this we don't want to have to spend a lot of effort setting it up, and fortunately we don't have to. Every actor has a &amp;quot;Pose&amp;quot; property in the object inspector. Simply set this pose to &amp;quot;Standing Neutral&amp;quot; and the actors will display this default subtle movement whenever no other animations are being explicitly imposed on them.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene set pose.png]]&lt;br /&gt;
&lt;br /&gt;
Our next task is somewhat less trivial; we want to show the player walking up to the fire. We're going to have to add a walking animation to the player's actor that runs for a short period of time and then stops.&lt;br /&gt;
&lt;br /&gt;
To do this we'll need to add a new track to the actor's timeline. Right-click on the actor's entry in the timeline and select &amp;quot;Add Track&amp;quot; from the resulting menu:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene add track.png]]&lt;br /&gt;
&lt;br /&gt;
The new track will be named &amp;quot;New Track&amp;quot; by default and will start out empty. Actors in cutscenes will sometimes have dozens of tracks directing their actions so we'll want to rename the track to something a little more informative. In this case we'll name it &amp;quot;Walk to fire&amp;quot;. To have it actually cause the player's actor to walk to the fire we'll need to add a &amp;quot;[[Play animation]]&amp;quot; action to it. Right-click on the track and select &amp;quot;Add Action&amp;quot; to get the menu to select this.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene add action.png]]&lt;br /&gt;
&lt;br /&gt;
The action will be added starting at the point you're currently viewing in the timeline, so you may wish to move the timeline's time slider back to the beginning before adding this animation. You can reposition an action along the timeline simply by dragging it with the mouse.&lt;br /&gt;
&lt;br /&gt;
Initially the action has no animation associated with it. To set the animation, select the action in the timeline and then in the Object Inspector go to the &amp;quot;Animation&amp;quot; property and click on the ellipsis ([[Image:ellipsis.png]]) button.&lt;br /&gt;
&lt;br /&gt;
Unfortunately this is where things turn a bit arcane since the names of the various animation files are often very unclear and not all will appear in the default list. You may need to resort to trial and error to find one you like, but there are many hundreds of animations available in the game's resources so this could take some time. See [[animation list]] and [http://social.bioware.com/project/30/#files Beerfish Excel Utilities] for a list of many of them.&lt;br /&gt;
&lt;br /&gt;
In this case the animation we want, &amp;quot;mh.dg_f_5p&amp;quot; (&amp;quot;male human dialog forward five paces&amp;quot;), doesn't appear in the default list of animations available in the animation picker. You'll need to click the ellipsis button next to the &amp;quot;Custom Animation&amp;quot; field and find it in the complete list of all animation resources.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene finding an animation.png]]&lt;br /&gt;
&lt;br /&gt;
If you try playing the cutscene now you'll see that the player's actor will spend a little over five seconds walking and then come to a natural stop - about as long as we needed. But the actor will be animated in place, his legs taking steps but not actually moving him anywhere. This is where position keys and GAD comes in.&lt;br /&gt;
&lt;br /&gt;
== Moving an actor ==&lt;br /&gt;
&lt;br /&gt;
=== Position and orientation keys ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Objects be moved over time by setting &amp;quot;key frames&amp;quot; on their position and orientation tracks.&lt;br /&gt;
* Intermediate frames are interpolated between key frames.&lt;br /&gt;
* You can set the curve type between key frames with the &amp;quot;transition out&amp;quot; property for each key.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Every object in a cutscene has a pre-defined &amp;quot;Position&amp;quot; track with three sub-tracks for its X, Y and Z coordinates. Most objects also have a pre-defined &amp;quot;Orientation&amp;quot; track with three subtracks for roll, pitch, and yaw. These tracks can be used to cause an object to move around within the area over the course of the cutscene.&lt;br /&gt;
&lt;br /&gt;
Movement is handled by setting the position and orientation of objects at specific points in time, called key frames, and then interpolating intermediate positions and orientations. To set a key frame, right-click on the actor's entry in the timeline and select &amp;quot;key position&amp;quot;. This will set a key for the current position and orientation at the current time in the timeline. You can set position and orientation keys separately if you like. Since this operation is so common there's a very convenient shortcut for it; &amp;quot;k&amp;quot; inserts a key for the currently selected object's position and orientation, &amp;quot;p&amp;quot; inserts a key for its position, and &amp;quot;o&amp;quot; inserts a key for its orientation. Alternately, select the object and click the key command in the toolbar: [[Image:IconKey.png]]&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene key selection.png]]&lt;br /&gt;
&lt;br /&gt;
For our purposes right now all we'll need to do is set a key frame at the beginning of the timeline. Move the pointer to the beginning, select the player actor, and set a key. Small boxes will appear on the position and orientation tracks to mark the key frame.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene key marker.png]]&lt;br /&gt;
&lt;br /&gt;
These markers essentially mean &amp;quot;at this particular point in time, dummy_player will be in this particular place and facing in this particular direction.&amp;quot; &lt;br /&gt;
&lt;br /&gt;
To get an actor to move over time you could set two key frames - one at the beginning of the movement, with the actor in his starting position, and one at the end of the movement, with the actor at his end position. You can set how the cutscene engine interpolates between the two positions by setting the &amp;quot;Transition Out&amp;quot; property of the starting keyframe to either Bezier (a smooth curve), Linear (a straight line), or Step (a sudden jump from the starting position to the end position). See the [[curve editor]] page for more detail.&lt;br /&gt;
&lt;br /&gt;
We're not going to actually do this in this case, however; we'll try it at a later point in this tutorial to move a camera around. For this particular actor it would be difficult to manually match the actor's walking action with his motion over the ground. If the animation and the movement don't match the actor's feet will &amp;quot;skate&amp;quot; unrealistically along the surface.&lt;br /&gt;
&lt;br /&gt;
There's an easier way to match an animation such as this one with movement through the scene; a mechanism called GAD.&lt;br /&gt;
&lt;br /&gt;
=== Using GAD ===&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* GAD is a mechanism by which an animation applies a built-in displacement to the object it's animating.&lt;br /&gt;
* You need to set at least one key frame for an object to use GAD, even if you don't otherwise use key frames to move it.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
GAD is a displacement that is automatically added to the actor's current position as the animation plays. Each animation has its own GAD information built into it, custom-designed to make the actor move in a manner appropriate to its actions. If we enable it the actor will be moved forward as the animation plays.&lt;br /&gt;
&lt;br /&gt;
Not all animations have GAD associated with them. For example, having an actor wave his hand wouldn't displace him, so there would be no GAD associated with that animation. We only need to worry about GAD in cases like this one where the animation should accompany movement.&lt;br /&gt;
&lt;br /&gt;
To enable GAD select the animation action and set &amp;quot;Play Gad&amp;quot; to true in the object inspector. If no key frames have been defined for the actor the cutscene editor will pop up a warning at this point suggesting that we add position and orientation keys before we add GAD:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene gad warning.png]]&lt;br /&gt;
&lt;br /&gt;
It's important to set at least one set of keys for an object using GAD. The animation's GAD may seem to work correctly without it at first, but unexpected and unpredictable errors could occur later that will send the actor careening off into the distance.&lt;br /&gt;
&lt;br /&gt;
Once we've set a key frame and have set the action's &amp;quot;Play Gad&amp;quot; option to true you'll see that the actor now moves forward as he walks. This is good, but since we started him off in the position he's meant to end in it results in the actor walking straight through the campfire. You'll need to move the actor back so that he starts farther away from the fire.&lt;br /&gt;
&lt;br /&gt;
Note that if you've already set a keyframe as described in the previous section you'll need to re-set it for the actor's new location (or alternately set the &amp;quot;update keys&amp;quot; mode with the [[Image:IconUpdateKeys.png]] tool), otherwise the moment the animation starts the actor will instantly jump back to the place he was where you set the keyframe. Once you set a keyframe for an actor, moving the actor around in the cutscene editor doesn't really change its position unless you re-set the keyframe to the new position. Keyframes and the curves interpolating between them always take precedence.&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* An animation's &amp;quot;Extend Gad Beyond Action&amp;quot; property makes Gad's displacement persist after the animation ends.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
The other GAD properties are set to the most appropriate defaults automatically when you select an animation but one particular property bears mention here in case you run into trouble with it later on; the &amp;quot;Extend Gad Beyond Action&amp;quot; property. In the case of this walking animation it defaults to true. That means that once the animation ends, the displacement that the actor has undergone as a result of it will remain in effect - he will stay in the final position he walked to. If this were set to false, once the animation ended all of the displacement the actor had gained as a result would be undone and he'd instantly jump back to where he started walking from again. If at some point in the future you find your actors doing this, this property is the first place to look for the answer.&lt;br /&gt;
&lt;br /&gt;
There's one final detail we'll tweak here. The walking animation begins with the player starting from a standstill, which is not the impression we want to convey; the player has supposedly been walking for some time before the camera started rolling. We could set the animation to begin playing partway through by changing the animation action's &amp;quot;Start Offset&amp;quot; property, but since this is happening at the beginning of the cutscene's timeline an easier approach is to simply select the animation action and drag it so that it begins a half second before the cutscene does. The cutscene will only begin displaying at the 0 mark and anything that falls before this point in time will never be shown so the initial half second of the actor's walk animation will go unseen.&lt;br /&gt;
&lt;br /&gt;
== Moving a camera ==&lt;br /&gt;
&lt;br /&gt;
The scene now has some of the dynamic action we wanted, showing the player walking up to the campfire and stopping at its edge. But it's still a rather dull introduction and we can do better. Instead of a static camera shot we can set the camera so that it pans across the scene to follow the player's arrival.&lt;br /&gt;
&lt;br /&gt;
Select the Arrival Camera and open up its track list. It has Position and Orientation tracks just like the other actors, and can have keyframes set just the same. With the time marker set to 0, move the Arrival Camera so that its view shows how you want the shot framed at the beginning of the cutscene. In our example we're going to set it so that it shows the player in the center of the frame. With the camera still selected, press &amp;quot;k&amp;quot; to set a key frame for the camera.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene camera start position.png]]&lt;br /&gt;
&lt;br /&gt;
(You may notice that the Field of View (FOV) track also gets a key marker. We won't be changing the camera's FOV so you can ignore that.)&lt;br /&gt;
&lt;br /&gt;
Next move the timeline scrubber to the end of the walking animation at the 5 second mark. The player's actor will now be at the final position where he'll be standing for the conversation. Change the camera's orientation, panning to the right so that all of the actors can be seen in its field of view. In our case the camera's too close to encompass everyone so we'll also move its position to allow it to see them all.&lt;br /&gt;
&lt;br /&gt;
Once you have the shot lined up correctly, press &amp;quot;k&amp;quot; to set a second keyframe.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene camera end position.png]]&lt;br /&gt;
&lt;br /&gt;
You may notice that the User viewports now show a red line tracing out the selected object's trajectory through space (if not, you may need to click the &amp;quot;show trajectories&amp;quot; [[Image:IconShowTrajectory.png]] button in the toolbar). As the first five seconds of the cutscene plays, the Arrival Camera should slide smoothly along the red line and rotate smoothly on its axes to transition from the first keyframe to the second keyframe (If it suddenly jumps from one position to the other instead you may need to click the &amp;quot;default curve mode&amp;quot; tool [[Image:IconDefaultCurveMode.png]] and try setting the keys again, or change the &amp;quot;transition out&amp;quot; property of the keyframe to Bezier).&lt;br /&gt;
&lt;br /&gt;
You can fine-tune the trajectory of the camera by adding additional keyframes between the starting and ending ones. In our case we see that when the time marker is set to the middle of the camera's movement the player slips slightly out of frame.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene camera middle position unadjusted.png]]&lt;br /&gt;
&lt;br /&gt;
We can fix this by changing the camera's position and orientation as needed, and then adding a new keyframe with &amp;quot;k&amp;quot;. In this case we'll pull the camera back slightly so that its motion through space becomes a curve instead of a straight line.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene camera middle position adjusted.png]]&lt;br /&gt;
&lt;br /&gt;
We now have a nice, dynamic establishing shot. The scene begins with the player alone and in the center of the camera's shot, and as he walks toward the fire the camera moves and pans around him to show him arriving in the presence of our two campers.&lt;br /&gt;
&lt;br /&gt;
== Switching cameras ==&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* A track on the MASTER object defines which camera is currently &amp;quot;active.&amp;quot;&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
Once the player arrives he is going to be greeted by the camper who is happy to see him. To give a clear shot of who's doing the talking, we'll want to switch the active camera from Arrival Camera to Happy Camera.&lt;br /&gt;
&lt;br /&gt;
The track where the active camera gets changed is attached to the MASTER object. Move the timeline's time indicator to the point in time where you wish to switch active cameras, in this case 5.5 seconds (giving the scene a half-second view of the player after he's come to a halt). Right-click on the Active Camera track and select Add Action. The only option available for this track is the &amp;quot;Switch Camera&amp;quot; action so go ahead and add one. In the new Switch Camera action's properties set it to switch the active camera to Happy Camera.&lt;br /&gt;
&lt;br /&gt;
Now when the cutscene is played we'll get an establishing shot showing the player walking up to the fire and then switch to a closeup of the happy camper so that he can deliver his greeting.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene switch active camera.png]]&lt;br /&gt;
&lt;br /&gt;
== Adding dialogue ==&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Lines of dialog can be inserted from an existing [[conversation]] resource. For convenience, create a new conversation to hold the dialog for a cutscene.&lt;br /&gt;
* Caption text, voice over, and facial performance are all included with each line.&lt;br /&gt;
* If you edit the conversation later, the changes will be reflected in the cutscene. Remember to generate new VO and FaceFX in the conversation editor.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
There are three major components to dialog in Dragon Age; the text of the line being spoken (which is displayed as a caption at the top of the screen), the voice-over for the line being spoken, and the facial performance that makes the virtual actor lip-synch and display appropriate emotions.&lt;br /&gt;
&lt;br /&gt;
There's already got a tool in the toolset that is designed for handling all of these things; the conversation editor. Actors in a cutscene can be given &amp;quot;Speak Line&amp;quot; actions that cause them to deliver lines from an existing dialog, with all three components added together into the actor's performance automatically.&lt;br /&gt;
&lt;br /&gt;
To create the dialog for this cutscene we'll now create a new conversation resource. This conversation is not going to be used in the game directly so we'll be able to ignore many of the more advanced features and settings covered in the conversation tutorial; its only purpose is to serve as a repository of dialog lines for use in this cutscene.&lt;br /&gt;
&lt;br /&gt;
The following screenshot shows our intended conversation. The only things that we need to define for it is the text of the dialog and optionally the emotion settings for RoboBrad to use when generating facial performance. As with our previous conversation we'll generate synthesized placeholder voice-over and generate FaceFX based on that; when we record real voice over later on we can simply update this conversation with it and the cutscene's performance will change to match.&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene conversation.png]]&lt;br /&gt;
&lt;br /&gt;
To help keep track of which lines are spoken by which actors you could also optionally set the speaker tag on each line to identify who's doing the talking. This particular conversation has only two speakers so we won't bother with that. The cutscene engine won't need speaker tags, we'll be explicitly telling it who is saying each line. You'll only need to set those things if you wish to preview the conversation before using its lines in the cutscene.&lt;br /&gt;
&lt;br /&gt;
Once you've created your dialogue go back to the cutscene editor and add a new track to the camp_happy actor. Rename it to something informative, such as &amp;quot;Dialogue&amp;quot;. Move the timeline marker to the spot where you want the actor to start speaking and add a new &amp;quot;Speak Line&amp;quot; action.&lt;br /&gt;
&lt;br /&gt;
In the Speak Line action's properties, set the &amp;quot;Source Conversation&amp;quot; property to the conversation resource we just created. Then, select the specific line you want the actor to speak in the &amp;quot;Source Line&amp;quot; property (it will have a drop-down menu with all of the lines from the source conversation in it).&lt;br /&gt;
&lt;br /&gt;
That's all you need to do to get the actors to talk. You may wish to add one other detail at this point; head tracking. This is the action that causes actors to turn their heads toward a specific target, usually the person they're talking to or who is talking to them. It's added as its own action, so create another track and add a headtracking action to it with the player as the target. In this case we want the happy camper to turn his head toward the player right before he starts speaking.&lt;br /&gt;
&lt;br /&gt;
== Adding other details ==&lt;br /&gt;
&lt;br /&gt;
{{sidebox|&lt;br /&gt;
* Headtracking actions make actors look at other objects in the cutscene.&lt;br /&gt;
* You can have more than one action on a track provided they don't overlap.&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
We've now gone through all the basics, so we'll just finish fleshing out the conversation with a few other details that are done the same way as the examples above.&lt;br /&gt;
&lt;br /&gt;
To add a little more animation to the scene, we add another track for camp_happy with an animation action (mh.dg_hnd_salute_01, a salute) to play during his spoken line. This animation is simpler to deal with than the walking animation because it doesn't displace the actor; there's no need to define position keys or worry about enabling GAD.&lt;br /&gt;
&lt;br /&gt;
We'll set camp_angry's headlook so that she turns toward camp_happy while he's speaking; when we subsequently switch cameras to show her line of dialog she'll already be looking in his direction.&lt;br /&gt;
&lt;br /&gt;
For camp_happy's next line, however, we'll make the headtracking change visible during his shot so the player will see how his attention has switched to camp_angry. Note that we can reuse the existing &amp;quot;Dialogue&amp;quot; and &amp;quot;Headtracking&amp;quot; tracks for this actor; we don't need to create a new track for every single action that an actor performs. So long as the durations of the actions on a track don't overlap they can coexist peacefully.&lt;br /&gt;
&lt;br /&gt;
Finally, after camp_angry's last line we'll set her headtracking to look back toward the player. He's going to get the next word in when we integrate this cutscene into a conversation so this is a good way to indicate that the conversation's focus has gone to the player now.&lt;br /&gt;
&lt;br /&gt;
Once we've finished crafting the cutscene we now know how long its duration needs to be. You can now go to the conversation's properties in the Object Inspector and set the cutscene's duration to the desired length.&lt;br /&gt;
&lt;br /&gt;
The finished timeline of our cutscene:&lt;br /&gt;
&lt;br /&gt;
[[Image:Cutscene finished timeline.png]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Tutorials]]&lt;br /&gt;
[[Category:Cutscenes]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Cutscene Tips and Tricks ===&lt;br /&gt;
&lt;br /&gt;
Here are a few tips and tricks that might save the cutscene creator some time and perhaps hair pulling.&lt;br /&gt;
&lt;br /&gt;
- Head tracking is often used to look at another actor or a visible item in the cutscene. However you can further manipulate the head of the actor by having the actor look at invisible objects. You can have the actor look from one invisible object to another or move the invisible object around in the cutscene to get the actor to look at things independent of visible actors or items.&lt;br /&gt;
&lt;br /&gt;
- You may find it useful to give meaningful names to your cameras if you are using more than one or two. (You might name a camera after the actor or placeable that it follows or name one camera ‘close-up’ and another ‘wide-angle’ for example.)&lt;br /&gt;
&lt;br /&gt;
- If you are panning a camera around a room following a series of actors or placeables and you find that the camera suddenly decides to rotate in the other direction you can force it to stay moving in the direction you desire by adding or subtracting 360 degrees from the position/orientation you are using to move the camera.&lt;br /&gt;
&lt;br /&gt;
- Feel free to experiment with animations. Try using animations that are not normally meant for your actor type, you might find some interesting or bizarre movements for your actor.&lt;br /&gt;
&lt;br /&gt;
- You can put multiple actions along one track as long as they do not overlap rather than using many different tracks.&lt;br /&gt;
&lt;br /&gt;
- Pay attention to what your key frames ‘transition out’ are set to when moving your cameras. Step will jump the camera from position to position while Bezier and Linear will move the camera in a smoother motion. If you are not getting the desired effect when moving cameras check what your key frames ‘transition out’ are set to.&lt;br /&gt;
&lt;br /&gt;
- If you have a longer more detailed cutscene you can keep the number of cameras you use to a reasonable number by just moving one (or more) around while another camera is the ‘active’ camera.&lt;br /&gt;
&lt;br /&gt;
- For testing purposes change the length of the cutscene in the cutscenes properties to a smaller value and enlarge that number as you add on to the cutscene. In this way you won’t need to wait for a long period of time for the cutscene to end.&lt;br /&gt;
&lt;br /&gt;
- After placing an animation on a track you can speed up the animation by left clicking on the small circular arrows on one end and dragging it shorter or make the animation play slower by dragging the animation longer on the track.&lt;br /&gt;
&lt;br /&gt;
- You can make the content of your scene seem to change by placing invisible objects in the cutsence, using an fx to obscure the view and making the object visible while the fx is playing. (For example you might have some invisible rock debris. Use a cave in fx with clouds of dust to obscure the screen. While the fx is playing make the debris visible. When the fx is finished your debris will be in place.)&lt;br /&gt;
&lt;br /&gt;
- If you find that your actor is walking across surfaces (such as water for instance) when they should be following the ground you can set ‘items follow surface’ in the area that your cutscene is based on. The actor should then walk on the ground and thus wade into the water. Conversely if you want a character or placeable to not follow the surface of the ground (for instance if you want a placeable or actor to be near or on the surface of water) move the actor or placeable higher by adjusting the Z axis of the boat or actor. (An example of using a placeable partly submerged in water might be something like a boat.)&lt;br /&gt;
&lt;br /&gt;
- In a cutscene you can only activate things that are unique. As in if you plopped down three identical chests in an area, when trying to activate them all in a cutscene it will not allow this and gives you a warning message. In the example above you would have to make three different chests (though they could look the same) to be able to activate them all in the cutscene.&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp4.jpg&amp;diff=5293</id>
		<title>File:EnvProp4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp4.jpg&amp;diff=5293"/>
				<updated>2009-09-16T03:39:51Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=Model_list&amp;diff=5292</id>
		<title>Model list</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=Model_list&amp;diff=5292"/>
				<updated>2009-09-16T03:37:37Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Infobox level editor}}&lt;br /&gt;
The idea behind showing these models is to give the player a quick view of the actual model that corresponds with a model file name.  Most of the files have meaningful names however the builder will still find that he/she has to place the model in the level to see what it looks like.  These will allow the builder to quickly view model images and thus save them time in level building.&lt;br /&gt;
&lt;br /&gt;
The base folders and their meanings are:&lt;br /&gt;
&lt;br /&gt;
*base&lt;br /&gt;
*blk - black boxes of various sizes and proportions, used to obscure the portions of models that lie &amp;quot;outside&amp;quot; an interior level where the player shouldn't be able to see.&lt;br /&gt;
*c - creature&lt;br /&gt;
*cai - Cave Int. &lt;br /&gt;
*cav&lt;br /&gt;
*cdr&lt;br /&gt;
*che&lt;br /&gt;
*chi&lt;br /&gt;
*cn - Commmon Body Meshes &lt;br /&gt;
*cs&lt;br /&gt;
*df - dwarf female accessories and components&lt;br /&gt;
*dm - dwarf male accessories and components&lt;br /&gt;
*dne - dwarf noble exterior level pieces&lt;br /&gt;
*dni - dwarf noble interior level pieces&lt;br /&gt;
*dse - dwarf slum exterior level pieces&lt;br /&gt;
*dsi - dwarf slum interior level pieces&lt;br /&gt;
*dwe - Dwarven Ext. (Orzammar City) &lt;br /&gt;
*dwi - Dwarven Interior&lt;br /&gt;
*ef - elf female accessories and components&lt;br /&gt;
*el&lt;br /&gt;
*em - elf male accessories and components&lt;br /&gt;
*fca&lt;br /&gt;
*fce - 	 Ferelden Castle/City Ext. &lt;br /&gt;
*fci - 	 Ferelden Castle Int. &lt;br /&gt;
*fde&lt;br /&gt;
*fdi&lt;br /&gt;
*fhe&lt;br /&gt;
*fhec&lt;br /&gt;
*fhi - Ferelden human interior level pieces&lt;br /&gt;
*fne - Ferelden noble exterior level pieces&lt;br /&gt;
*frt&lt;br /&gt;
*fti&lt;br /&gt;
*ftr&lt;br /&gt;
*fve&lt;br /&gt;
*fx&lt;br /&gt;
*fxa&lt;br /&gt;
*fxc&lt;br /&gt;
*fxe&lt;br /&gt;
*fxg&lt;br /&gt;
*fxm&lt;br /&gt;
*fxp&lt;br /&gt;
*hf - human female accessories and components&lt;br /&gt;
*hm - human male accessories and components&lt;br /&gt;
*hro&lt;br /&gt;
*kn&lt;br /&gt;
*lightrig&lt;br /&gt;
*material&lt;br /&gt;
*nm&lt;br /&gt;
*plc - placeables&lt;br /&gt;
*prp - props&lt;br /&gt;
*prv&lt;br /&gt;
*qm&lt;br /&gt;
*sb - Skybox&lt;br /&gt;
*sca&lt;br /&gt;
*sr&lt;br /&gt;
*tce - Tevinter Castle Ext. &lt;br /&gt;
*tci - Tevinter Castle Int. &lt;br /&gt;
*tfi&lt;br /&gt;
*tools - models used by the toolset&lt;br /&gt;
*trn&lt;br /&gt;
*tti&lt;br /&gt;
*tve&lt;br /&gt;
*tvi&lt;br /&gt;
*tvm&lt;br /&gt;
*ue&lt;br /&gt;
*uem - Face Bits &lt;br /&gt;
*uh - Face Bits &lt;br /&gt;
*uhm - Face Bits &lt;br /&gt;
*ul&lt;br /&gt;
*ulm&lt;br /&gt;
*v&lt;br /&gt;
*vfx&lt;br /&gt;
*vis - vista objects&lt;br /&gt;
*vst - vista objects&lt;br /&gt;
*w - weapon models&lt;br /&gt;
*water - waterfall pieces&lt;br /&gt;
*zz - models used in debugging&lt;br /&gt;
&lt;br /&gt;
Since the model names are often inscrutable you will likely wish to make use of the [[scratch space]] in the [[level editor]] by bringing out all of the models from a particular group of interest and copying and pasting those you wish to use from there.&lt;br /&gt;
&lt;br /&gt;
* Black models are used to surround indoor areas so that players can see inside the walls when the camera is outside them.&lt;br /&gt;
* All screen shots are taken with a level of 64 x 64 size (smallest size possible). This allows you to see a relative scale of the model.  Most are placed within the level area but some are much larger than the area.&lt;br /&gt;
* Many of these images are not exactly to scale, the idea is to see what the image looks like rather than to see the exact size to scale.&lt;br /&gt;
* Some model images such as ceilings and roofs will be taken from underneath looking into the sky.&lt;br /&gt;
* Some model images look the same but are of different size.&lt;br /&gt;
* Some models extend below the grounds surface when placed. &lt;br /&gt;
* The models in this sheet are architectural and environmental.  Models that are props, placeables, fx, body parts etc can all be viewed in other areas of the toolset.&lt;br /&gt;
&lt;br /&gt;
== Black boxes ==&lt;br /&gt;
&lt;br /&gt;
[[File:blk.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Cave ==&lt;br /&gt;
&lt;br /&gt;
[[File:cai1.jpg]]&lt;br /&gt;
[[File:cai2.jpg]]&lt;br /&gt;
[[File:cai3.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:cav1.jpg]]&lt;br /&gt;
[[File:cav2.jpg]]&lt;br /&gt;
[[File:cav3.jpg]]&lt;br /&gt;
[[File:cav4.jpg]]&lt;br /&gt;
[[File:cav5.jpg]]&lt;br /&gt;
[[File:cav6.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Cave Deep Road ==&lt;br /&gt;
&lt;br /&gt;
[[File:cdr1.jpg]]&lt;br /&gt;
[[File:cdr2.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Chantry exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:che1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Chantry interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:chi1.jpg]]&lt;br /&gt;
[[File:chi2.jpg]]&lt;br /&gt;
[[File:chi3.jpg]]&lt;br /&gt;
[[File:chi4.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Dwarf slum exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:dse1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Dwarf slum interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:dsi1.jpg]]&lt;br /&gt;
[[File:dsi2.jpg]]&lt;br /&gt;
[[File:dsi3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan castle ==&lt;br /&gt;
&lt;br /&gt;
[[File:fca1.jpg]]&lt;br /&gt;
[[File:fca2.jpg]]&lt;br /&gt;
[[File:fca3.jpg]]&lt;br /&gt;
[[File:fca4.jpg]]&lt;br /&gt;
[[File:fca5.jpg]]&lt;br /&gt;
[[File:fca6.jpg]]&lt;br /&gt;
[[File:fca7.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fce1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fci1.jpg]]&lt;br /&gt;
[[File:fci2.jpg]]&lt;br /&gt;
[[File:fci3.jpg]]&lt;br /&gt;
[[File:fci4.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan dungeon interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:fdi1.jpg]]&lt;br /&gt;
[[File:fdi2.jpg]]&lt;br /&gt;
[[File:fdi3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan human exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:fhe1.jpg]]&lt;br /&gt;
[[File:fhe2.jpg]]&lt;br /&gt;
[[File:fhe3.jpg]]&lt;br /&gt;
[[File:fhe4.jpg]]&lt;br /&gt;
[[File:fhe5.jpg]]&lt;br /&gt;
[[File:fhe6.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fhec1.jpg]]&lt;br /&gt;
[[File:fhec2.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan human interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:fhi1.jpg]]&lt;br /&gt;
[[File:fhi2.jpg]]&lt;br /&gt;
[[File:fhi3.jpg]]&lt;br /&gt;
[[File:fhi4.jpg]]&lt;br /&gt;
[[File:fhi5.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:frt1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan tavern interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:fti1.jpg]]&lt;br /&gt;
[[File:fti2.jpg]]&lt;br /&gt;
[[File:fti3.jpg]]&lt;br /&gt;
[[File:fti4.jpg]]&lt;br /&gt;
[[File:fti5.jpg]]&lt;br /&gt;
[[File:fti6.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Fereldan village exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:fve1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== &amp;quot;Hero&amp;quot; sets ==&lt;br /&gt;
&lt;br /&gt;
These tiles consist of models that were custom-made for certain situations in the main campaign.&lt;br /&gt;
&lt;br /&gt;
[[File:hro1.jpg]]&lt;br /&gt;
[[File:hro2.jpg]]&lt;br /&gt;
[[File:hro3.jpg]]&lt;br /&gt;
[[File:hro4.jpg]]&lt;br /&gt;
[[File:hro5.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter castle exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tce1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter castle interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tci1.jpg]]&lt;br /&gt;
[[File:tci2.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter Fade interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tfi1.jpg]]&lt;br /&gt;
[[File:tfi2.jpg]]&lt;br /&gt;
[[File:tfi3.jpg]]&lt;br /&gt;
[[File:tfi4.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter tower interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tti1.jpg]]&lt;br /&gt;
[[File:tti2.jpg]]&lt;br /&gt;
[[File:tti3.jpg]]&lt;br /&gt;
[[File:tti4.jpg]]&lt;br /&gt;
[[File:tti5.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter exterior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tve1.jpg]]&lt;br /&gt;
[[File:tve2.jpg]]&lt;br /&gt;
[[File:tve3.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter interior ==&lt;br /&gt;
&lt;br /&gt;
[[File:tvi1.jpg]]&lt;br /&gt;
[[File:tvi2.jpg]]&lt;br /&gt;
[[File:tvi3.jpg]]&lt;br /&gt;
[[File:tvi4.jpg]]&lt;br /&gt;
[[File:tvi5.jpg]]&lt;br /&gt;
[[File:tvi6.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Tevinter road ==&lt;br /&gt;
&lt;br /&gt;
[[File:tvm1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Vista objects ==&lt;br /&gt;
&lt;br /&gt;
These objects are intended to be put far outside the walkable area of an exterior level to act as distant &amp;quot;horizon&amp;quot; objects.&lt;br /&gt;
&lt;br /&gt;
[[File:vis1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:vst1.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Environmental Props ==&lt;br /&gt;
&lt;br /&gt;
The following images are environmental props from the 'prp' subsection of 'models'.  Props are models that can be placed in your levels to dress them up.  They are not interactive (as in they cannot have inventory or be 'used' in any way.)  If the module maker requires items to be placed in the module that can be interacted with they must use 'Placeables' rather than 'Props'  The images below are by no means all of the props, just some of the large environmental ones.  There is a large variety of props so you are encouraged to go through the whole list of prop models to enhance the look of your level.  Also the images below are not to scale they are merely intended so that the module maker can quickly scan them to see if any of them catch his or her fancy.&lt;br /&gt;
&lt;br /&gt;
[[File:EnvProp1.jpg]]&lt;br /&gt;
[[File:EnvProp2.jpg]]&lt;br /&gt;
[[File:EnvProp3.jpg]]&lt;br /&gt;
[[File:EnvProp4.jpg]]&lt;br /&gt;
[[File:EnvProp5.jpg]]&lt;br /&gt;
[[File:EnvProp6.jpg]]&lt;br /&gt;
[[File:EnvProp7.jpg]]&lt;br /&gt;
[[File:EnvProp8.jpg]]&lt;br /&gt;
[[File:EnvProp9.jpg]]&lt;br /&gt;
[[File:EnvProp10.jpg]]&lt;br /&gt;
[[File:EnvProp11.jpg]]&lt;br /&gt;
[[File:EnvProp12.jpg]]&lt;br /&gt;
[[File:EnvProp13.jpg]]&lt;br /&gt;
[[File:EnvProp14.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Banners,Flags,Standards,Signs,Tapestry,Wall Hangings,Rugs,Carpets ==&lt;br /&gt;
&lt;br /&gt;
The images below are all 'Props (prp)' which are found under the 'Models' in the palette window.&lt;br /&gt;
The images are not to scale but are intended to show what the prop looks like.  Props are not interactive and are used to dress up levels.  If the module maker requires interactive items in their module level they must use 'placeables' rather than 'props'&lt;br /&gt;
&lt;br /&gt;
[[File:Bannersetc1.jpg]]&lt;br /&gt;
[[File:Bannersetc2.jpg]]&lt;br /&gt;
[[File:Bannersetc3.jpg]]&lt;br /&gt;
[[File:Bannersetc4.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[Category:Level layouts]]&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp14.jpg&amp;diff=5291</id>
		<title>File:EnvProp14.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp14.jpg&amp;diff=5291"/>
				<updated>2009-09-16T03:21:20Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp13.jpg&amp;diff=5290</id>
		<title>File:EnvProp13.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp13.jpg&amp;diff=5290"/>
				<updated>2009-09-16T03:21:10Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp12.jpg&amp;diff=5289</id>
		<title>File:EnvProp12.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp12.jpg&amp;diff=5289"/>
				<updated>2009-09-16T03:20:56Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp11.jpg&amp;diff=5288</id>
		<title>File:EnvProp11.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp11.jpg&amp;diff=5288"/>
				<updated>2009-09-16T03:20:42Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp10.jpg&amp;diff=5287</id>
		<title>File:EnvProp10.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp10.jpg&amp;diff=5287"/>
				<updated>2009-09-16T03:20:30Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp9.jpg&amp;diff=5286</id>
		<title>File:EnvProp9.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp9.jpg&amp;diff=5286"/>
				<updated>2009-09-16T03:20:17Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp8.jpg&amp;diff=5285</id>
		<title>File:EnvProp8.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp8.jpg&amp;diff=5285"/>
				<updated>2009-09-16T03:20:01Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp7.jpg&amp;diff=5284</id>
		<title>File:EnvProp7.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp7.jpg&amp;diff=5284"/>
				<updated>2009-09-16T03:19:49Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp6.jpg&amp;diff=5283</id>
		<title>File:EnvProp6.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp6.jpg&amp;diff=5283"/>
				<updated>2009-09-16T03:19:35Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp5.jpg&amp;diff=5282</id>
		<title>File:EnvProp5.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp5.jpg&amp;diff=5282"/>
				<updated>2009-09-16T03:19:09Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp3.jpg&amp;diff=5281</id>
		<title>File:EnvProp3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp3.jpg&amp;diff=5281"/>
				<updated>2009-09-16T03:18:52Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp2.jpg&amp;diff=5280</id>
		<title>File:EnvProp2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp2.jpg&amp;diff=5280"/>
				<updated>2009-09-16T03:18:37Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:EnvProp1.jpg&amp;diff=5279</id>
		<title>File:EnvProp1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:EnvProp1.jpg&amp;diff=5279"/>
				<updated>2009-09-16T03:18:18Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Bannersetc4.jpg&amp;diff=5278</id>
		<title>File:Bannersetc4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Bannersetc4.jpg&amp;diff=5278"/>
				<updated>2009-09-16T03:18:01Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Bannersetc3.jpg&amp;diff=5277</id>
		<title>File:Bannersetc3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Bannersetc3.jpg&amp;diff=5277"/>
				<updated>2009-09-16T03:17:47Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Bannersetc2.jpg&amp;diff=5276</id>
		<title>File:Bannersetc2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Bannersetc2.jpg&amp;diff=5276"/>
				<updated>2009-09-16T03:17:34Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Bannersetc1.jpg&amp;diff=5275</id>
		<title>File:Bannersetc1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Bannersetc1.jpg&amp;diff=5275"/>
				<updated>2009-09-16T03:17:21Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=Level_editor&amp;diff=4826</id>
		<title>Level editor</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=Level_editor&amp;diff=4826"/>
				<updated>2009-08-11T20:08:05Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The level editor is used to generate the level layouts that are the basis for creating [[area]]s. A level layout is a non-interactive resource; the objects placed within it serve only to provide the physical structure and appearance of the area. If you need the player to interact with objects within an area you'll need to use interactive [[placeable]]s instead.&lt;br /&gt;
&lt;br /&gt;
Note that unlike the [[Area]] editor, only two modes of camera control are currently supported: &amp;quot;flycam&amp;quot; mode ([[Image:IconFlycamStyle.png]] button in the toolbar) and 3DS Max mode ([[Image:Icon3DSMaxStyle.png]] button). NWN style is not currently supported.&lt;br /&gt;
&lt;br /&gt;
== Creating a new level ==&lt;br /&gt;
&lt;br /&gt;
When creating a new level layout you'll be presented with a wizard that sets up several basic attributes. Note that some of these attributes can't be changed once the level has been created.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor level creation wizard start.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
The first choice is whether to have a terrain mesh (the &amp;quot;ground&amp;quot;) or not. If you choose to have a room-based level you'll have to place chunks of floor, walls, and ceiling to enclose the player on all sides. Room-based levels have no further attributes that need to be configured during new level creation, so if you select &amp;quot;room-based&amp;quot; you'll be taken straight to the level editor from here.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor level creation wizard terrain basic.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
If you choose terrain-based, you'll be asked to define some attributes for the terrain mesh. By default you're shown the basic set of attributes:&lt;br /&gt;
*Terrain mesh dimensions, in meters. Note that 64 by 64 is about the minimum that can produce a serviceable level, and that 256 by 256 is the maximum before one starts risking bad performance - though levels can be made larger than this if one takes care.&lt;br /&gt;
*Base mesh resolution - determines the size of the individual triangles that make up the terrain mesh. The default has 2 meter triangles. Note however that you'll be able to manipulate the terrain at a much higher resolution than this by using the tessellation tool; each tessellation level splits the previous level's triangles up into four smaller triangles.&lt;br /&gt;
*Chunk size - chunks are the basic simulation unit used by the engine. The default 32m is a good chunk size. You'll probably not want to reduce it smaller since you can't have the terrain mesh overhang from one chunk into another; smaller chunks could place limits on the sorts of terrain warping you'll be able to do later.&lt;br /&gt;
*Create a default water plane - Creating additional water planes later on is quick and easy, but this option provides a pre-made one by default.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor level creation wizard terrain advanced.png|center|frame]]&lt;br /&gt;
&lt;br /&gt;
If you click the &amp;quot;advanced&amp;quot; button you'll be provided with a different presentation of the level's dimensions. Instead of defining its dimensions directly you can set how big chunks are and how many chunks there are in each dimension, defining the level's overall dimensions implicitly.&lt;br /&gt;
&lt;br /&gt;
There's one important attribute that can only be set in the advanced pane; the texel map's resolution. A texel is a &amp;quot;texture element&amp;quot;, a sort of high-level pixel equivalent that defines a texture instead of just a single uniform colour. The terrain is &amp;quot;painted&amp;quot; with texels, described later.&lt;br /&gt;
&lt;br /&gt;
== Layout name ==&lt;br /&gt;
&lt;br /&gt;
The name of a layout is limited to seven characters. BioWare uses the following naming system:&lt;br /&gt;
&lt;br /&gt;
*Three-letter prefix that describes the region or plot the layout is for. For example, &amp;quot;ost&amp;quot; for Ostagar and environs.&lt;br /&gt;
*Three-digit number that uniquely identifies the layout within that region. Increments of one hundred are commonly used for major areas to allow sub-regions to be grouped together.&lt;br /&gt;
*A single character identifying variants of the layout. For example, a &amp;quot;d&amp;quot; suffix for the &amp;quot;daytime&amp;quot; version of an exterior layout. &amp;quot;d&amp;quot; is also often used to mean &amp;quot;default&amp;quot;, for areas where day and night are irrelevant (deep in a cave, for example).&lt;br /&gt;
&lt;br /&gt;
So for example the layout &amp;quot;ost101d&amp;quot; is a layout in the Ostagar region with a daytime ambience.&lt;br /&gt;
&lt;br /&gt;
== Toolbar ==&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor toolbar labeled.png]]&lt;br /&gt;
&lt;br /&gt;
See sections below for detailed information on level editor specific toolbar buttons.&lt;br /&gt;
&lt;br /&gt;
== Interior and exterior levels ==&lt;br /&gt;
&lt;br /&gt;
There are two basic types of levels; interior and exterior. Many features of these two level types are the same and level editor documentation will generally be applicable to both types unless specifically noted. Their key difference is that exterior levels have a terrain mesh (the &amp;quot;ground&amp;quot;) and interior levels don't. Note however that there's no reason why you couldn't use one level type to &amp;quot;fake&amp;quot; the other - for example you could create a an entirely underground cave using an &amp;quot;exterior&amp;quot; level with the terrain mesh as the cave's floor.&lt;br /&gt;
&lt;br /&gt;
== Terrain mesh ==&lt;br /&gt;
&lt;br /&gt;
The terrain mesh is a deformable surface used in exterior levels to provide a &amp;quot;ground&amp;quot;. This toolbar contains the tools that deals with the terrain mesh:&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor toolbar terrain editing.png]]&lt;br /&gt;
&lt;br /&gt;
Each of these buttons brings up a &amp;quot;brush&amp;quot; that's used for various tasks.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTerrainDeform.png]] &amp;quot;Deform&amp;quot; allows the terrain mesh to be raised or lowered, or it can extrude the ground &amp;quot;outward&amp;quot; or &amp;quot;inward&amp;quot; along its surface normal. In other words, if you were to apply the brush to the side of a cliff in extrude mode you could create a cave-like hollow or a bulging overhang. Note that the walkmesh used by the game is two-dimensional, ie, it doesn't allow pathfinding both over and under an overhang. The walkmesh will always be generated on the overhanging part of the land. Also note that you cannot have an overhang from one terrain chunk into another terrain chunk - turn on &amp;quot;view chunk boundaries&amp;quot; to check if this has happened and reposition any overhangs that violate these boundaries.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTerrainPlateau.png]] &amp;quot;Plateau&amp;quot; flattens out the land the brush is applied to, removing bumps or dips and making the ground level. This is a good tool for making a path through rough terrain, or for smoothing out a flat field.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTerrainSmooth.png]] &amp;quot;Smooth&amp;quot; is a more generic form of flattening tool. It doesn't force the ground toward a horizontal plane, instead just averaging out the nearby terrain in whatever orientation it averages out to.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTerrainTessellate.png]] &amp;quot;Tessellate&amp;quot; changes the resolution of the terrain's mesh, increasing or decreasing the number of triangles a given region. This allows for a more fine-grained control of the shape of the land and prevents small features from being given obvious straight edges caused by the underlying triangle mesh. Left-clicking increases the number of triangular subdivisions and right-clicking reduces it. The &amp;quot;max level&amp;quot; and &amp;quot;min level&amp;quot; settings on the tool constrain these values - lower numbers indicate a coarser mesh with fewer, larger triangles.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTexturePaint.png]] &amp;quot;Texture paint&amp;quot; paints materials from the material palette onto the terrain. The material palette for any given level can hold up to eight materials, and they can be blended together seamlessly.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTextureSmooth.png]] &amp;quot;Texture smooth&amp;quot; blurs the boundaries between different material types, allowing them to fade more gradually from one terrain material type to another.&lt;br /&gt;
&lt;br /&gt;
*[[Image:IconTextureRelax.png]] &amp;quot;Relax map&amp;quot; causes stretched ground textures to relax back toward their default resolution. Terrain texture stretching can occur when you deform the ground. For example, if you were to stretch the ground upward in a small area to form a tall cliff, the texture on the cliff's face would be vertically stretched and could look unrealistic as a result.&lt;br /&gt;
&lt;br /&gt;
== Models ==&lt;br /&gt;
&lt;br /&gt;
[[Model]]s are used to create any other objects that may be used as part of the level art - walls, floors, ceilings, non-interactive furnishings, visual effects, etc. To place them click on the [[Image:IconModelPlacement.png]] icon in the toolbar to go into model placement mode.&lt;br /&gt;
&lt;br /&gt;
Trees are added using the &amp;quot;scatter object&amp;quot; mode ([[Image:IconScatterObject.png]]).&lt;br /&gt;
&lt;br /&gt;
=== Model palette ===&lt;br /&gt;
&lt;br /&gt;
The model palette contains all the basic building blocks that you'll have available to build a level layout with. These building blocks are created using third-party 3D studio programs such as 3DSMax, a process that we won't go into here.&lt;br /&gt;
&lt;br /&gt;
Unlike the database resource palette, the model palette doesn't have a heirarchy of folders and subfolders. Since there are usually a vast number of models available this can make the palette cluttered and difficult to work with. To make it more manageable you should set the toolset's configuration to &amp;quot;fake&amp;quot; a folder structure. The toolset will divide models up based on their names, using underscores as dividers; for example the models dwe_face and dwe_orzent would both be placed inside a &amp;quot;dwe&amp;quot; folder. The option for setting this can be found under the palette options menu:&lt;br /&gt;
&lt;br /&gt;
[[Image:Options menu use fake model folders.png|center]]&lt;br /&gt;
&lt;br /&gt;
Models are grouped into &amp;quot;tilesets&amp;quot; with pieces that share common structural themes. For example, there might be a &amp;quot;dwarven fortress&amp;quot; tileset that contains a variety of structural pieces and furniture of dwarven manufacture, and a &amp;quot;Tevinter&amp;quot; tileset that contains a variety of pieces with Tevinter architectural motifs.&lt;br /&gt;
&lt;br /&gt;
Since the names of these models can often be a bit inscrutable, a more convenient way of working with models that you're frequently using on a level (such as wall segments) is to bring them into the level's &amp;quot;scratch space&amp;quot; and copy them as needed. Objects in the scratch space can be positioned within the level just like ordinary objects but will not be exported when the level is exported for use as an area layout.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor scratch space.png|center|thumb|600px|These three fence pieces are in the scratch space, and so will not be exported with the rest of the objects in this level.]]&lt;br /&gt;
&lt;br /&gt;
=== Selecting objects ===&lt;br /&gt;
&lt;br /&gt;
When clicking on models in the layout there will often be other foreground objects that are in the way, preventing the immediate selection of the object you wanted. Simply keep clicking on the same spot to cycle through all of the objects that are underneath the mouse pointer.&lt;br /&gt;
&lt;br /&gt;
=== Moving and placing objects ===&lt;br /&gt;
&lt;br /&gt;
Clicking on the &amp;quot;snap options&amp;quot; button [[Image:IconSnapOptions.png]] on the toolbar brings up the following options:&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor snap options.png]]&lt;br /&gt;
&lt;br /&gt;
&amp;quot;snap to grid&amp;quot; causes the position of objects you place or move to be constrained to specific points in an imaginary three-dimensional grid. This is very useful when placing things such as floor tiles, which must be arranged in a precise grid in order for their edges to match up correctly.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;snap rotation&amp;quot; similarly constrains the rotation of objects to specific angles.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;snap to surface&amp;quot; is useful when placing furniture and other objects on an existing surface (terrain, floor, etc.). It forces the object to rest &amp;quot;on&amp;quot; the surface. Once placed you can disable surface snapping and fine-tune the object's location as needed.&lt;br /&gt;
&lt;br /&gt;
== Trees, grass, and shrubberies ==&lt;br /&gt;
&lt;br /&gt;
Trees, grass and shrubberies are handled somewhat differently from other models. They are created using a program called SpeedTree that includes information allowing them to respond to the wind. To place trees on a level, you first need to add that tree type's tree controller:&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor insert tree controller.png]]&lt;br /&gt;
&lt;br /&gt;
Once this is done you can use the scatter object tool ([[Image:IconScatterObject.png]]) to place specific examples of the vegetation you've added controllers for.&lt;br /&gt;
&lt;br /&gt;
== Light probes ==&lt;br /&gt;
&lt;br /&gt;
Light probes are used to generate the appearance of nearby reflective surfaces. A light probe consists of an imaginary sphere that is textured with a pre-rendered view of its surroundings in every direction; reflective objects will use the texture of the nearest light probe to produce an approximation of what a reflection should look like. Light probes are particularly important where water planes are used.&lt;br /&gt;
&lt;br /&gt;
The following example shows a light probe with the reflection texture rendered onto it (to make the light probe's texture visible you need to have &amp;quot;view models fully lit&amp;quot; turned off and &amp;quot;display light maps&amp;quot; turned on). The water below the light probe is using the probe's texture to determine its reflection.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor light probe.png]]&lt;br /&gt;
&lt;br /&gt;
If you make any changes to the level that would make a visible difference to what a light probe &amp;quot;sees&amp;quot; you'll have to re-render the light probes to update the reflection texture. This command is under the menu &amp;quot;Tools -&amp;gt; Render -&amp;gt; Render light probes&amp;quot;, or you can click the toolbar button [[Image:IconRenderLightProbe.png]]&lt;br /&gt;
&lt;br /&gt;
== Pathfinding ==&lt;br /&gt;
&lt;br /&gt;
Pathfinding is generated by clicking the toolbar button [[Image:IconGeneratePathfinding.png]]. The pathfinding process lays down a grid of points that are marked &amp;quot;accessable&amp;quot; if they can be reached from a pathfinding start spot via passable terrain. This is essentially a flood-fill algorithm.&lt;br /&gt;
&lt;br /&gt;
To see the existing pathfinding grid, click on the [[Image:IconDisplayPathfinding.png]] toolbar button or select &amp;quot;Pathfinding nodes&amp;quot; under the &amp;quot;View&amp;quot; menu.&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Passable&amp;quot; or &amp;quot;impassable&amp;quot; depends on a variety of factors such as the slope of the land, obstructions, or water depth. Accessibility &lt;br /&gt;
&lt;br /&gt;
Start points are represented by a blue ring with a red arrow. Note that these are different from [[waypoint]]s, and are only used by the level editor for pathfinding purposes.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor pathfinding start spot.png]]&lt;br /&gt;
&lt;br /&gt;
Models will often contain collision volumes that will automatically make the places they're located impassible. Likewise, you can set a certain depth of water as being impassible and pathfinding will take this into account. To manually &amp;quot;fence off&amp;quot; an area, use the &amp;quot;Generate Terrain Collision&amp;quot; tool ([[Image:IconGenerateTerrainCollision.png]] in the toolbar) to place invisible barriers that pathfinding will treat as impassible. You should include some sort of visual barrier as well, if possible, to let the player know why he can't pass through that spot.&lt;br /&gt;
&lt;br /&gt;
== Wind ==&lt;br /&gt;
&lt;br /&gt;
Each level can have one active wind object in it. The location of the wind object doesn't matter. The wind object defines how wind behaves on this level, which is used for such things as flapping banners and swaying trees.&lt;br /&gt;
&lt;br /&gt;
[[Image:Level editor wind object.png]]&lt;br /&gt;
&lt;br /&gt;
== Black boxes ==&lt;br /&gt;
&lt;br /&gt;
When creating an indoor layout you'll need to manually insert &amp;quot;black box&amp;quot; objects on the outer sides of the layout's walls. This allows the player to see through the walls when the camera is outside them.&lt;br /&gt;
&lt;br /&gt;
== Exportable area ==&lt;br /&gt;
&lt;br /&gt;
A layout requires at least one exportable area. This is the area that the player will be able to operate in and percieve when the layout is exported for use in the game.&lt;br /&gt;
&lt;br /&gt;
It's possible to have a large level with several different exportable areas. The player will have to go through an area transition to travel between exportable areas, just as if they were separate layouts entirely, but by combining them into one level in the level editor it becomes easier to maintain consistency between them. This is particularly useful in layouts where a player in one exportable area can see into the other exportable area but not reach it directly.&lt;br /&gt;
&lt;br /&gt;
== File name and associated 'Vegetation' images ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Bushes1.jpg]]&lt;br /&gt;
[[File:Bushes2.jpg]]&lt;br /&gt;
[[File:Bushes3.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Grasses1.jpg]]&lt;br /&gt;
[[File:Grasses2.jpg]]&lt;br /&gt;
[[File:Grasses3.jpg]]&lt;br /&gt;
[[File:Grasses4.jpg]]&lt;br /&gt;
[[File:Grasses5.jpg]]&lt;br /&gt;
[[File:Grasses6.jpg]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:Trees1.jpg]]&lt;br /&gt;
[[File:Trees2.jpg]]&lt;br /&gt;
[[File:Trees3.jpg]]&lt;br /&gt;
[[File:Trees4.jpg]]&lt;br /&gt;
[[File:Trees5.jpg]]&lt;br /&gt;
[[File:Trees6.jpg]]&lt;br /&gt;
&lt;br /&gt;
== Level Editor Models ==&lt;br /&gt;
&lt;br /&gt;
The idea behind showing these models is to give the player a quick view of the actual model that corresponds with a model file name.  Most of the files have meaningful names however the builder will still find that he/she has to place the model in the level to see what it looks like.  These will allow the builder to quickly view model images and thus save them time in level building.&lt;br /&gt;
&lt;br /&gt;
- Black models are used to surround indoor areas so that players can see inside the walls when the camera is outside them.&lt;br /&gt;
- All screen shots are taken with a level of 64 x 64 size (smallest size possible). This allows you to see a relative scale of the model.  Most are placed within the level area but some are much larger than the area.&lt;br /&gt;
- Many of these images are not exactly to scale, the idea is to see what the image looks like rather than to see the exact size to scale.&lt;br /&gt;
- Some model images such as ceilings and roofs will be taken from underneath looking into the sky.&lt;br /&gt;
- Some model images look the same but are of different size.&lt;br /&gt;
- Some models extend below the grounds surface when placed. &lt;br /&gt;
- The models in this sheet are architectural and environmental.  Models that are props, placeables, fx, body parts etc can all be viewed in other areas of the toolset.&lt;br /&gt;
&lt;br /&gt;
[[File:blk.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:cai1.jpg]]&lt;br /&gt;
[[File:cai2.jpg]]&lt;br /&gt;
[[File:cai3.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:cav1.jpg]]&lt;br /&gt;
[[File:cav2.jpg]]&lt;br /&gt;
[[File:cav3.jpg]]&lt;br /&gt;
[[File:cav4.jpg]]&lt;br /&gt;
[[File:cav5.jpg]]&lt;br /&gt;
[[File:cav6.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:cdr1.jpg]]&lt;br /&gt;
[[File:cdr2.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:che1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:chi1.jpg]]&lt;br /&gt;
[[File:chi2.jpg]]&lt;br /&gt;
[[File:chi3.jpg]]&lt;br /&gt;
[[File:chi4.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:dse1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:dsi1.jpg]]&lt;br /&gt;
[[File:dsi2.jpg]]&lt;br /&gt;
[[File:dsi3.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fca1.jpg]]&lt;br /&gt;
[[File:fca2.jpg]]&lt;br /&gt;
[[File:fca3.jpg]]&lt;br /&gt;
[[File:fca4.jpg]]&lt;br /&gt;
[[File:fca5.jpg]]&lt;br /&gt;
[[File:fca6.jpg]]&lt;br /&gt;
[[File:fca7.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fce1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fci1.jpg]]&lt;br /&gt;
[[File:fci2.jpg]]&lt;br /&gt;
[[File:fci3.jpg]]&lt;br /&gt;
[[File:fci4.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fdi1.jpg]]&lt;br /&gt;
[[File:fdi2.jpg]]&lt;br /&gt;
[[File:fdi3.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fhe1.jpg]]&lt;br /&gt;
[[File:fhe2.jpg]]&lt;br /&gt;
[[File:fhe3.jpg]]&lt;br /&gt;
[[File:fhe4.jpg]]&lt;br /&gt;
[[File:fhe5.jpg]]&lt;br /&gt;
[[File:fhe6.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fhec1.jpg]]&lt;br /&gt;
[[File:fhec2.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fhi1.jpg]]&lt;br /&gt;
[[File:fhi2.jpg]]&lt;br /&gt;
[[File:fhi3.jpg]]&lt;br /&gt;
[[File:fhi4.jpg]]&lt;br /&gt;
[[File:fhi5.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:frt1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fti1.jpg]]&lt;br /&gt;
[[File:fti2.jpg]]&lt;br /&gt;
[[File:fti3.jpg]]&lt;br /&gt;
[[File:fti4.jpg]]&lt;br /&gt;
[[File:fti5.jpg]]&lt;br /&gt;
[[File:fti6.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:fve1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:hro1.jpg]]&lt;br /&gt;
[[File:hro2.jpg]]&lt;br /&gt;
[[File:hro3.jpg]]&lt;br /&gt;
[[File:hro4.jpg]]&lt;br /&gt;
[[File:hro5.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tce1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tci1.jpg]]&lt;br /&gt;
[[File:tci2.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tfi1.jpg]]&lt;br /&gt;
[[File:tfi2.jpg]]&lt;br /&gt;
[[File:tfi3.jpg]]&lt;br /&gt;
[[File:tfi4.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tti1.jpg]]&lt;br /&gt;
[[File:tti2.jpg]]&lt;br /&gt;
[[File:tti3.jpg]]&lt;br /&gt;
[[File:tti4.jpg]]&lt;br /&gt;
[[File:tti5.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tve1.jpg]]&lt;br /&gt;
[[File:tve2.jpg]]&lt;br /&gt;
[[File:tve3.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tvi1.jpg]]&lt;br /&gt;
[[File:tvi2.jpg]]&lt;br /&gt;
[[File:tvi3.jpg]]&lt;br /&gt;
[[File:tvi4.jpg]]&lt;br /&gt;
[[File:tvi5.jpg]]&lt;br /&gt;
[[File:tvi6.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:tvm1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:vis1.jpg]]&lt;br /&gt;
&lt;br /&gt;
[[File:vst1.jpg]]&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Vst1.jpg&amp;diff=4825</id>
		<title>File:Vst1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Vst1.jpg&amp;diff=4825"/>
				<updated>2009-08-11T20:02:45Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: vst1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vst1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Vis1.jpg&amp;diff=4824</id>
		<title>File:Vis1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Vis1.jpg&amp;diff=4824"/>
				<updated>2009-08-11T20:02:31Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: vis1&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;vis1&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvm1.jpg&amp;diff=4823</id>
		<title>File:Tvm1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvm1.jpg&amp;diff=4823"/>
				<updated>2009-08-11T20:02:16Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvm1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvm1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi6.jpg&amp;diff=4822</id>
		<title>File:Tvi6.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi6.jpg&amp;diff=4822"/>
				<updated>2009-08-11T20:01:39Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi6 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi6 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi5.jpg&amp;diff=4821</id>
		<title>File:Tvi5.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi5.jpg&amp;diff=4821"/>
				<updated>2009-08-11T20:01:24Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi5 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi5 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi4.jpg&amp;diff=4820</id>
		<title>File:Tvi4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi4.jpg&amp;diff=4820"/>
				<updated>2009-08-11T20:01:08Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi4 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi4 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi3.jpg&amp;diff=4819</id>
		<title>File:Tvi3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi3.jpg&amp;diff=4819"/>
				<updated>2009-08-11T20:00:54Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi3 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi3 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi2.jpg&amp;diff=4818</id>
		<title>File:Tvi2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi2.jpg&amp;diff=4818"/>
				<updated>2009-08-11T20:00:36Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tvi1.jpg&amp;diff=4817</id>
		<title>File:Tvi1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tvi1.jpg&amp;diff=4817"/>
				<updated>2009-08-11T20:00:22Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tvi1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tvi1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tve3.jpg&amp;diff=4816</id>
		<title>File:Tve3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tve3.jpg&amp;diff=4816"/>
				<updated>2009-08-11T19:59:43Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tve3 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tve3 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tve2.jpg&amp;diff=4815</id>
		<title>File:Tve2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tve2.jpg&amp;diff=4815"/>
				<updated>2009-08-11T19:59:28Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tve2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tve2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tve1.jpg&amp;diff=4814</id>
		<title>File:Tve1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tve1.jpg&amp;diff=4814"/>
				<updated>2009-08-11T19:59:13Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tve1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tve1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tti5.jpg&amp;diff=4813</id>
		<title>File:Tti5.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tti5.jpg&amp;diff=4813"/>
				<updated>2009-08-11T19:58:54Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tti5 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tti5 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tti4.jpg&amp;diff=4812</id>
		<title>File:Tti4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tti4.jpg&amp;diff=4812"/>
				<updated>2009-08-11T19:58:39Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tti4 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tti4 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tti3.jpg&amp;diff=4811</id>
		<title>File:Tti3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tti3.jpg&amp;diff=4811"/>
				<updated>2009-08-11T19:58:22Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tti3 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tti3 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tti2.jpg&amp;diff=4810</id>
		<title>File:Tti2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tti2.jpg&amp;diff=4810"/>
				<updated>2009-08-11T19:58:07Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tti2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tti2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tti1.jpg&amp;diff=4809</id>
		<title>File:Tti1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tti1.jpg&amp;diff=4809"/>
				<updated>2009-08-11T19:57:54Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tti1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tti1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tfi4.jpg&amp;diff=4808</id>
		<title>File:Tfi4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tfi4.jpg&amp;diff=4808"/>
				<updated>2009-08-11T19:57:34Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tfi4 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tfi4 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tfi3.jpg&amp;diff=4807</id>
		<title>File:Tfi3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tfi3.jpg&amp;diff=4807"/>
				<updated>2009-08-11T19:57:21Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tfi3 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tfi3 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tfi2.jpg&amp;diff=4806</id>
		<title>File:Tfi2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tfi2.jpg&amp;diff=4806"/>
				<updated>2009-08-11T19:57:05Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tfi2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tfi2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tfi1.jpg&amp;diff=4805</id>
		<title>File:Tfi1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tfi1.jpg&amp;diff=4805"/>
				<updated>2009-08-11T19:56:46Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tfi1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tfi1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tci2.jpg&amp;diff=4804</id>
		<title>File:Tci2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tci2.jpg&amp;diff=4804"/>
				<updated>2009-08-11T19:56:28Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tci2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tci2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tci1.jpg&amp;diff=4803</id>
		<title>File:Tci1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tci1.jpg&amp;diff=4803"/>
				<updated>2009-08-11T19:56:11Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tci1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tci1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Tce1.jpg&amp;diff=4802</id>
		<title>File:Tce1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Tce1.jpg&amp;diff=4802"/>
				<updated>2009-08-11T19:55:56Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: tce1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;tce1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Hro5.jpg&amp;diff=4801</id>
		<title>File:Hro5.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Hro5.jpg&amp;diff=4801"/>
				<updated>2009-08-11T19:55:40Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: hro5 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hro5 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Hro4.jpg&amp;diff=4800</id>
		<title>File:Hro4.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Hro4.jpg&amp;diff=4800"/>
				<updated>2009-08-11T19:55:26Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: hro4 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hro4 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Hro3.jpg&amp;diff=4799</id>
		<title>File:Hro3.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Hro3.jpg&amp;diff=4799"/>
				<updated>2009-08-11T19:55:10Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: hro3 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hro3 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Hro2.jpg&amp;diff=4798</id>
		<title>File:Hro2.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Hro2.jpg&amp;diff=4798"/>
				<updated>2009-08-11T19:54:51Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: hro2 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hro2 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	<entry>
		<id>http://datoolset.net/mw/index.php?title=File:Hro1.jpg&amp;diff=4797</id>
		<title>File:Hro1.jpg</title>
		<link rel="alternate" type="text/html" href="http://datoolset.net/mw/index.php?title=File:Hro1.jpg&amp;diff=4797"/>
				<updated>2009-08-11T19:54:30Z</updated>
		
		<summary type="html">&lt;p&gt;Beerfish: hro1 models&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;hro1 models&lt;/div&gt;</summary>
		<author><name>Beerfish</name></author>	</entry>

	</feed>