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

Any brush entity with the texture metal/metalladder001a is duplicated and put in a random spot on the map #154

Open
bottiger1 opened this issue Nov 1, 2022 · 1 comment
Labels

Comments

@bottiger1
Copy link

bottiger1 commented Nov 1, 2022

If you make a brush entity with any face having the texture "metal/metalladder001a", all the other faces get replaced with "tools/toolsinvisibleladder" texture and a copy of the brush is placed at 0 0 0 (in a real map it can be elsewhere) and the duplicate entity is a func_ladder. The original entity doesn't seem to matter as long as it's not just a plain brush.

A brush using toolsinvisibleladder will not exhibit these problems.

Original
image

Output
image

VMF of the original and decompiled with bspsrc, and the BSP file.

ladder.zip

@rihi
Copy link
Collaborator

rihi commented Dec 1, 2022

The duplication should now be fixed with 1.4.3. The changing of the texture seems to be something that is not preventable (but also shouldn't matter). But I will probably revisit that problem in future again, when I have more time.

@rihi rihi added the bug label Feb 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants