Config = {} Config.debug = true Config.models = { -- ========================================================= -- HOSPITAL -- ========================================================= [5775] = { dffPath = "assets/models/city/hospital.dff", txdPath = "assets/models/city/hospital.txd", colPath = "assets/models/city/hospital.col", colDistance = 3000 }, [1902] = { dffPath = "assets/models/city/hospital_door.dff", txdPath = "assets/models/city/hospital.txd", colPath = "assets/models/city/hospital_door.col", colDistance = 3000 }, [5776] = { dffPath = "assets/models/city/hospital_glass.dff", colDistance = 150 }, -- ========================================================= -- PMERJ -- ========================================================= [7425] = { dffPath = "assets/models/city/7425.dff", txdPath = "assets/models/city/7425.txd", colPath = "assets/models/city/7425.col", colDistance = 3000 }, [7530] = { dffPath = "assets/models/city/7530.dff", txdPath = "assets/models/city/7530.txd", colPath = "assets/models/city/7530.col", colDistance = 3000 }, -- ========================================================= -- VINEWOOD PLATE -- ========================================================= [13722 ] = { dffPath = "assets/models/city//metropoles_sign.dff", txdPath = "assets/models/city/metropoles_sign.txd", colPath = "assets/models/city/metropoles_sign.col", colDistance = 1500 }, -- ========================================================= -- VINEWOOD PLATE 2 -- ========================================================= [13759 ] = { dffPath = "assets/models/city/metropoles_signLOD.dff", txdPath = "assets/models/city/metropoles_sign.txd", colPath = "assets/models/city/metropoles_sign.col", colDistance = 1000000 }, --[[ -- ========================================================= -- pcesp -- ========================================================= [4018] = { dffPath = "assets/models/city//pcesp.dff", txdPath = "assets/models/city/pcesp.txd", colPath = "assets/models/city/pcesp.col" }, [5815] = { dffPath = "assets/models/city/marketstation_7.dff", txdPath = "assets/models/city/marketstation_1.txd", colPath = "assets/models/city/marketstation_7.col" }, [5796] = { dffPath = "assets/models/city/marketstation_6.dff", txdPath = "assets/models/city/marketstation_1.txd", colPath = "assets/models/city/marketstation_6.col" }, ]] }