Difference between revisions of "Arcane University:Nif implementation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(specific topics tutorials)
(Nif properties: reformat)
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Trail|Implementation}}
+
{{Trail|Implementation}}{{ImpNav}}
 +
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]]
  
This is the main page of the Beyond Skyrim Arcane University Nif tutorials. It serves as hub for the standard workflow and pointers to detailed specific tutorials for Nif Implementation. The [[Arcane University: Implementation]] department is structured in three sub-departments:
+
===Nif properties===
* [[Quest Implementation]]
+
* [[AU:NetImmerse Format|NetImmerse Format]]: Overview of nif format
* Nif Implementation
+
** [[AU:NetImmerse Format/BSLightingShaderProperty|BSLightingShaderProperty]]: Lighting Shader settings and flags
* [[Mechanics Implementation]]
+
*** [[AU:NetImmerse_Format/Texture Slots|Texture Slots]]: Details on texture slot usage
 +
** [[AU:NetImmerse Format/BSEffectShaderProperty|BSEffectShaderProperty]]: Effect Shader settings and flags
 +
* [[AU:Collision|Collision]] and physics settings
 +
** [[AU:Nifskope Hinge Constraints|Hinge Constraints]]
 +
** [[AU:Nifskope Prismatic Constraints|Prismatic Constraints]]
  
==Workflow & general tutorials==
+
==Nif implementation tutorials==
 +
=== Weapons ===
 +
*[[AU:Nifskope Weapons Setup|Nifskope Weapons Setup]]
 +
*[[:File:Tutorial_skyrim_bows_from_3ds.pdf|Rigging bows with 3ds Max and NifSkope (pdf)]] by Artisanix
  
What is important/relevant to learn for implementing (complex) meshes in Skyrim. Within Beyond Skyrim, 3D artists are expected to be able to export their own meshes to nifs, if they are simple enough. However, for some complex to implement meshes, like animated meshes or meshes 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 on the implementer's shoulder. Therefore, the first thing you should know is how to [[AU:Mesh_Export_to_NIF|export to nif]] from a 3D program or from a predefined format like fbx.
+
=== Animated objects ===
 +
*[[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
  
Other subjects covered will be:
+
== Importing/exporting ==
 +
*[[AU:Nif Import|Nif Import]]
 +
*[[AU:Mesh Export to NIF|Mesh Export to NIF]]
  
* animation
+
===Import/Export tools===
* polishing (UV, shader faces, tangent spaces, sanitize, correct names...)
+
*[[AU:3DS MAX Import|3DS MAX Import]] plugin
* special effect nodes
+
*[[AU:Blender Niftools Addon|Blender Niftools Addon]]
 +
*[[AU:ck-cmd|ck-cmd]]
 +
*[[AU:Outfit Studio|Outfit Studio]]
 +
*[[AU:PyNifly|PyNifly]]
  
==Basics==
+
[[Category:Arcane University-Implementation]]
 
 
Nif properties are the leverage to modify meshes in certain aspects as intended. Take your time to have a look at the specifics of the NIF data format used for meshes, check [[Arcane_University:NIF_Data_Format|Nif Data Format]]. Topics of interest are especially
 
* weight center
 
* collision
 
* physical havoc material (does it swim, float, hover etc)
 
*[[File:PhysicalMaterial1.png]]
 
* Effect properties (See shaders)
 
* animations
 
* BSFX flags
 
* inventory marker
 
* UV map fixes
 
* Changes in rendering the Mesh (Smooth or blocky, shader type, texture sets, flip faces, ...)
 
* the common sanitize spells
 
** update tangent spaces
 
** renumber nitrishape objects
 
** fix incorrect names
 
* Change structure of nodes (add / remove nif nitrishapes to have additional effects or only parts of an existing mesh available)
 
* Change scale
 
 
 
==specific topics tutorials==
 
 
 
===volume physics===
 
 
 
* Nif data formate and its structure: https://wiki.beyondskyrim.org/wiki/Arcane_University:NIF_Data_Format
 
* making a simple mesh rotation animation with Nifskope https://www.youtube.com/watch?v=YmGVknCC_a8
 
* adjusting size, scale and position of nitrishapes in nifskope: https://www.youtube.com/watch?v=C9rlBDrfSP8
 
* Animate Static Objects: https://www.youtube.com/watch?v=1lkrX3HYSDc
 
* Animate Static Objects via NiTransformController: https://www.youtube.com/watch?v=pYcAA09yygI
 
* copy animations to custom nif: https://www.youtube.com/watch?v=SodgAvvEjwQ
 
* Shader implementation (Fire on a hut): https://www.youtube.com/watch?v=nGO0gwFwnLs
 
* moving the node centers to fit an animated mesh: https://www.youtube.com/watch?v=4H11Kokvqk0&t=24s
 
 
 
===surface rendering===
 
 
 
* DDS texture formate https://wiki.beyondskyrim.org/wiki/Arcane_University:DDS_Data_Format
 
* editing the UV map https://www.youtube.com/watch?v=1u51yDEGzmQ
 
* making a simple rotation animation with a texture via UV map in Nifskope https://www.youtube.com/watch?v=CBlaY5keZRg
 
* placing textures on a nitrishape via nifskope including UV map adjustments: https://www.youtube.com/watch?v=kbnE5MZhdOE
 
 
 
 
 
[[Category:Arcane University-Animation| ]][[Category:Arcane University-Implementation| ]]
 

Latest revision as of 00:38, 1 December 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[edit]

Nif implementation tutorials[edit]

Weapons[edit]

Animated objects[edit]

Importing/exporting[edit]

Import/Export tools[edit]