2025-04-07 01:41:12 +00:00

95 lines
2.9 KiB
Lua

return {
exteriorHashs = { -- Used for hiding the exterior when inside of an apartment IPL
['DellPerroHeightsApt4'] = {`sm_14_emissive`, `hei_sm_14_bld2`},
['DellPerroHeightsApt7'] = {`sm_14_emissive`, `hei_sm_14_bld2`},
['4IntegrityWayApt28'] = {`hei_dt1_03_build1x`, `DT1_Emissive_DT1_03_b1`, `dt1_03_dt1_Emissive_b1`},
['4IntegrityWayApt30'] = {`hei_dt1_03_build1x`, `DT1_Emissive_DT1_03_b1`, `dt1_03_dt1_Emissive_b1`},
['RichardMajesticApt2'] = {`hei_bh1_08_bld2`, `bh1_emissive_bh1_08`, `bh1_08_bld2_LOD`, `hei_bh1_08_bld2`, `bh1_08_em`},
['TinselTowersApt42'] = {`apa_ss1_02_building01`, `SS1_02_Building01_LOD`},
},
furniture = {
lighting = {
{
object = 'ba_prop_battle_lights_wall_l_a',
label = 'Garden Wall Lamp',
},
{
object = 'h4_prop_battle_lights_ceiling_l_c',
label = 'Long Ceiling Lamp',
},
{
object = 'apa_mp_h_lit_floorlampnight_07',
label = 'Blue Floor Lamp',
},
{
object = 'apa_mp_h_lit_floorlamp_17',
label = 'Tripod Floor Lamp',
},
},
couches = {
{
object = 'prop_couch_sm_02',
label = 'Medium Couch',
},
{
object = 'v_res_tre_sofa_mess_a',
label = 'Messy Couch 1',
},
{
object = 'v_res_tre_sofa_mess_b',
label = 'Messy Couch 2',
},
{
object = 'v_res_tre_sofa_mess_c',
label = 'Messy Couch 3',
},
{
object = 'prop_couch_01',
label = 'Pillow Couch',
},
{
object = 'prop_couch_03',
label = 'Old School Couch',
},
{
object = 'prop_couch_04',
label = 'Pillow & Blanket Couch',
},
},
tables = {
{
object = 'hei_heist_tab_sidelrg_02',
label = 'Glass Coffee Table',
},
{
object = 'v_res_fh_diningtable',
label = 'Dining Table',
},
{
object = 'v_res_j_coffeetable',
label = 'Wooden Coffee Table',
},
},
beds = {
{
object = 'h4_mp_h_yacht_bed_02',
label = 'Luxurious Bed',
},
{
object = 'v_res_tre_bed1',
label = 'Normal Bed 1',
},
{
object = 'v_res_tre_bed2',
label = 'Normal Bed 2',
},
{
object = 'v_res_tre_bed1_messy',
label = 'Messy Normal Bed 2',
},
},
}
}