Difference between revisions of "Arcane University:Implementation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
Line 26: Line 26:
  
 
== Implementation Lesson Plan ==
 
== Implementation Lesson Plan ==
 +
 +
=== Quests/Dialogue/NPCs ===
 +
 +
* [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Planning_the_Quest Quest Implementation - Basic (Creation Kit Wiki)]
 +
* [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Packages Quest Implementation - Intermediate (Creation Kit Wiki)]
 +
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]] (To come)
 +
* [[Arcane University:Random Encounters|Random Encounters]] (To come)
 +
* [[Arcane University:NPC Packages|NPC Packages]] (To come---CK Wiki's "Quest Implementation - Intermediate" introduces this for now)
 +
* [[AU:Seq Guide|Seq Guide]]
  
 
=== 3D/NIF Implementation ===
 
=== 3D/NIF Implementation ===
Line 47: Line 56:
 
* [[Arcane University:Magic Effects & Spells|Magic Effects & Spells]] (To come)
 
* [[Arcane University:Magic Effects & Spells|Magic Effects & Spells]] (To come)
 
* [[Arcane University:Perks|Perks]] (To come)
 
* [[Arcane University:Perks|Perks]] (To come)
 
=== Quests/Dialogue/NPCs ===
 
 
* [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Planning_the_Quest Quest Implementation - Basic (Creation Kit Wiki)]
 
* [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Packages Quest Implementation - Intermediate (Creation Kit Wiki)]
 
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]] (To come)
 
* [[Arcane University:Random Encounters|Random Encounters]] (To come)
 
* [[Arcane University:NPC Packages|NPC Packages]] (To come---CK Wiki's "Quest Implementation - Intermediate" introduces this for now)
 
* [[AU:Seq Guide|Seq Guide]]
 
  
 
=== Misc. Other Tutorials ===
 
=== Misc. Other Tutorials ===

Revision as of 19:45, 22 November 2020

< Arcane University

This is the main page of the Beyond Skyrim Arcane University Implementation tutorials. It is structured in three subdivisions:

Expectation

Implementation is the stage where all resources come together, get married, and finally get polished until the game is "ready enough" for shipment. It is the most important and diverse task for Skyrim modding. A good entry to implementation is the official Bethesda Quest tutorial. It touches on many aspects of implementation, like quests, scenes, actors, packages and more. However, it is an entry. Going through the tutorial will make you acquainted with the Creation Kit and it's system, and it can serve as a springboard to dive into more complex tasks.

Things you may be doing as an implementer are:

  • Creating complex quests, sometimes with branching paths
  • Working with the Story manager to create radiant quests
  • Creating scenes, where NPCs talk with each other
  • Creating NPC packages or schedules
  • Creating magic effects or perks
  • Working with more complex NIFs

Fundamental to many of these are the following:

  • Being comfortable working with the Papyrus scripting engine
  • Being able to troubleshoot when something does not work as intended.
  • As part of the former, reading through documentation such as the Creation Kit wiki or other sources.

It should be noted that, in order to be an implementer, you do not need to be able to do all the aforementioned tasks. Some implementers can have more focused areas, such as creating quests or working with NIFs.

Implementation Lesson Plan

Quests/Dialogue/NPCs

3D/NIF Implementation

Game Mechanics

Misc. Other Tutorials