diff --git a/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini b/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini index bbb333df7..c4eb4d7ba 100644 --- a/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini +++ b/addons/source-python/data/source-python/entities/CEnvProjectedTexture.ini @@ -1,7 +1,5 @@ [input] - always_update_off = AlwaysUpdateOff - always_update_on = AlwaysUpdateOn fov = FOV spotlight_texture = SpotlightTexture target = Target @@ -12,29 +10,22 @@ [keyvalue] ambient = ambient - brightness_scale = brightnessscale camera_space = cameraspace - color_transition_time = colortransitiontime enable_shadows = enableshadows far_z = farz light_fov = lightfov light_only_target = lightonlytarget light_world = lightworld near_z = nearz - projection_rotation = projection_rotation - projection_size = projection_size shadow_quality = shadowquality - simple_projection = simpleprojection texture_frame = textureframe - texture_name = texturename + [[light_color_string]] + name = lightcolor + type = STRING [property] - always_update = m_bAlwaysUpdate state = m_bState target_entity = m_hTargetEntity - - [[light_color]] - name = m_LightColor - type = Color + texture_name = texturename diff --git a/addons/source-python/data/source-python/entities/csgo/CEnvProjectedTexture.ini b/addons/source-python/data/source-python/entities/csgo/CEnvProjectedTexture.ini new file mode 100644 index 000000000..4a01d47d8 --- /dev/null +++ b/addons/source-python/data/source-python/entities/csgo/CEnvProjectedTexture.ini @@ -0,0 +1,29 @@ +[input] + + always_update_off = AlwaysUpdateOff + always_update_on = AlwaysUpdateOn + set_far_z = SetFarZ + set_light_style = SetLightStyle + set_near_z = SetNearZ + set_pattern = SetPattern + + +[keyvalue] + + brightness_scale = brightnessscale + color_transition_time = colortransitiontime + default_style = defaultstyle + pattern = pattern + projection_rotation = projection_rotation + projection_size = projection_size + simple_projection = simpleprojection + style = style + + +[property] + + always_update = m_bAlwaysUpdate + + [[light_color]] + name = m_LightColor + type = Color diff --git a/addons/source-python/data/source-python/entities/l4d2/CEnvProjectedTexture.ini b/addons/source-python/data/source-python/entities/l4d2/CEnvProjectedTexture.ini new file mode 100644 index 000000000..35b4cbfe0 --- /dev/null +++ b/addons/source-python/data/source-python/entities/l4d2/CEnvProjectedTexture.ini @@ -0,0 +1,3 @@ +[property] + + linear_float_light_color = m_LinearFloatLightColor diff --git a/addons/source-python/data/source-python/entities/orangebox/CEnvProjectedTexture.ini b/addons/source-python/data/source-python/entities/orangebox/CEnvProjectedTexture.ini new file mode 100644 index 000000000..35b4cbfe0 --- /dev/null +++ b/addons/source-python/data/source-python/entities/orangebox/CEnvProjectedTexture.ini @@ -0,0 +1,3 @@ +[property] + + linear_float_light_color = m_LinearFloatLightColor