From 047fc4a65ef23d0ecdeeeb82770c15aad2af7cd1 Mon Sep 17 00:00:00 2001 From: Bostra <119994243+B0STRA@users.noreply.github.com> Date: Fri, 13 Oct 2023 02:31:16 -0500 Subject: [PATCH 1/2] Update config.lua Add cinema screen --- config.lua | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.lua b/config.lua index 7944ca1..e3a529c 100644 --- a/config.lua +++ b/config.lua @@ -120,6 +120,13 @@ Config.Models = { -- Any TV Models used on the map or in locations must be defin Scale = 0.085, Offset = vector3(-1.02, -0.055, 1.04) }, + [`v_ilev_cin_screen`] = { + DefaultVolume = 0.5, + Range = 60.0, + Target = "cinscreen", -- Only use if prop has render-target name. + Scale = 0.085, + Offset = vector3(-1.02, -0.055, 1.04) + }, } Config.Locations = { -- REMOVE ALL IF NOT USING ONESYNC, OR IT SHALL BREAK. From 4cccd768af80036e540877ce81d350a6423d416f Mon Sep 17 00:00:00 2001 From: Bostra <119994243+B0STRA@users.noreply.github.com> Date: Fri, 13 Oct 2023 02:40:37 -0500 Subject: [PATCH 2/2] Update config.lua --- config.lua | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.lua b/config.lua index e3a529c..c361db3 100644 --- a/config.lua +++ b/config.lua @@ -120,7 +120,14 @@ Config.Models = { -- Any TV Models used on the map or in locations must be defin Scale = 0.085, Offset = vector3(-1.02, -0.055, 1.04) }, - [`v_ilev_cin_screen`] = { + [-240931727] = { --Casino Penthouse Theater Room + DefaultVolume = 0.5, + Range = 20.0, + Target = "tvscreen", -- Only use if prop has render-target name. + Scale = 0.085, + Offset = vector3(-1.02, -0.055, 1.04) + }, + [`v_ilev_cin_screen`] = { --Cinema/Theater Screen DefaultVolume = 0.5, Range = 60.0, Target = "cinscreen", -- Only use if prop has render-target name.