Editing Arcane University:Implementation

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 1: Line 1:
 
{{Trail}}
 
{{Trail}}
{{AUDisciplines}}
+
This is the main page of the Beyond Skyrim Arcane University Implementation tutorials.  
'''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 [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 ==
 +
 
 +
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 [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 it's system, and it can serve as a springboard to dive into more complex tasks.
  
== Expectation ==
+
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
 
*Working with the Story manager to create radiant quests
 
*Working with the Story manager to create radiant quests
Line 22: Line 22:
 
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.
 
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 ==
+
== General Workflow ==
{{ImpNav}}
+
=== Quests/Dialogue ===
+
  
* [https://ck.uesp.net/wiki/Bethesda_Tutorial_Planning_the_Quest Quest Implementation - Basic (Creation Kit Wiki)]
+
[[Arcane University:Scripting Best Practices|Scripting Best Practices]]
* [[Arcane University: Implementation Scribe Assignment|Implementation Scribe Assignment]]
+
 
* To be continued...
+
== Asset-specific Tutorials ==
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:Voice Line Implementation|Voice Line Implementation]]
+
* [[Arcane University:Random Encounters|Random Encounters]] (To come)
+
* [[Arcane University:World Interactions|World Interactions]]
+
 
* [[AU:Seq Guide|Seq Guide]]
 
* [[AU:Seq Guide|Seq Guide]]
 
=== 3D/NIF Implementation ===
 
 
<!-- 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: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:Tree Animations|Tree Animations]]
 
* [[Arcane University:Nifskope Weapons Setup|Weapons]]
 
* [[Arcane University:Armors|Armors]] (To come)
 
* [[Arcane University:Creatures (Vanilla Skeleton)|Creatures (Vanilla Skeleton)]]
 
* [[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)
 
* [[AU:LOD Model Creation|LOD Model Creation]]
 
 
=== Game Mechanics ===
 
 
* [[Arcane University:Weathers|Weathers]] (To come)
 
* [https://www.youtube.com/watch?v=kpg14lOGaVo Implementing a Custom Creature Race (Youtube)]
 
* [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: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)
 
* [[Arcane University:Procedures|Procedures]]
 
 
=== Misc. Other Tutorials ===
 
 
* [https://ck.uesp.net/wiki/Category:Getting_Started Getting Started with the Creation Kit (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)]
 
* [[AU:Dynamic Book Entries|Dynamic Book Entries]]
 
* [[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 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.
 
 
# Any claim can be taken by anyone, at any time by asking the corresponding teacher.
 
# 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.
 
# Teachers can use claims as "entrance exams" for a project, when the specific project has given consent.
 
# 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.
 
# 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: [https://trello.com/b/8hMcebPq/test-claims-implementation Implementation Test Claims Trello Board].
+
== Tool-specific Guidelines and Links ==
  
 
[[Category:Arcane University-Implementation]]
 
[[Category:Arcane University-Implementation]]

Please note that all contributions to Beyond Skyrim are considered to be released under the Creative Commons Attribution-ShareAlike (see Beyond Skyrim Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To edit this page, please answer the question that appears below (more info):

Cancel | Editing help (opens in new window)