Arcane University: Implementation

The Beyond Skyrim Wiki — Hosted by UESP
Revision as of 18:19, 8 August 2020 by Candoran2 (Talk | contribs) (Formatted link to Scripting best practices so that it wouldn't show the AU prefix.)

Jump to: navigation, search
< Arcane University

This is the main page of the Beyond Skyrim Arcane University Implementation tutorials.

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.

General Workflow

Scripting Best Practices

Asset-specific Tutorials

Tool-specific Guidelines and Links