Arcane University: 3D Art

The Beyond Skyrim Wiki — Hosted by UESP
Revision as of 21:25, 28 May 2021 by Gamma Metroid (Talk | contribs) (Asset-specific Tutorials: reorganized)

Jump to: navigation, search
< Arcane University

A 3D artist can create shapes based on concept art, writing and discussions as well as what is required by the animation and implementation teams. For the Gamebryo Engine and the context of Skyrim, a 3D artist must take into account standard polycounts for their low poly 3D models.

General Workflow

With the concept art imported into the modelling software, blockout modeling starts. For the high-polywork flow, the 3D artist sculpts a high-poly mesh. They then bake the high-poly details into the normal map of a retopologized low-poly version of the mesh, and add textures to this low-poly model. After the asset is exported to NIF format, it is given its physical properties such as collision and physics. It may then be rigged/skinned to bones and animated, if necessary.

  1. Blockout
  2. Sculpting
  3. Retopology
  4. UV Unwrapping
  5. Baking
  6. Texturing
  7. Mesh Export to NIF
  8. Adding Mesh Collisions
  9. Animation

Skyrim Data Formats

Skyrim uses NIFs and DDS file formats to read and render objects in game. That means your mesh must be converted to a NIF and textures to DDS.

Asset-specific Tutorials

Weapons

Armor

Clutter

Statics

Trees

BSLeafAnim.png


Harvestables

Tilesets and Architecture

LOD Objects

Basic Software

As a 3D artist you have to use a variety of software and plugins to achieve the results you want. Below you'll find several alternatives within each category that are suitable for asset creation.

3D modelling and sculpting programs

All 3D artists need a modelling and sculpting program to create the geometry of their asset.

3D baking programs

You'll want to avoid baking in Blender, as the results can be slow, prone to errors and inaccurate.

Some texturing programs are also good at baking. See list below for what options offer baking.

3D texturing program

We recommend these programs to texture your asset, as the tools at your disposal are vastly superior to Blender.

2D texturing program

These programs can be used to manually alter texture maps.

Asset Implementation Software

When you've finished your textures and low poly mesh, they must be converted into Skyrim friendly formats, and implemented into Skyrim. In some of the Partner Projects your work as a 3D artist finishes here, and an asset implementer takes over. However, in most projects you are encouraged to implement your own asset. This is also what we recommend in the Arcane University, as it allows you to see and fix errors in your mesh and textures that's not visible until you see it in game.

Asset implementation is a big topic, and more complicated assets require a thorough knowledge of Nifskope and Creation Kit. However, something as simple as a bowl can easily be done!

All programs and plugins from here on out are free.

Convert Maps to DDS

Skyrim uses the DDS file format for all their texture maps. Export your textures in PNG or TGA, prepare your diffuse and other maps, then convert the images to DDS.

  • Paint.Net (also read Paint.net for Skyrim)
  • Cathedral Assets Optimizer converts only TGA to DDS. Allows batch conversion.
  • Nvidia Texture Tools Exporter can be downloaded as standalone program, or as Photoshop plugin. Standalone program allows batch conversion.
  • GIMP primarily an image manipulation program. Plugin not required (v 2.10.24). Does not support DXT10/BC7 export. Results can be inferior to other DDS export methods.
  • Crunch is designed for more advanced compression, and is a command-line tool, but it also outputs excellent quality DDS when configured properly.
  • Compressonator requires an AMD graphics card, but outputs good quality and has a nice GUI. Also supports command-line use.


For information regarding the various export settings, and how to convert your texture to DDS, read the DDS page.

Convert Mesh to NIF

Skyrim uses Nifs to read and render assets in game. There are a variety of methods to convert your mesh.

  • CK-CMD - once set up, you drag and drop .fbx onto the ck-cmd conversion file to generate nif.
  • Blender Niftools - For Blender 2.8+, Export/Import tool between Blender and the Nif format.
  • PyNifly - Export/Import tool between Blender and the Nif format. Supports SSE Meshes
  • SSE Nif Optimizer Used to convert meshes from LE to SSE format and vice versa
  • Outfit Studio - also used to rig meshes, such as armor.
  • 3DS Max Niftools Addon Niftools Addon for 3DS Maxs. Might not work with versions after 2016
  • Apenov 3DS Max Plugin Another Plugin for 3DS Max, works with versions up to 2018. Supports some SSE Meshes

Add Collision to NIF

Your mesh needs a collision to become solid in the engine. Read the collision wiki page for details on what program to use.

Nifskope

Nifskope is a program that allows you to open NIF files, view and alter NIF's properties and contents, and export NIF files into other file formats readable by other programs such as Blender. Nifskope is where you attach your textures to the NIF and specify shader settings for it to appear correctly in game. Nifskope also allows you to browse the Skyrim meshes BSA (archive) without using a BSA unpacker.

Ambox important.png NOTE: Nifskope is essential for all asset implementation.

Skyrim and Creation Kit

To view your asset in game you'll need the game. You can use Skyrim Legendary Edition, or Skyrim Special Edition.

Depending on which Skyrim you own, you must download the Creation Kit that goes with your version: Creation Kit Legendary Edition, or Creation Kit Special Edition. See Creationkit.com for more information.

And finally, if you use Skyrim Special Edition, you'll want to download Creation Kit Fixes to stabilize the program, reduce loadtimes and CTD's. SSE Creation Kit Fixes


See Also

Modelling

Texturing