Difference between revisions of "New World Space and Region borders drawing"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Tom Brightblade
m
imported>Bruneauinfo
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
[[Category:Solutions]]
[[Category:Solutions]]


In this article I will show you how to draw region borders for a new world space in case that on a Region Map there is very difficult to determine where to place a region, when all you have is just a big space with white cells and no idea where is or should be a land of your world. It covers all steps that lead to region borders creation – creating a new world space, building a heightmap, regions drawing – so if you already have a world and just want to get an answer, how to draw a region borders, you can skip some first steps and go to region drawing. As an example we will create a pizza like world.


==Overview==


To fully understand what is going on I recommend you first read the following articles:<br>
The first time you see a region map in the Region Editor it can be difficult to determine exactly how to start creating regions for a new worldspace. This article demonstrates a method for drawing region borders for a new worldspace using the Region Editor. This article will briefly cover the steps used to create region borders as well as all the steps in between. Even if your new worldspace is ready to go it is recommended you read all these instructions just to make sure you didn't miss any important steps. It can be easy to get lost in this process.  
[[Basic Landscaping Tutorial]]<br>
[[World Space Tutorial]]<br>
[[Heightmap Editing]]<br>
<br>
and you should also be aware about „LOD for a new world” problems:<br>
[[Landscape LOD Tutorial]]<br>
[http://www.bethsoft.com/bgsforums/index.php?showtopic=651028 A final and simple solution to all those LOD load order problems., I think ... ;) ]<br>
<br>


==Prerequisites==


To get the most out of this article it is recommended you start by reading and understanding the following articles:<br />


==Create a new world space==
[[Basic Landscaping Tutorial]]<br />
[[World Space Tutorial]]<br />
[[Heightmap Editing]]<br />


[[Image:PIZZA1_new_world.png|thumb|right]]
You also should be aware of problems related to LOD for a new world:<br />
As for now we don't need any data from „Oblivion.esm” master file, so just start up the Construction Set, go to [World] -> [World Spaces...], right click on a list to create new EditorID for [[Exterior_cells|an exterior world space]], and name it whatever you want – mine is the „PizzaWorld”. We don't need any parent worldspace ('''Parent Worldspace -> NONE'''), our world shall be '''Small''' and player '''Can't Fast Travel From Here''' to any other world spaces.<br>


[[Landscape LOD Tutorial]]<br />


When a new world is created, go to the '''Cell View''' window, choose 'PizzaWorld' as a World Space, and double click on 'Wilderness' cell to activate it – now we should have some new cells added to a PizzaWorld.<br>
==Create a New World Space==


In this article we will create new worldspace that looks a lot like a pizza.


As for now we don't need any data from „Oblivion.esm” master file, so just start up the Construction Set.
1 - go to [World] -> [World Spaces...] <br /><br />2 - Right click on a list to create a new EditorID for [[Exterior_cells|an exterior world space]]<br /><br />3 - name it whatever you want. In this article we will use "PizzaWorld” for our example. <br /><br />4 - In this example we won't need a parent worldspace ('''Parent Worldspace -> NONE''')<br /><br />5 - Our world shall be '''Small''' <br /><br />6 - player '''Can't Fast Travel From Here''' to any other world spaces.
[http://img455.imageshack.us/my.php?image=pizza1newworldyv2.png Image01: Adding a new world space]
(optional)
After the new world is created go to the '''Cell View''' window and look to see if 'PizzaWorld' is now listed as a World Space.


==Generate a Heightmap==
==Generate a Heightmap==


[[Image:PIZZA2_lasso2.png|thumb|right]]
The most efficient way to create a landmass is to use the [[Heightmap_Editing|Heightmap Editor]]. Go to menu [World] -> [Heightmap Editing...] and choose 'PizzaWorld'. It may take a second or two to load.  
To create a landmass we can use the [[Heightmap_Editing|Heightmap Editor]] – go to menu [World] -> [Heightmap Editing...] and choose our 'PizzaWorld' to load. We will build an island – from Toolbar choose the '''Lasso''' and draw a world shape. I have also toggled the Grid to show you a scale of my Pizza World.<br>


Next build the island – from Toolbar choose the '''Lasso''' and draw a the world shape. The Grid has been toggled to give an idea of the scale of PizzaWorld.


[http://img64.imageshack.us/my.php?image=pizza2lasso2fy9.png Image02: World shape drawing]


==Noise Parameters and Erosion Settings==
====Noise Parameters and Erosion Settings====
 
To quickly and easily create a heightmap the CS provides an automatic Generator.
In this example PizzaWorld will be almost completely flat. There will be no lakes or rivers. With this in mind use the following noise parameters:


To create the heightmap we will use automatic Generators. My island will be almost totally flat, with no lakes or rivers, so I set the following noise parameters:
*'''Frequency''' = 400
*'''Frequency''' = 400
*'''Amplitude''' = 2000
*'''Amplitude''' = 2000
*'''Base Offset''' = 4110 (just above water level, which is 4096)
*'''Base Offset''' = 4110 (just above water level, which is 4096)
*'''Additive''' flag is checked (we will only rise the terrain) and other settings are default or not set.
*'''Additive''' flag is checked (we will only rise the terrain) and other settings are default or not set.
<br>
[[Image:PIZZA3_incorrect_border.png|thumb|right]]
If everything is ready, we can push twice the '''Generate''' button (twice, because we want to get a land just over the water level) and heightmap will be created automatically. Some of areas probably will require a correction.


[http://img442.imageshack.us/my.php?image=pizza3incorrectborderrk5.png Image03: Spaces that need correction]


To compare your view of created heightmap, these are parameters for the '''Color Masking''' in my settings:
When everything is ready push the '''Generate''' button twice and a landmass will be created automatically. Pressing the button twice gets the landmass just over the water level. Some areas may still require correction.
 
Optional<br /><br />If you want to compare your results with those from the example use the following settings for your '''Color Masking''':
     1 mask – level 0 – black color;
     1 mask – level 0 – black color;
     2 mask – level 4000 – dark blue;
     2 mask – level 4000 – dark blue;
Line 57: Line 65:
     10 mask – level 65535 – white.
     10 mask – level 65535 – white.


Now we need to smooth the heightmap – to do this, we can use the '''Erosion Generator''' with the following settings:
Right now PizzaWorld has a rough surface. The '''Erosion Generator''' can be used to smooth out the heightmap. Use the following settings:
*'''Iterations''' = 95
*'''Iterations''' = 95
*'''Erosion Rate''' = 0
*'''Erosion Rate''' = 0
Line 63: Line 71:
*'''Land Smoothing''' = 95
*'''Land Smoothing''' = 95


[[Image:PIZZA4_3D_preview.png|thumb|right]]
Push the '''Erode''' button 4 or 5 times to completely smooth out the land.  
Push the '''Erode''' button 4 or 5 times to get completely smooth land. We can also check how our world looks in a 3D view – on a Toolbar click on a picture with camera to open the '''Preview Window''' and examine the world surface if there aren't any steep dodges.  


====Check Your Work====


To make sure your final product is going to be something you want your worldspace can be viewed in 3D in the '''Preview Window'''. To do this find the Camera button on the toolbar and click it.
Now we can create the actual worldmass – press the Save button, close the Heightmap Editor and save the plugin. There may occur some errors related to the generated heightmap – we must correct them immediately with [[Intro_and_Landscaping|Landscape Toolbox]] and '''Soften Vertices''' brush.


[http://img524.imageshack.us/my.php?image=pizza43dpreviewsg7.png Image04: 3D Preview]


You're almost ready to fill your new world with content. Press the Save button in the Heightmap Editor and then close it and save your plugin in the CS.


[[Image:PIZZA4B_LandHole.png|thumb|right]]
Before moving on to add content to your world you'll want to check your work for errors. Due to glitches in the CS it is common for errors to occur in new worldspaces when saving them in the Heightmap Editor. Correcting these errors should be the next item on your agenda. You'll do this using the Landscape Editor - [[Intro_and_Landscaping|Landscape Toolbox]]. Specifically you'll use the '''Soften Vertices''' brush to remove these errors from existence. Don't get discouraged here. If you've been following the directions so far there should only be a few of these errors and they are very easy to find.  
We have created a world in main 4 quads – if you activate for example a 'Wilderness (-32, -32)' cell, you will see that on the edge of a quad there is a gap, that should be eliminated (with Landscape Toolbox and Flatten Vertices tool).


Open your world by selecting it in the [[Cell View Window]]. Most likely you will find these errors at cell -32,-32 | 0,0 | 32,32 | -32, 32 | 32, -32 etc. These will usually appear as cells that have been depressed to an elevation of 0. They can also show as tears in the mesh. Use the Soften Vertices brush to restore the cell to a reasonable elevation. You'll also want to scan around the rest of your island and look for other tears in the mesh and fix them if you find any.


[http://img127.imageshack.us/my.php?image=pizza4blandholezg7.png Image05: Gaps between land surfaces]


==Region borders drawing==
==Region borders drawing==


Open the [[Regions|Regions Window]] – go to menu [World] -> [Regions...] and activate 'PizzaWorld'. On a region map probably you will see only a big space with white cells, a form that doesn't look in no way like a world we have just build. First lets add a new region to the Pizza World – I named it the 'PizzaMainShape'.  
Open the [[Regions|Regions Window]] – go to menu [World] -> [Regions...] and activate 'PizzaWorld'. On a region map probably you will see only a big space with white cells, a form that doesn't look in no way like a world we have just built. First let's add a new region to the Pizza World – I named it the 'PizzaMainShape'.  


To draw a region shape for main terrain of island, we must know exact coordinates of each cell that lies on a border of island. Do not close Regions Window and once again open the Heightmap Editor for 'PizzaWorld'.  
To draw a region shape for main terrain of island, we must know exact coordinates of each cell that lies on a border of island. Do not close Regions Window and once again open the Heightmap Editor for 'PizzaWorld'.  


[http://img524.imageshack.us/my.php?image=pizza5lightpointsdm6.png Image06: Light points on a heightmap ]




[[Image:PIZZA5_Lightpoints.png|thumb|right]]
From the toolbar choose the '''Eyedropper''' and capture some bright color. Then choose the Paintbrush and draw on a heightmap some points, that will help you to quick determine the cell coordinates of island border.
From a toolbar choose the '''Eyedropper''' and capture some bright color. Then choose the Paintbrush and draw on a heightmap some points, that will help you to quick determine the cell coordinates of island border.


Now place a cursor over one of these bright points, on a status bar read the cells coordinates and remember them. Go the Region Window, search for that cell – on a bottom status bar there are displayed coordinates for a cell pointed by a cursor as well. When you find the cell with equivalent coordinates, left click to draw the first point of region border.


[http://img394.imageshack.us/my.php?image=pizza6firstpointhc7.png Image07: Region drawing - first point]


[[Image:PIZZA6_firstpoint.png|thumb|right]]
Now place a cursor over one of this bright points, on a status bar read the cells coordinates and remember them. Go the Region Window, search for that cell – on a bottom status bar there are displayed coordinates for a cell pointed by a cursor as well. When you find the cell with equivalent coordinates, left click to draw the first point of region border.


[[Image:PIZZA7_allpoints.png|thumb|right]]
Use the same method to draw the rest of points.
Use the same method to draw the rest of points.


 
[http://img394.imageshack.us/my.php?image=pizza7allpointsbm6.png Image08: Region drawing - all points]
 




Line 113: Line 119:




I wrote this short tutorial as an answer to Forum question - [http://www.bethsoft.com/bgsforums/index.php?showtopic=690447 link here].<br>
I wrote this short tutorial as an answer to the Forum question - [http://www.bethsoft.com/bgsforums/index.php?showtopic=690447 link here].<br>
--[[User:Tom Brightblade|Tom Brightblade]] 05:05, 13 May 2007 (EDT)
--[[User:Tom Brightblade|Tom Brightblade]] 05:05, 13 May 2007 (EDT)

Latest revision as of 23:12, 17 January 2011


Overview[edit | edit source]

The first time you see a region map in the Region Editor it can be difficult to determine exactly how to start creating regions for a new worldspace. This article demonstrates a method for drawing region borders for a new worldspace using the Region Editor. This article will briefly cover the steps used to create region borders as well as all the steps in between. Even if your new worldspace is ready to go it is recommended you read all these instructions just to make sure you didn't miss any important steps. It can be easy to get lost in this process.

Prerequisites[edit | edit source]

To get the most out of this article it is recommended you start by reading and understanding the following articles:

Basic Landscaping Tutorial
World Space Tutorial
Heightmap Editing

You also should be aware of problems related to LOD for a new world:

Landscape LOD Tutorial

Create a New World Space[edit | edit source]

In this article we will create new worldspace that looks a lot like a pizza.

As for now we don't need any data from „Oblivion.esm” master file, so just start up the Construction Set.

1 - go to [World] -> [World Spaces...] 

2 - Right click on a list to create a new EditorID for an exterior world space

3 - name it whatever you want. In this article we will use "PizzaWorld” for our example.

4 - In this example we won't need a parent worldspace (Parent Worldspace -> NONE)

5 - Our world shall be Small

6 - player Can't Fast Travel From Here to any other world spaces.

Image01: Adding a new world space

(optional) After the new world is created go to the Cell View window and look to see if 'PizzaWorld' is now listed as a World Space.

Generate a Heightmap[edit | edit source]

The most efficient way to create a landmass is to use the Heightmap Editor. Go to menu [World] -> [Heightmap Editing...] and choose 'PizzaWorld'. It may take a second or two to load.

Next build the island – from Toolbar choose the Lasso and draw a the world shape. The Grid has been toggled to give an idea of the scale of PizzaWorld.

Image02: World shape drawing

Noise Parameters and Erosion Settings[edit | edit source]

To quickly and easily create a heightmap the CS provides an automatic Generator. In this example PizzaWorld will be almost completely flat. There will be no lakes or rivers. With this in mind use the following noise parameters:

  • Frequency = 400
  • Amplitude = 2000
  • Base Offset = 4110 (just above water level, which is 4096)
  • Additive flag is checked (we will only rise the terrain) and other settings are default or not set.

Image03: Spaces that need correction

When everything is ready push the Generate button twice and a landmass will be created automatically. Pressing the button twice gets the landmass just over the water level. Some areas may still require correction.

Optional

If you want to compare your results with those from the example use the following settings for your Color Masking: 1 mask – level 0 – black color; 2 mask – level 4000 – dark blue; 3 mask – level 4096 – light blue; 4 mask – level 4097 – dark green; 5 mask – level 8726 – light green; 6 mask – level 17637 – yellow; 7 mask – level 25435 – red; 8 mask – level 41772 – purple; 9 mask – level 50497 – light grey; 10 mask – level 65535 – white.

Right now PizzaWorld has a rough surface. The Erosion Generator can be used to smooth out the heightmap. Use the following settings:

  • Iterations = 95
  • Erosion Rate = 0
  • Sedimentation = 0
  • Land Smoothing = 95

Push the Erode button 4 or 5 times to completely smooth out the land.

Check Your Work[edit | edit source]

To make sure your final product is going to be something you want your worldspace can be viewed in 3D in the Preview Window. To do this find the Camera button on the toolbar and click it.

Image04: 3D Preview

You're almost ready to fill your new world with content. Press the Save button in the Heightmap Editor and then close it and save your plugin in the CS.

Before moving on to add content to your world you'll want to check your work for errors. Due to glitches in the CS it is common for errors to occur in new worldspaces when saving them in the Heightmap Editor. Correcting these errors should be the next item on your agenda. You'll do this using the Landscape Editor - Landscape Toolbox. Specifically you'll use the Soften Vertices brush to remove these errors from existence. Don't get discouraged here. If you've been following the directions so far there should only be a few of these errors and they are very easy to find.

Open your world by selecting it in the Cell View Window. Most likely you will find these errors at cell -32,-32 | 0,0 | 32,32 | -32, 32 | 32, -32 etc. These will usually appear as cells that have been depressed to an elevation of 0. They can also show as tears in the mesh. Use the Soften Vertices brush to restore the cell to a reasonable elevation. You'll also want to scan around the rest of your island and look for other tears in the mesh and fix them if you find any.

Image05: Gaps between land surfaces

Region borders drawing[edit | edit source]

Open the Regions Window – go to menu [World] -> [Regions...] and activate 'PizzaWorld'. On a region map probably you will see only a big space with white cells, a form that doesn't look in no way like a world we have just built. First let's add a new region to the Pizza World – I named it the 'PizzaMainShape'.

To draw a region shape for main terrain of island, we must know exact coordinates of each cell that lies on a border of island. Do not close Regions Window and once again open the Heightmap Editor for 'PizzaWorld'.

Image06: Light points on a heightmap


From the toolbar choose the Eyedropper and capture some bright color. Then choose the Paintbrush and draw on a heightmap some points, that will help you to quick determine the cell coordinates of island border.

Now place a cursor over one of these bright points, on a status bar read the cells coordinates and remember them. Go the Region Window, search for that cell – on a bottom status bar there are displayed coordinates for a cell pointed by a cursor as well. When you find the cell with equivalent coordinates, left click to draw the first point of region border.

Image07: Region drawing - first point


Use the same method to draw the rest of points.

Image08: Region drawing - all points


At the end close a region shape – right click on a region map and select Done – and you may close the Heightmap Editor without saving the changes (otherwise you add those bright points to a heightmap of 'PizzaWorld').


Now you have a main region shape. Its borders are more or less in the same position as the border of island and using this region as a basis allows you to add some more regions. 'PizzaWorld' is an island so it is wise to build a Border Region – the border of this region should be two or three cells outside from the 'PizzaMainShape'.


Remember that we haven't loaded data from „Oblivion.esm” file – so if you want to build now some Object Regions, you should reload Construction Set and choose both files: the plugin file we have just created and „Oblivon.esm” (or any other master file, or make your own master file and merge it with plugin) - after this operation your plugin will be „Oblivion.esm” dependant.



I wrote this short tutorial as an answer to the Forum question - link here.
--Tom Brightblade 05:05, 13 May 2007 (EDT)