Page 1 of 1

Weird ascending speed with Ceiling_CrushAndRaise

Posted: Mon Nov 19, 2018 1:12 pm
by Paar
When I use the Ceiling_CrushAndRaise function in ACS I get different descend and ascend speeds. Descend speed works properly (as defined in the function argument) but when the crusher goes up the speed is slower. Is this normal? To get the same speeds I have to use Ceiling_CrushAndRaiseA and make both values the same.

Tested on GZDoom 3.6.0.

Re: Weird ascending speed with Ceiling_CrushAndRaise

Posted: Tue Nov 20, 2018 4:14 pm
by Kappes Buur
Paar wrote:Is this normal?
Read USAGE at https://zdoom.org/wiki/Ceiling_CrushAndRaise

Re: Weird ascending speed with Ceiling_CrushAndRaise

Posted: Wed Nov 21, 2018 2:07 am
by Paar
I had the wiki open but didn't notice the part about ascending speed being halved. Sorry about that, I'll be more careful next time. Thank you.