Difference between revisions of "User:Thingy Person"

The Beyond Skyrim Wiki — Hosted by UESP
Jump to: navigation, search
Line 5: Line 5:
 
* 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:
  
 
* Your .esp file
 
* Your .esp file

Revision as of 07:14, 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/Facegen and Textures/Actors/Facegen

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 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.