Oblivion

File information

Last updated

Original upload

Created by

slowpard

Uploaded by

slowpard

Virus scan

Safe to use

Mod articles

  • Ini support

    All data related to quests and completion/failure conditions is stored in the INI files located in Data/INI/ProgressTracker. To add support for a mod, simply place an INI file with a name like "ModName.esp.ini" into the folder, and Progress Tracker will load it automatically (similarly to how LINK handles cfg files, note that INI names in Progress Tracker include the esp/esm extension)

    Quest Groups

    Any quest must belong to at least one Quest Group.
    Quest Groups are displayed on the left pane of the mod menu, and clicking on a group displays all the quests of that group in the right pane.

    An example of adding a group:

    set ProgressTracker.GroupID to sv_Construct "MQ" ;internal ID of a group
    set ProgressTracker.GroupDisplayName to s...