lvgamedev / simairport-modding

4 stars 4 forks source link

BUG - Problem with sorting order at backview at walls #70

Closed modair1000 closed 4 years ago

modair1000 commented 4 years ago

I want to update my vending machines , that they fit to the in-game ones. But i have a problem at the backview. I need a low sorting number that the vending is behind the wall , but then the pax are full to see . Like here: image

Here you see it : The pax are in front of the vending(cocacola vending) , but the wall is still in behind the vending. How i can do it like the in-game vending ? Also at a sorting order of -1000(at the vending) the wall is still not in front. That looks like a bug (maybe)

modair1000 commented 4 years ago

CocaCola_Vending.zip

Like you see at the screenshot , the ingame iteams are behind the wall , all mods infront of wall (also with high sorting order no change)

joscha999 commented 4 years ago

To get attaching to walls to work set the sprite back to x,y 0,0 (i.e. no offset at all), then add the property 9 (AttachToWall) to your properties (in your PO Config).