Editing Arcane University:Nif Implementation

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
{{Trail|Implementation}}{{ImpNav}}
+
{{Trail|Implementation}}
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 [[AU:Mesh_Export_to_NIF|export to nif]] from a 3D program or from a predefined format like fbx.
+
 
 +
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:
 +
* [[Quest Implementation]]
 +
* Nif Implementation
 +
* [[Mechanics Implementation]]
 +
 
 +
==Workflow & general tutorials==
 +
 
 +
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.
  
 
Other subjects covered will be:
 
Other subjects covered will be:
Line 8: Line 16:
 
* special effect nodes
 
* special effect nodes
  
For the basic process of asset implementation, see [[AU:Intro to Asset Implementation|Intro to Asset Implementation]]
+
==Basics==
  
==Nif Overview==
+
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
Nif files are much more than models. They also include properties and attributes which define how the model interacts with the game world physically. A detailed reference guide for nifs is available at the [[Arcane_University:NIF_Data_Format|NIF Data Format]] page. Here are some pages focusing in on specific aspects of nifs:
+
* weight center
 
+
* collision
===Nif properties===
+
* physical havoc material
* [[AU:Mesh Collisions|Collision and physics settings]]
+
* Effect properties (See shaders)
** [[AU:Nifskope Hinge Constraints|Hinge Constraints]]
+
* animations
* [[AU:NIF Data Format#Shader Types|Shader settings]]
+
* BSFX flags
** [[AU:NIF Data Format#Effect Properties|Effect properties]]
+
* inventory marker
* [[AU:Animation|Animation]]
+
* General Metadata
+
** [[AU:NIF Data Format#BSXFlags node|BSX Flags]] (enable things like animation and physics)
+
** [[AU:NIF Data Format#Inventory Marker|Inventory marker]] (changes how the item is shown in the inventory)
+
 
+
===Troubleshooting===
+
 
* UV map fixes
 
* UV map fixes
* The common sanitize spells
+
* Changes in rendering the Mesh (Smooth or blocky, shader type, texture sets, flip faces, ...)
 +
* the common sanitize spells
 
** update tangent spaces
 
** update tangent spaces
** renumber NiTriShape objects
+
** renumber nitrishape objects
 
** fix incorrect names
 
** fix incorrect names
 
* Change structure of nodes (add / remove nif nitrishapes to have additional effects or only parts of an existing mesh available)
 
* Change structure of nodes (add / remove nif nitrishapes to have additional effects or only parts of an existing mesh available)
 
* Change scale
 
* Change scale
  
==Specific topics tutorials==
+
==specific topics tutorials==
===Volume physics===
+
 
* Nif data format and its structure: [[AU:NIF_Data_Format|NIF Data Format]]
+
===volume physics===
* Adjusting size, scale and position of NiTriShapes in NifSkope: https://www.youtube.com/watch?v=C9rlBDrfSP8
+
 
 +
* 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: 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===
+
===surface rendering===
* [[AU:DDS Data Format|DDS texture format]]
+
* Editing the UV map https://www.youtube.com/watch?v=1u51yDEGzmQ
+
* 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| ]]
+
* 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

Please note that all contributions to Beyond Skyrim are considered to be released under the Creative Commons Attribution-ShareAlike (see Beyond Skyrim Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)

Templates used on this page: