Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Screen display hidden by props when multi-parented #3024

Open
FoxMechanic opened this issue Mar 30, 2024 · 3 comments
Open

Screen display hidden by props when multi-parented #3024

FoxMechanic opened this issue Mar 30, 2024 · 3 comments

Comments

@FoxMechanic
Copy link

This bug happens when a screen is multi-parented to a prop and happens to be partially inside another prop. The prop the screen is inside of will show up over the display, even if the screen's prop is barely touching it.

Steps to reproduce the behavior:

  1. Place down two props and a screen (any screen model, preferably something like the computer monitor).
  2. No-collide the first prop with the screen and place the screen partially inside of the prop, making sure the area of contact is very small.
  3. Multi-parent both the first prop and the screen to the second prop (settings should equal weld).
  4. The screen's display will be covered up by the first prop.

The behavior I expected from the screen was it to show up over the first prop, as the display wouldn't normally be covered. I assume this is a bug pertaining to how the screen is rendered.

P.S. I checked if the display was just normally being covered by the prop, nope! The display is far enough away from Prop 1 that it shouldn't be covered.

Screenshot of what's happened below.
v_033020242622

@Denneisk
Copy link
Member

I assume this is most likely a game issue, but I won't dismiss this entirely. Respawning the screen has solved this for me before.

@FoxMechanic
Copy link
Author

I assume this is most likely a game issue, but I won't dismiss this entirely. Respawning the screen has solved this for me before.

Hi, thanks for the advice. When I dupe the props and stuff it fixes the issue. I wouldn't regard this bug as anything too high-priority, more of just a thing my OCD mind noticed.

@thegrb93
Copy link
Contributor

thegrb93 commented Apr 1, 2024

I would guess it has something to do with the multi-parent tool setting the prop's transparency/color/rendergroup/rendermode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants