Difference between revisions of "Arcane University:World Heightmap Creation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
Line 21: Line 21:
 
sculpt, render heightmap, import to CK
 
sculpt, render heightmap, import to CK
 
* 1) <https://www.youtube.com/watch?v=BXDSfrzR0zI>  
 
* 1) <https://www.youtube.com/watch?v=BXDSfrzR0zI>  
 +
== TES ANWYNN ==
 +
Try 11:
 +
the following command is sait to work nicely:
 +
tesannwyn -i Skyrim -p 1 -b 16 -d 512x512 -l -16048,32760 C:\Users\LBoeg\Documents\_ModFiles\Testing\HeightmapNaariel_512x512_16bit_72dpi_greyscale_04.raw
 +
 +
== RAW FILE CONVERSION ==
 +
you want to have your heightmap as a 16 Bit RAW picture formate file, and some online converters are available as well as some plugins. Try to search for "PNG to RAW" converter or similar;
 +
note that conversion only works if you previously converted to greyscale mode (removed RGB channels, so there is a monochrome channel and an alpha channel).
 +
Also, the editor is said to be able to load 1024 x 1024 to 4096 x 4096 pixel pictures. Skyrim has about 3000 x 3900, of which not all landscape is accessible. So the size scale below 4k should be fine;
 +
and for bigger worldspaces, at least in x direction, there are glitches like the "sinking into ground" bug.
 +
 
==External Tools==  
 
==External Tools==  
 
* 1) <https://www.3d-map-generator.com/3d-map-generator-3d-mapper-shop/>
 
* 1) <https://www.3d-map-generator.com/3d-map-generator-3d-mapper-shop/>

Revision as of 13:23, 30 November 2021

Arcane University:World Heightmap Creation

Producing height maps means to develop a greyscale map either through painting in a 2D-Tool or by sculpting in a 3D-Tool. Then, the converted greyscale heightmap can be imported in Creation Kit to generate a new huge worldspace; and the heightmap is then rendered as 3d-Terrain.

World3.jpg World1.jpg

General considerations

CreationKit

Gimp

Paint heightmap and import to CK

Blender

sculpt, render heightmap, import to CK

TES ANWYNN

Try 11: the following command is sait to work nicely: tesannwyn -i Skyrim -p 1 -b 16 -d 512x512 -l -16048,32760 C:\Users\LBoeg\Documents\_ModFiles\Testing\HeightmapNaariel_512x512_16bit_72dpi_greyscale_04.raw

RAW FILE CONVERSION

you want to have your heightmap as a 16 Bit RAW picture formate file, and some online converters are available as well as some plugins. Try to search for "PNG to RAW" converter or similar; note that conversion only works if you previously converted to greyscale mode (removed RGB channels, so there is a monochrome channel and an alpha channel). Also, the editor is said to be able to load 1024 x 1024 to 4096 x 4096 pixel pictures. Skyrim has about 3000 x 3900, of which not all landscape is accessible. So the size scale below 4k should be fine; and for bigger worldspaces, at least in x direction, there are glitches like the "sinking into ground" bug.

External Tools


Disclaimer: Page is in the build-up phase and can use your feedback! thank you. We also are not responsible for third party content and external websites. use at your own risk. [Category:Level Design]