Jump to content

Champy

Member
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Champy

  1. Following my old bug report I found more typos in the distributions tables : local typos ={ -- keys are what is referenced in the Distributions.lua file -- values are what they should be referencing, aka the actual key in ProceduralDistributions.lua CrateCompactDisks = "CrateCompactDiscs", BakeryDonuts = "BakeryDoughnuts", CrateSandbags = "CrateSandBags", SportsStoreSneakers = "SportStoreSneakers", PlankStashWeapon = "PlankStashGun", ElectronicStoreComputer = "ElectronicStoreComputers", ElectronicsStoreMusic = "ElectronicStoreMusic", CrateNapkins = "CratePaperNapkins", MusicStoreAcoustic = "MusicStoreGuitar", } Additionally, I found the following loot tables referenced in Distributions.lua, but without a corresponding key in ProceduralDistributions.lua : -- line 7210, 7230, 7239 , pawnshopoffice loot {name="GunStoreGuns", min=0, max=99, weightChance=100}, -- line 7964, sewingstore loot {name="BookstoreTailoring", min=1, max=2, weightChance=100},
  2. Can confirm... And the classrooms of that school have the room name "classroom2" instead of "classroom", which might be the cause of this.
  3. Same for BakeryDonuts : {name="BakeryDonuts", min=0, max=99, forceForRooms="donut_kitchen"} BakeryDoughnuts = { rolls = 4, ... }
  4. In the distributions, there are 3 procList item with the name "CrateCompactDisks" like this : {name="CrateCompactDisks", min=0, max=1, weightChance=100}, However, in ProceduralDistributions.lua , the table is named "CrateCompactDiscs" instead of "CrateCompactDisks". CrateCompactDiscs = {rolls = 4, ... }
  5. In the distributions, there are 3 procList items with the name "CrateCompactDisks" like this : {name="CrateCompactDisks", min=0, max=1, weightChance=100}, However, in ProceduralDistributions.lua , the table is named "CrateCompactDiscs" instead of "CrateCompactDisks". CrateCompactDiscs = { rolls = 4, ... }
×
×
  • Create New...