🏠QS Housing

Configuration information for QS Housing

  1. If you are using newer version go the config file and add these to the 'Config.Shells' section

{ model = 'bk_apartmentone',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'bk_apartmenttwo',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentthree',    stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentfour',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartmentfive',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_apartment6',        stash = { maxweight = 1000000, slots = 5 } },

    -- Houses
    { model = 'bk_houseone',           stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housetwoshell',      stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housethree',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housefour',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housefive',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_housesix',           stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_houseseven',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_houseeight',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house9',             stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house10',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house11',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house12',            stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_house13',            stash = { maxweight = 1000000, slots = 5 } },

    -- Traps
    { model = 'dc_trapshellone',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trapshelltwo',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trapshellthree',     stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_trap4',              stash = { maxweight = 1000000, slots = 5 } },

    -- Townhouses
    { model = 'dc_townhouse',          stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhousetwo',       stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhouse3',         stash = { maxweight = 1000000, slots = 5 } },
    { model = 'dc_townhouse4',         stash = { maxweight = 1000000, slots = 5 } },

    -- Hotel
    { model = 'dchotel_shell',         stash = { maxweight = 1000000, slots = 5 } },
  1. If you are using older version go to config and add these to the 'Config.Shells' section

Last updated