Maybe already reported and no urgent bug but I think Factorio is a masterpiece of software any maybe it will be corrected later:
When walking in a corner of pipes the player model is invisible behind the underground pipe. See the small picture below.
This also happens without ALT-mode and only happens in this special piece of corner.
This is still Vanilla without any mods.
[1.1.31] Player model invisible in a corner of pipes
-
- Inserter
- Posts: 29
- Joined: Sat May 07, 2016 3:57 pm
- Contact:
Re: [1.1.31] Player model invisible in a corner of pipes
Not sure about ALT mode and pipe contents, but this looks to me as if the character isn't hidden behind the underground pipe, but the sulfuric acid icon
-
- Inserter
- Posts: 29
- Joined: Sat May 07, 2016 3:57 pm
- Contact:
Re: [1.1.31] Player model invisible in a corner of pipes
No, thats what I mean with ALT mode. It has nothing to do with the sulfuric acid iconGrumpyJoe wrote: Tue Apr 13, 2021 4:33 pm Not sure about ALT mode and pipe contents, but this looks to me as if the character isn't hidden behind the underground pipe, but the sulfuric acid icon

Re: [1.1.31] Player model invisible in a corner of pipes
Thanks for the compliments
The character sprite is clipped through the pipe sprite. Things clipping through other things in some cases is nothing terribly new in games. If we want the character to be able to walk in between two parallel underground pipes, we can't make bounding box of the pipe wider to fix this.

The character sprite is clipped through the pipe sprite. Things clipping through other things in some cases is nothing terribly new in games. If we want the character to be able to walk in between two parallel underground pipes, we can't make bounding box of the pipe wider to fix this.