Author Topic: custom brick help  (Read 1051 times)

so i tried making a topless ramp

when i put it through the blb converter, everything worked in game
except the collision was weird, it acted as though it was a box and not a ramp if you walked on it

i wanted it to make so you can't build on top, so i added this to the thing

X
X
d

now the brick is transparent and i cant see it

help please

To have a ramp collision shiape you need to use DTS
And to use that xxd thing you need to change SPECIALBRICK to SPECIAL

To have a ramp collision shiape you need to use DTS
And to use that xxd thing you need to change SPECIALBRICK to SPECIAL
1. ok ill try that
2. I did


i did the dts thing
it worked, and it fixed the other problem

thank you so much

wait

so i did the dts thing

although the brick works in-game, the collision is gone

wait

so i did the dts thing

although the brick works in-game, the collision is gone
you have to provide a box only shape named COLLISION. Complicated collision boxes get reduces to their bounds box.

you have to provide a box only shape named COLLISION. Complicated collision boxes get reduces to their bounds box.
what do you mean by "box only shape"

because i made the dts in the form of a triangle, here

i just shaped the cube into a triangle, so all the side are theoretically still quadrilaterals
what did i do wrong with the DTS?