Custom Signs instead of 3D Signs
Step 1: Configure Entity Sets
-- #########################################
-- MRPD Entity Set Configuration
-- #########################################
{
name = "MRPD Main Interior",
coords = vector3(459.153778, -991.8762, 34.5723877),
ipl = "tstudio_mrpd_int_milo_",
entitySets = {
{name = "mrpd_int_logo_3d", enable = false}, -- Disable 3D signs
{name = "mrpd_int_logo_2d", enable = true} -- Enable 2D signs
}
},
{
name = "MRPD Garage Interior",
coords = vector3(459.153931, -991.876648, 22.57239),
ipl = "tstudio_mrpd_garage_milo_",
entitySets = {
{name = "mrpd_garage_logo_3d", enable = false}, -- Disable 3D signs
{name = "mrpd_garage_logo_2d", enable = true} -- Enable 2D signs
}
},Step 2: Remove 3D Signs
Step 3: Edit the YTD Texture
Texture Preview

Last updated