Project talk:Data Dictionary

From Step Mods | Change The Game
Revision as of 06:40, July 16, 2013 by Farlo (talk | contribs)

Vista-file-manager.png
Archive


Proposed Mod Attributes (Discussion Page)[edit source]

Below is a work-in-progress list of attributes that can be associated with mod pages. Feel free to add anything you might think is useful. Let's try to keep it organized, so group similar or related properties as best you can. Note that Baseline has been removed from this list on purpose, that should be a Pack attribute based on the Pack's guidelines. ~FarloUser Farlo Sig.pngTalk 19:56, July 15, 2013 (MDT)

Mod Info[edit source]
  • Author (string) - The author(s) of the mod.
  • FullName (string) - Full name of the mod according to source.
  • SourceName (string) - Supported mod source. Specifies a URL created from "Steam" or "Nexus" mod ID. "Other" prompts for user input of a full URL string.
  • SourceID (string) - "Steam" or "Nexus" mod SourceID if either is specified in SourceName.
  • SourceURL (URL) - Full URL if SourceName is specified as "Other".
  • Section (string) - STEP installation "blocks" specified using "allows value" declarations.
Proposed by Farlo: Change to broad categorization of the mod (NOT the STEP section, similar idea to the Nexus categories)
  • SectionLabel (string) - A human-meaningful label associated with Section. This is not passed into the template, only referenced.
  • Baseline (string) - Specifies the recommended mod option when more than one are available.
  • ForumTID (string) - Specifies a URL created using the thread ID of the mod on the STEP forums.


  • External URL (object) - Multiple-instance template containing:
    • ExternalURL (URL) - URL string specifying a page associated with the mod; other hosts, Facebook, etc. (URL)
    • ExternalLabel (string) - A human-meaningful label associated with ExternalURL (string)
Mod Flags[edit source]
  • QualityItems - multiple instances of a QualityValue.
    • QualityValue - Available graphical tiers or options available (2048, 1024, High, Low, etc.) (string).
  • HasPlugin - Indicates that the mod has a plugin file (select: ESP, ESM, None).
    • CleanPlugin - Indicates that the mod's plugin is clean (boolean). Dependent on HasPlugin.
  • Notes - Mod-specific information or special notes (string).


  • DLCRequired (string) - Indicates which DLC's are required by the mod.
  • DLCSupported (string) - Indicates which DLC's are supported by the mod via an addon.
  • DocDescription (Boolean) - Indicates that the mod includes a description of what the mod does.


  • DocInstall (Boolean) - Indicates that the mod includes installation instructions.
  • DocUninstall (Boolean) - Indicates that the mod includes un-installation instructions.
  • HasScript (Boolean) - Indicates that the mod uses scripts.


  • CompatibleBAIN (Boolean) - Indicates that the mod package has BAIN support.
  • CompatibleFOMOD (Boolean) - Indicates that the mod package has FOMOD support.
  • IsOptimized (Boolean) - Indicates that the mod has MCM functionality and depends on SkyUI.
  • HasSkyProc (Boolean) - Indicates that the mod contains a SkyProc patcher.
  • LoreFriendly (Boolean) - Indicates that the mod is considered lore friendly.
  • CleanUninstall (Boolean) - Indicates that mod can be deactivated without corrupting save games.
  • LoreFriendly (Boolean) - Indicates if a mod is considered lore friendly.
  • IsCore (Boolean) - Indicates if a mod is CORE to the STEP experience.
  • AffectsFPS (Boolean) - Indicates if a mod has a noticeable FPS impact.
  • AffectsVRAM (Boolean) - Indicates if a mod has a noticeable VRAM impact.
  • PerformanceAvailable (Boolean) - Indicates if a mod has a performance version available.
  • QualityAvailable (Boolean) - Indicates if a mod has a quality version available.
  • Proposed by Farlo: Replace AffectsFPS, AffectsVRAM, PerformanceAvailable, and QualityAvailable with the following:
    • QualityItems - multiple instances of a QualityValue, AffectsFPS, and AffectsVRAM (object).
      • QualityValue (String) - Available graphical tiers or options available (2048, 1024, High, Low, etc.).
      • AffectsFPS (Boolean) - Indicates if a mod has a noticeable FPS impact.
      • AffectsVRAM (Boolean) - Indicates if a mod has a noticeable VRAM impact.