Difference between revisions of "Arcane University:Nif Implementation"
m (Hannes821 moved page Nif Implementation to Arcane University:Nif Implementation) |
(Added trail and removed manual categories. Fixed up reference to quests, where it should have said implementing meshes.) |
||
Line 1: | Line 1: | ||
+ | {{Trail|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: | 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]] | * [[Quest Implementation]] | ||
Line 6: | Line 8: | ||
==Workflow & general tutorials== | ==Workflow & general tutorials== | ||
− | What is important/relevant to learn for | + | 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: | ||
* animation | * animation | ||
Line 16: | Line 20: | ||
*... | *... | ||
*... | *... | ||
− | |||
− |
Revision as of 14:56, 28 August 2020
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 export to nif from a 3D program or from a predefined format like fbx.
Other subjects covered will be:
- animation
- polishing (UV, shader faces, tangent spaces, sanitize, correct names...)
- special effect nodes
specific topics tutorials
- ...
- ...