Difference between revisions of "Arcane University:Nif implementation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(Skyrim Data Formats: add prismatic constraints page)
(add import/export)
Line 1: Line 1:
 
{{Trail|Implementation}}{{ImpNav}}
 
{{Trail|Implementation}}{{ImpNav}}
In Beyond Skyrim projects, 3D artists are expected to be able to export their own meshes to nifs, if they are simple enough. However, for more complex objects, like animated objects, or those with particle effects, it may fall on an implementer to bring this into Skyrim. Other partner projects of the AU may have the entire responsibility of bringing a mesh from fbx to in-game fall to the implementation team. Therefore, the first thing you should know is how to export to nif from a 3D program or from a predefined format like fbx. For the basic process of asset implementation, see [[AU:Intro to Asset Implementation|Intro to Asset Implementation]]
+
In Beyond Skyrim projects, 3D artists are expected to be able to export their own meshes to [[AU:nif|nif]]s, and textures to [[AU:DDS|DDS]], if they are simple enough. However, for more complex objects, like animated objects, or those with particle effects, it may fall on an implementer to bring this into Skyrim. Other partner projects of the AU may have the entire responsibility of bringing a mesh from fbx to in-game fall to the implementation team. Therefore, the first thing you should know is how to export to nif from a 3D program or from a predefined format like fbx. For the basic process of asset implementation, see [[AU:Intro to Asset Implementation|Intro to Asset Implementation]]
 
 
== Skyrim Data Formats ==
 
Skyrim uses [[AU:NIF|NIF]] and [[AU:DDS|DDS]] file formats to store meshes and textures, respectively. That means your mesh must be converted to a NIF and textures to DDS.
 
  
 
===Nif properties===
 
===Nif properties===
Line 17: Line 14:
  
 
==Nif implementation tutorials==
 
==Nif implementation tutorials==
 
 
=== Weapons ===
 
=== Weapons ===
 
*[[AU:Nifskope Weapons Setup|Nifskope Weapons Setup]]
 
*[[AU:Nifskope Weapons Setup|Nifskope Weapons Setup]]
 
*[[:File:Tutorial_skyrim_bows_from_3ds.pdf|Rigging bows with 3ds Max and NifSkope (pdf)]] by Artisanix
 
*[[:File:Tutorial_skyrim_bows_from_3ds.pdf|Rigging bows with 3ds Max and NifSkope (pdf)]] by Artisanix
  
=== Animated Objects ===
+
=== Animated objects ===
 
*[[AU:Exporting animated statics using ck-cmd|Exporting animated statics using ck-cmd]]
 
*[[AU:Exporting animated statics using ck-cmd|Exporting animated statics using ck-cmd]]
 
*[https://www.youtube.com/watch?v=4DrN_AS28qk Animating Crash Course - Basic Static Animations in Blender (video)] by Hayden Price
 
*[https://www.youtube.com/watch?v=4DrN_AS28qk Animating Crash Course - Basic Static Animations in Blender (video)] by Hayden Price
 +
 +
== Importing/exporting ==
 +
*[[AU:Nif Import|Nif Import]]
 +
*[[AU:Mesh Export to NIF|Mesh Export to NIF]]
 +
 +
===Import/Export tools===
 +
*[[AU:3ds Max nif plugin|3ds Max nif plugin]]
 +
*[[AU:Blender Niftools Addon|Blender Niftools Addon]]
 +
*[[AU:ck-cmd|ck-cmd]]
 +
*[[AU:Outfit Studio|Outfit Studio]]
 +
*[[AU:PyNifly|PyNifly]]
  
 
[[Category:Arcane University-Implementation]]
 
[[Category:Arcane University-Implementation]]

Revision as of 19:09, 30 November 2025

< Arcane University:Implementation
Implementation
Departments
Quests
Nifs
Mechanics

In Beyond Skyrim projects, 3D artists are expected to be able to export their own meshes to nifs, and textures to DDS, if they are simple enough. However, for more complex objects, like animated objects, or those with particle effects, it may fall on an implementer to bring this into Skyrim. Other partner projects of the AU may have the entire responsibility of bringing a mesh from fbx to in-game fall to the implementation team. Therefore, the first thing you should know is how to export to nif from a 3D program or from a predefined format like fbx. For the basic process of asset implementation, see Intro to Asset Implementation

Nif properties

Nif implementation tutorials

Weapons

Animated objects

Importing/exporting

Import/Export tools