photonle / Photon

Garry's Mod Lighting Engine

Home Page:https://steamcommunity.com/workshop/filedetails/?id=339648087

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Illumination | Meta causes component positions to vanish

creator2013 opened this issue · comments

Expected Behaviour

All meta positions and all component positions light up

Actual Behaviour

Amount of EMV.Sequences.Illumination.#Index.Components define how many positions of COMPONENT.Modes.Illumination.#Stage should vanish (order of the stage table).

In Sequences.Illumination you define 1 meta light to light up
-> The first light in the Component illumination stage will not light up

Example:
Component.Modes.Illumination.Stage is 7, 2, 3, 1
Length of EMV.Sequences.Illumination.Stage.Components is 2
-> Positions 7 and 2 will not light up

Steps to Reproduce

  1. Have a car with meta lights
  2. Have a component with illumination on it
  3. Let meta light up on illumination

Details

  • Source (Workshop / Github): GitHub
  • Garry's Mod Beta/Branch (if not standard): x64-Chromium

Fixed in 4276893