Difference between revisions of "Arcane University:Implementation"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
(updated ck wiki links)
 
(24 intermediate revisions by 5 users not shown)
Line 1: Line 1:
 
{{Trail}}
 
{{Trail}}
This is the main page of the Beyond Skyrim Arcane University Implementation tutorials. It is structured in three subdivisions:
+
{{AUDisciplines}}
* [[Quest Implementation]]
+
'''Implementation''' is the stage where all resources come together, get married, and finally get polished until the game is "ready enough" for shipment.
* [[Nif Implementation]]
+
* [[Mechanics Implementation]]
+
 
+
== Getting Started ==
+
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.
 
It is the most important and diverse task for Skyrim modding.
  
If you have never touched the Creation Kit before, you should begin with the Creation Kit Wiki's [https://www.creationkit.com/index.php?title=Category:Getting_Started Getting Started] page. After that, a good entry to implementation is the [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Creating_an_Actor 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 its systems, and it can serve as a springboard to dive into more complex tasks. Additionally, the Creation Kit Wiki provides many more tutorials that you can take advantage of ([https://www.creationkit.com/index.php?title=Tutorials CK Wiki Tutorials]/[https://www.creationkit.com/index.php?title=Category:Community_Tutorials Community Tutorials]/[https://www.creationkit.com/index.php?title=Video_Tutorials Video Tutorials]).
+
If you have never touched the Creation Kit before, you should begin with the Creation Kit Wiki's [https://ck.uesp.net/wiki/Category:Getting_Started Getting Started] page. After that, a good entry to implementation is the [https://ck.uesp.net/wiki/Bethesda_Tutorial_Creating_an_Actor 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 its systems, and it can serve as a springboard to dive into more complex tasks. Additionally, the Creation Kit Wiki provides many more tutorials that you can take advantage of ([https://ck.uesp.net/wiki/Tutorials CK Wiki Tutorials]/[https://ck.uesp.net/wiki/Category:Community_Tutorials Community Tutorials]/[https://ck.uesp.net/wiki/Video_Tutorials Video Tutorials]).
  
 
== Expectation ==
 
== Expectation ==
 
 
Some things you may be doing as an implementer are:
 
Some things you may be doing as an implementer are:
 
*Creating complex quests, sometimes with branching paths
 
*Creating complex quests, sometimes with branching paths
Line 29: Line 23:
  
 
== Implementation Lesson Plan ==
 
== Implementation Lesson Plan ==
 
+
{{ImpNav}}
 
=== Quests/Dialogue ===
 
=== Quests/Dialogue ===
  
* [https://www.creationkit.com/index.php?title=Bethesda_Tutorial_Planning_the_Quest Quest Implementation - Basic (Creation Kit Wiki)]
+
* [https://ck.uesp.net/wiki/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: Implementation Scribe Assignment|Implementation Scribe Assignment]]
 +
* To be continued...
 +
Extra resources:
 +
* [https://ck.uesp.net/wiki/Bethesda_Tutorial_Packages Quest Implementation - Intermediate (Creation Kit Wiki)]
 
* [[Arcane University:Dialogue Tips & Tricks|Dialogue Tips & Tricks]] (To come)
 
* [[Arcane University:Dialogue Tips & Tricks|Dialogue Tips & Tricks]] (To come)
 
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]]
 
* [[Arcane University:Voice Line Implementation|Voice Line Implementation]]
Line 44: Line 41:
 
<!-- This is just the lesson plan from https://docs.google.com/document/d/1vjiuNeBrRkmIpzNxzV6VgxBM9WgAfiHKwPwOTrmkYWw/edit and doesn't really match the Nif Implementation page -->
 
<!-- This is just the lesson plan from https://docs.google.com/document/d/1vjiuNeBrRkmIpzNxzV6VgxBM9WgAfiHKwPwOTrmkYWw/edit and doesn't really match the Nif Implementation page -->
 
* [[Arcane University:Static/Havok Objects|Static/Havok Objects]] (To come)
 
* [[Arcane University:Static/Havok Objects|Static/Havok Objects]] (To come)
* [[Arcane University:Animated Objects|Animated Objects]] (To come)
+
* [[Arcane University:Exporting animated statics using ck-cmd|Animated Objects]] (doors, gates, containers, etc.)
 +
* [[Arcane University: Animated Textures in Nif Files|Animated Textures]]
 +
* [http://skyrimmw.weebly.com/skyrim-modding/destructible-object-creation-breakable-stuff-skyrim-modding-tutorial Destructible Objects (external link)]
 
* [[Arcane University:Grasses|Grasses]]
 
* [[Arcane University:Grasses|Grasses]]
 
* [[Arcane University:Tree Animations|Tree Animations]]
 
* [[Arcane University:Tree Animations|Tree Animations]]
* [[Arcane University:Weapons|Weapons]] (To come)
+
* [[Arcane University:Nifskope Weapons Setup|Weapons]]
 
* [[Arcane University:Armors|Armors]] (To come)
 
* [[Arcane University:Armors|Armors]] (To come)
* [[Arcane University:Creatures (Vanilla Skeleton)|Creatures (Vanilla Skeleton)]] (To come)
+
* [[Arcane University:Creatures (Vanilla Skeleton)|Creatures (Vanilla Skeleton)]]
* [[Arcane University:Creatures (Custom Skeleton)|Creatures (Custom Skeleton)]] (To come)
+
* [[Arcane University:Implementation of Custom Animations|Creatures (Custom Skeleton)]]
 +
* [[Arcane University: Adding more bones for animation support with 3DS Max|Adding bones to skeletons (3DS Max)]]
 
* [[Arcane University:Decals|Decals]] (To come)
 
* [[Arcane University:Decals|Decals]] (To come)
* [https://morroblivion.com/forums/3d-models-and-textures/guideline-for-lod-model-creation LOD Model Creation (External Link)]
+
* [[AU:LOD Model Creation|LOD Model Creation]]
  
 
=== Game Mechanics ===
 
=== Game Mechanics ===
Line 58: Line 58:
 
* [[Arcane University:Weathers|Weathers]] (To come)
 
* [[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 Custom 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: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)
 
* [[Arcane University:NPC Packages|NPC Packages]] (To come—CK Wiki's "Quest Implementation - Intermediate" introduces this for now)
 +
* [[Arcane University:Procedures|Procedures]]
  
 
=== Misc. Other Tutorials ===
 
=== Misc. Other Tutorials ===
  
* [https://www.creationkit.com/index.php?title=Category:Getting_Started Getting Started with the Creation Kit (Creation Kit Wiki)]
+
* [https://ck.uesp.net/wiki/Category:Getting_Started Getting Started with the Creation Kit (Creation Kit Wiki)]
* [https://www.creationkit.com/index.php?title=Category:Bethesda_Scripting_Tutorial_Series Bethesda Scripting Tutorial Series (Creation Kit Wiki)]
+
* [https://ck.uesp.net/wiki/Category:Bethesda_Scripting_Tutorial_Series Bethesda Scripting Tutorial Series (Creation Kit Wiki)]
 
* [http://www.cipscis.com/skyrim/tutorials/beginners.aspx Papyrus for Beginners (External Link)]
 
* [http://www.cipscis.com/skyrim/tutorials/beginners.aspx Papyrus for Beginners (External Link)]
 +
* [[AU:Dynamic Book Entries|Dynamic Book Entries]]
 
* [[AU:Scripting Best Practices|Scripting Best Practices]]
 
* [[AU:Scripting Best Practices|Scripting Best Practices]]
 
* [[AU:Custom Map Marker Implementation|Custom Map Marker Implementation]]
 
* [[AU:Custom Map Marker Implementation|Custom Map Marker Implementation]]
 +
* [[AU:Compatible Implementation of Hard Coded Music Types|Compatible Implementation of Hard Coded Music Types]]
 +
* [[AU:World space synchronization|World space synchronization]]
 +
* [[AU:Cross Province Travel|Cross Province Travel]]
 +
 +
=== Merging esps ===
 
* [[AU:Masterfile Merging with MergePlugins|Masterfile Merging with MergePlugins]]
 
* [[AU:Masterfile Merging with MergePlugins|Masterfile Merging with MergePlugins]]
 +
* [[AU:Masterfile Merging with Perforce]]
  
 
== Test Claims ==
 
== Test Claims ==

Latest revision as of 17:09, 14 January 2024

< Arcane University
AULabel.png AU Disciplines
3D Art
Animation
Concept Art
Implementation
Level Design
Music Composition
Project Management
Sound Effects
Voice Acting
Writing

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.

If you have never touched the Creation Kit before, you should begin with the Creation Kit Wiki's Getting Started page. After that, 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 its systems, and it can serve as a springboard to dive into more complex tasks. Additionally, the Creation Kit Wiki provides many more tutorials that you can take advantage of (CK Wiki Tutorials/Community Tutorials/Video Tutorials).

Expectation[edit]

Some 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[edit]

Implementation
Departments
Quests
Nifs
Mechanics

Quests/Dialogue[edit]

Extra resources:

3D/NIF Implementation[edit]

Game Mechanics[edit]

Misc. Other Tutorials[edit]

Merging esps[edit]

Test Claims[edit]

Test Claims used by the Arcane University to give students access to authentic Beyond Skyrim and Third-Party project claims.

Test claims are, primarily, an exercise. If a student completes the claim and it is of a very high quality, the claim in question may become part of the project. Teachers are allowed and encouraged to use these claims as final exams for students.

  1. Any claim can be taken by anyone, at any time by asking the corresponding teacher.
  2. The claims are used as an exercise. Should a student complete it especially well and with required quality, then the asset may be used for the corresponding project and the student gets the chance to be accepted as a developer.
  3. Teachers can use claims as "entrance exams" for a project, when the specific project has given consent.
  4. All claims should be finished within 1 month. They can be dropped at any time with no penalty, and there is no penalty for failing to complete the claim within the given period. The claim can be approached again at a later date if desired.
  5. If you find yourself hitting a wall with the claim, ask a teacher! Other students may also have useful information. And there is no shame in following #4 and dropping it to move on to something else. The brain needs distance to make sense of the issues it finds.

The AU's Implementation Test Claims can be found here: Implementation Test Claims Trello Board.