Skyrim

File information

Last updated

Original upload

Created by

DF_XYZ

Uploaded by

dfxyz1

Virus scan

Safe to use

Tags for this mod

Mod articles

  • Guide: Add Support for Other Mods

    Overview
    In Time Flies version 2.0, big changes have been made to the code structure.
    I implemented a "framework" in order to make it easier to add support for other mods, so you don't have to mess with the main script or care about stuffs other than the mod you want to support.

    At the moment, Time Flies consists of these quests (and scrpits in brackets):
    TimeFlies (TimeFliesMain, TimeFliesMCM, TimeFliesPlayerAlias)
    TimeFliesModHandler (TimeFliesMods)
    TimeFliesSupportForHearthfire (TFHearthfire)
    TimeFliesSupportForCampfire(TFCampfire)
    TimeFliesSupportForINeed(TFiNeed)

    Quest TimeFlies contains core functions and MCM UI stuffs. Quest TImeFliesModHandler works as a middleware, or a "framework", controllin...