I want to make a small thing that when, for example, a small wooden crate is put in it, it will slide downwards on the sloped brush. How can one achieve said thing?
An example of this would be spawning a flat, long prop from PHX in Gmod, tilting it just a bit, and making it a Super Ice property, so anything on it will slide.
I know it's possible because it's been done.
Give the material the ice surface property.
A bit more explanation than the "Give it <name here>" comment, please. :colbert:
Find the VMT for the material you're using and add:
[code]
"$surfaceprop" "ice"
[/code]
[editline]10:15PM[/editline]
Sorry if I was previously unclear, hope this helps! :smile:
:froggonk:
I actually have to find the .vmt amongst the hundreds of textures? That's going to be a pain in the ass. I wish there was a brush property that let you do that :frown:
No silly, go look at where the texture is located in the texture browser.
Just use a thin trigger_push, if that's easier.
Sorry, you need to Log In to post a reply to this thread.