Difference between revisions of "Develop Your Dungeon and Clutter"

imported>Graxthal
imported>Megalomaniakaal
 
(5 intermediate revisions by 5 users not shown)
Line 1: Line 1:
[[Category:My First Dungeon]]
[[Category:My First Dungeon]]
(Back to [[Using Kits and Navigating the Render Window]])
== Developing your Dungeon ==
== Developing your Dungeon ==
<blockquote>
<blockquote>
Line 5: Line 8:
</blockquote>
</blockquote>
Let's add a few more rooms.  Using the cave set, re-create a similar layout to the one pictured here:
Let's add a few more rooms.  Using the cave set, re-create a similar layout to the one pictured here:
<br>[[Image:Tut_Img_7.jpg|thumb|left|Basic Layout of Creepy Cave|320px]]
 
[[Image:Tut_Img_7.jpg|center|Basic Layout of Creepy Cave]]
 
<blockquote>
<blockquote>
Be mindful of where your dungeon is located in the exterior world.   
Be mindful of where your dungeon is located in the exterior world.   
Line 13: Line 18:
<blockquote>
<blockquote>
CS automatically backs your plugin up in case of an unexpected crash.   
CS automatically backs your plugin up in case of an unexpected crash.   
You can set the frequency of auto-save under preferences.
You can set the frequency of auto-save under preferences(File/Preferences/Misc-Tab).
Auto-saves are automatically saved to your Oblivion/Data/backup directory.   
Auto-saves are automatically saved to your Oblivion/Data/backup directory.   
Just change the file extension to .esp and replace the  
Just change the file extension to .esp and replace the  
Line 28: Line 33:
This can be used to order lists by other headings as well.
This can be used to order lists by other headings as well.
</blockquote>
</blockquote>
Scroll down to objects with the "DUN" prefix, or tap in those letters with any object in the [[Object Window]] selected.  This is a basic set of clutter created for generic dungeon clutter.
Scroll down to objects with the "DUN" prefix (dungeon>Misc), or tap in those letters with any object in the [[Object Window]] selected.  This is a basic set of clutter created for generic dungeon clutter.


Let's start at the start.  Maneuver your viewpoint in the Render window to focus on the first room we built.  Logically, we'll assume that the bandits use this room as a guard post, as well as a dumping place for some of their trash.  Drag some broken crates and furniture out into the render window and arrange them using the controls we learned earlier.  Turn snapping off to fine-tune your placement.  You can also adjust your rotation and movement speeds in the preferences tab we saw earlier, though this is only neccessary for the finest of adjustments.
Let's start at the start.  Maneuver your viewpoint in the Render window to focus on the first room we built.  Logically, we'll assume that the bandits use this room as a guard post, as well as a dumping place for some of their trash.  Drag some broken crates and furniture out into the render window and arrange them using the controls we learned earlier.  Turn snapping off to fine-tune your placement.  You can also adjust your rotation and movement speeds in the preferences tab we saw earlier, though this is only neccessary for the finest of adjustments.
Line 40: Line 45:
You'll rarely be able to settle an object perfectly, so just do your best, and go with what looks best to you.
You'll rarely be able to settle an object perfectly, so just do your best, and go with what looks best to you.
</blockquote>
</blockquote>
<br>[[Image:Tut_img_8.jpg|thumb|right|Our cluttered entry room|320px]]<br>
<br>
[[Image:Tut_img_8.jpg|center|Our cluttered entry room]]
<br>
This is a good density of clutter.  Think of how the player's eye will move around the space as they enter - which will be affected by things such as lighting, enemies, and loot placement, which we'll get to soon.  The table is the most interesting thing here, and it guides the player's attention to the left, which is also the direction of the only exit deeper in the dungeon.
This is a good density of clutter.  Think of how the player's eye will move around the space as they enter - which will be affected by things such as lighting, enemies, and loot placement, which we'll get to soon.  The table is the most interesting thing here, and it guides the player's attention to the left, which is also the direction of the only exit deeper in the dungeon.


Line 60: Line 67:
* WeaponRackWide01
* WeaponRackWide01


[[Image:Tut_img_9.jpg|thumb|right|heavy bag w/Havok wireframe]]
<blockquote>
<blockquote>
A note on placing items with Havok physics - use the "F4" hotkey to toggle collision geometry wireframes while working.
A note on placing items with Havok physics - use the "F4" hotkey to toggle collision geometry wireframes while working.
Purple wireframes indicate Havok collision.  Avoid penetrating these wireframes with static geometry to avoid errors.
Purple wireframes indicate Havok collision.  Avoid penetrating these wireframes with static geometry to avoid errors.
</blockquote>
</blockquote>
[[Image:Tut_img_9.jpg|right|heavy bag w/Havok wireframe]]
<br><br>
<br><br>
When you've lightly cluttered the dungeon, we'll move on to some special objects outside of the statics.  [[Containers, doors, Havok objects, and Enemy Placement]]
When you've lightly cluttered the dungeon, we'll move on to some special objects outside of the statics.  [[Containers, doors, Havok objects, and Enemy Placement]]