0 of 0

File information

Last updated

Original upload

Created by

SeaSparrow

Uploaded by

Shekhinaga

Virus scan

Safe to use

103 comments

  1. Shekhinaga
    Shekhinaga
    • premium
    • 507 kudos
    Locked
    Sticky
    Are you here looking for older versions? These awesome authors have you covered.

    1.5 Backport by Fuzzles
    1.6 Backport by LuciusPortanius24
  2. HEHE3285404
    HEHE3285404
    • member
    • 0 kudos
    This module can randomly distribute one item from the filled item IDs in a container.
  3. Qarbone
    Qarbone
    • premium
    • 4 kudos
    Can I add stuff into the player's inventory, so they have items at the start of a new game?
    1. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      No. However, you don't need SKSE for that - just make a quest, make a player ref alias, and add the items to the player's inventory there.
  4. cuddm
    cuddm
    • premium
    • 17 kudos
    Do CDF json rules support comments with the typical escape characters like "//" somehow? Asking because normally json syntax does not allow comments and the current C.O.I.N. rules have comments inside (which makes syntax checkers mark it as invalid json)
    1. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      That is a very good question. True, the JSON standard doesn't allow for comments. However, given as how that is a stupid decision, I've elected to ignore it. The parser I use (jsoncpp) has a feature to ignore comments, which I use.
  5. tykindsir
    tykindsir
    • member
    • 5 kudos
    Hey there, I tried to search for a guide to use this tool online, is there something like that available?
  6. lilebonymace
    lilebonymace
    • premium
    • 669 kudos
    found 3 typos in the documentation:
    - missing "," after the "conditions" object in all the examples
    - missing line break before "Depending on how they are combined, you can create different rule types."
    - the example for "Container Base Form Condition" is not in a code block
    1. Woolwrath
      Woolwrath
      • member
      • 0 kudos
      Thanks. This saved me some headaches
  7. NomadMerc
    NomadMerc
    • member
    • 1 kudos
    not sure it is this mod but upon updating, no longer mine ore from mines but just legacy of the Dragonborn items.
    1. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      Nope, not this mod. Ores are essentially activators that trigger when they are hit. There are a few ways to identify a potential culprit:
      1. Check the ore script (should also be included in Legacy of the Dragonborn)
      2. Check the ore deposits themselves (the activators, not the references)
  8. Duuurekka
    Duuurekka
    • premium
    • 156 kudos
    Anybody who uses C.O.I.N. started to get Ayleid Mala (or another maybe) from containers instead of gold after updating this mod 3.0.1?
    1. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      Can't say that I have. I will check that out though.
    2. kraag
      kraag
      • premium
      • 87 kudos
      yes, im gettin the malas, any extra info ya want, just let me know
    3. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      We found out what that was - a combination of a CDF unintended behavior and a COIN bug.

      tl;dr -> Fixed now, check latest update.

      CDF, when parsing conditions, skips forms that cannot be found (if the plugin is missing). This is intended - it allows you to specify mod added forms without needing a dependency. However, the unintended part is that if NO forms are found the change still happens, just without a condition. This is what was happening in COIN - COIN was looking for ccBGSSSE067_LocTypeAyleidRuin, which ONLY exists in ccBGSSSE067, but did not create a dependency on that AE CC.

      If you had ccBGSSSE067, all was fine. If you DIDN'T - then it would be distributed everywhere. That last part was CDF's unintended side-effect that was addressed in the latest update.
    4. DragonPi
      DragonPi
      • premium
      • 38 kudos
      I had just been noticing this in my latest playthrough, thanks for the fix!
    5. kraag
      kraag
      • premium
      • 87 kudos
      Many thanks for the support
  9. dlwpghek2
    dlwpghek2
    • member
    • 9 kudos
    Can this mod replace OWL??
  10. namechooser
    namechooser
    • member
    • 11 kudos
    i'm trying to run
    Assorted Vampire Fixes and Tweaks

    it calls on this mod
    Container Distribution Framework For the Viscera module

    i launch this and i get a DLL warning error, that recommends me to abort the launch..
    the launcher error points to this mod.

    "a DLL plugin has failed to load correctly"
    "CDF.dll reported as incompatible during load"

    can you explain this ?
    1. Shekhinaga
      Shekhinaga
      • premium
      • 507 kudos
      I am going to investigate over the weekend.
  11. dragonrykr
    dragonrykr
    • member
    • 11 kudos
    I hope the CTD issue with v3.0.0 will be fixed

    For now, v2.2.1 it is