Page 1 of 1

Mistake on CMM Wiki?

Posted: Mon May 13, 2013 1:26 pm
by ArgusMagnus
I created a openable chest using a func_rotatingdoor. The top of the chest rotates around the y-axis. When looking in positive y direction, the chest opens counter clockwise. So according to this page wiki/index.php/Entities:Func#func_rotatingdoor I set these keys:
"axis" "1"
"direction" "1"
But the top of the chest rotated around the z-axis in clockwise direction (when looking to z -> infinity). With these keys it works properly:
"axis" "0"
"direction" "-1"

So.. I think there is a mistake on the wiki.

Best regards

Re: Mistake on CMM Wiki?

Posted: Mon May 13, 2013 4:43 pm
by johnnyenglish
I've not checked but think you might be right, would you like to correct the mistake? Perhaps add a tutorial to the wiki to explain the func?

Drop me a PM if you're interested in becoming a wiki editor.