Page 1 of 1

How to apply water animations?

Posted: 22 Oct 2022, 17:34
by ur_sc4_guy
Can someone tell me how to apply water animations inside plugins?

Re: How to apply water animations?

Posted: 24 Oct 2022, 13:51
by Bearbear76
Some SC4 Fan wrote:
22 Oct 2022, 17:34
Can someone tell me how to apply water animations inside plugins?
You could simply give your texture transparent "holes" without using "draw ground": true in your JSON, which will draw water animations in place. It gets tricky if you want to use "draw ground": true in conjunction.
Just a disclaimer I'm very rusty on my plugin skills and there might be a better way. ;)

Re: How to apply water animations?

Posted: 24 Oct 2022, 15:39
by ur_sc4_guy
Bearbear76 wrote:
24 Oct 2022, 13:51
Some SC4 Fan wrote:
22 Oct 2022, 17:34
Can someone tell me how to apply water animations inside plugins?
You could simply give your texture transparent "holes" without using "draw ground": true in your JSON, which will draw water animations in place. It gets tricky if you want to use "draw ground": true in conjunction.
Just a disclaimer I'm very rusty on my plugin skills and there might be a better way. ;)
Ok, thank you .