Difference between revisions of "User:Thingy Person"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
Line 4: Line 4:
 
* Then, begin doing the [https://ck.uesp.net/wiki/Bethesda_Tutorial_Planning_the_Quest Quest Design Fundamentals] series
 
* Then, begin doing the [https://ck.uesp.net/wiki/Bethesda_Tutorial_Planning_the_Quest Quest Design Fundamentals] series
 
* Next, do the [https://ck.uesp.net/wiki/Bethesda_Tutorial_Packages Intermediate Quest Design] series
 
* Next, do the [https://ck.uesp.net/wiki/Bethesda_Tutorial_Packages Intermediate Quest Design] series
 +
 +
  
 
After doing Quest Design Fundamentals, and again after completing Intermediate Quest Design, it may be a good idea to post your work in the Discord channel and request feedback. To do this, gather up the following files and package them in a .zip archive with the original folder structure intact:
 
After doing Quest Design Fundamentals, and again after completing Intermediate Quest Design, it may be a good idea to post your work in the Discord channel and request feedback. To do this, gather up the following files and package them in a .zip archive with the original folder structure intact:
Line 11: Line 13:
 
* Papyrus script sources (.psc file extension); the default folder for Skyrim Special Edition is Source/Scripts
 
* Papyrus script sources (.psc file extension); the default folder for Skyrim Special Edition is Source/Scripts
 
* Your .seq file (in the seq folder) if you generated one
 
* Your .seq file (in the seq folder) if you generated one
* Facegen data if you generated it, in Meshes/Actors/Facegen and Textures/Actors/Facegen
+
* Facegen data if you generated it, in Meshes/Actors/Character/FaceGenData and Textures/Actors/Character/FaceGenData
  
 
If you aren't using a mod manager, then the Creation Kit will dump all of these files in the respective directories in your Data folder and you will need to gather them up manually. Sorting by modified date may help. If you are launching the Creation Kit through Mod Organizer 2, then the files will be outputted to the Overwrite folder, which may make it easier.
 
If you aren't using a mod manager, then the Creation Kit will dump all of these files in the respective directories in your Data folder and you will need to gather them up manually. Sorting by modified date may help. If you are launching the Creation Kit through Mod Organizer 2, then the files will be outputted to the Overwrite folder, which may make it easier.
 +
 +
You do not need to package either compiled or source Default scripts since they come installed with Skyrim and other users will already have them as a result.
  
 
If you end up contributing to a mod project, you won't have to generate and include a seq file or facegen seeing as that will need doing by the build maintainer after your work has been merged. If you are releasing a personal mod, though, all of these need including.
 
If you end up contributing to a mod project, you won't have to generate and include a seq file or facegen seeing as that will need doing by the build maintainer after your work has been merged. If you are releasing a personal mod, though, all of these need including.

Revision as of 07:17, 7 September 2025

Welcome to the start of the Quest and Dialogue Implementation assignment series at the Arcane University. These assignments will introduce you to a great deal of relevant topics so that you'll be in a position to contribute to a mod project, or develop your own mods. This first page is not quite an assignment yet, but guidance on using the official Bethesda tutorials to get you up to speed.


After doing Quest Design Fundamentals, and again after completing Intermediate Quest Design, it may be a good idea to post your work in the Discord channel and request feedback. To do this, gather up the following files and package them in a .zip archive with the original folder structure intact:

  • Your .esp file
  • Compiled papyrus scripts (.pex file extension) in the Scripts folder
  • Papyrus script sources (.psc file extension); the default folder for Skyrim Special Edition is Source/Scripts
  • Your .seq file (in the seq folder) if you generated one
  • Facegen data if you generated it, in Meshes/Actors/Character/FaceGenData and Textures/Actors/Character/FaceGenData

If you aren't using a mod manager, then the Creation Kit will dump all of these files in the respective directories in your Data folder and you will need to gather them up manually. Sorting by modified date may help. If you are launching the Creation Kit through Mod Organizer 2, then the files will be outputted to the Overwrite folder, which may make it easier.

You do not need to package either compiled or source Default scripts since they come installed with Skyrim and other users will already have them as a result.

If you end up contributing to a mod project, you won't have to generate and include a seq file or facegen seeing as that will need doing by the build maintainer after your work has been merged. If you are releasing a personal mod, though, all of these need including.