File information

Last updated

Original upload

Created by

Mandla

Uploaded by

MandlaUnbound

Virus scan

Safe to use

Mod articles

  • Creating letter addon mods for Conspiracy of Skyrim

    UPDATE
    With the release of my mod Courier Deliver System, I now recommend to use that mod instead of following this article.



    With version 1.5, a letter delivery was introduced to the mod. It uses the vanilla courier to deliver them. Most importantly, the feature was created with the support for patches, so that conspiracies can be created about other mods.

    While the script prioritizes the letters associated with completing quests, if there's no new tracked quest that have been completed, generic letters from Ymir will be sent. At that point, the script checks a FormList when determining which letter to send through the courier. If the FormList contains letters, there's a 30% chance for those letter to be selected and sent. 

    In th...