CrateType names?

Discussion in 'Rust Development' started by Nick!, Oct 7, 2017.

  1. So i was looking through the BetterLoot Plugin and found that in the config file there are different types of crateTypes/barrelTypes.

    Ex:
    Code:
    {
      "Barrel": {
        "barrelTypes": "loot-barrel|loot_barrel|loot_trash",
        "enableBarrels": true,
        "maxItemsPerBarrel": 8,
        "minItemsPerBarrel": 3,
        "randomAmountBarrels": true,
        "refreshBarrels": true
      },
      "Crate": {
        "crateTypes": "crate_normal|crate_tools",
        "enableCrates": true,
        "maxItemsPerCrate": 8,
        "minItemsPerCrate": 3,
        "randomAmountCrates": true,
        "refreshCrates": true
      },
    I was wondering where i could get an entire list of all the crateTypes and barrelTypes so i can modify them?

    Cheers,
    -Nick!
    [DOUBLEPOST=1507338476][/DOUBLEPOST]Whoops. Wrong section. My bad.
     
  2. Sorry for the triple post, but is there possibly a reference to the crateTypes and barrelTypes in the decompiled version of Assembly-CSharp.dll?