Difference between revisions of "Arcane University:Implementation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
Line 27: Line 27:
 
== Implementation Lesson Plan ==
 
== Implementation Lesson Plan ==
  
=== Quests/Dialogue/NPCs ===
+
=== Quests/Dialogue ===
  
 
* [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_Planning_the_Quest Quest Implementation - Basic (Creation Kit Wiki)]
Line 33: Line 33:
 
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]] (To come)
 
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]] (To come)
 
* [[Arcane University:Random Encounters|Random Encounters]] (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]]
 
* [[AU:Seq Guide|Seq Guide]]
  
Line 51: Line 50:
 
=== Game Mechanics ===
 
=== Game Mechanics ===
  
* [[Arcane University:Weathers|Weathers]]
+
* [[Arcane University:Weathers|Weathers]] (To come)
 
* [https://www.youtube.com/watch?v=kpg14lOGaVo Implementing a Custom Creature Race (Youtube)]  
 
* [https://www.youtube.com/watch?v=kpg14lOGaVo Implementing a Custom Creature Race (Youtube)]  
 
* [https://morroblivion.com/forums/music-and-sound/creature-sfx-implementation-guide Custome Creature Sound Effects (External Link)]
 
* [https://morroblivion.com/forums/music-and-sound/creature-sfx-implementation-guide Custome Creature Sound Effects (External Link)]
 
* [[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)
 +
* [[Arcane University:Setting Up an NPC|Setting Up an NPC]] (To come)
 +
* [[Arcane University:NPC Packages|NPC Packages]] (To come---CK Wiki's "Quest Implementation - Intermediate" introduces this for now)
  
 
=== Misc. Other Tutorials ===
 
=== Misc. Other Tutorials ===

Revision as of 20:04, 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

3D/NIF Implementation

Game Mechanics

Misc. Other Tutorials