New Command Notes: -move_fixture & -rotate_fixture

Hints and Guidelines, How To's on Registration, Activation, NWN, etc.

Moderators: Active DMs, Forum Moderators

Post Reply
JediMindTrix
Posts: 1190
Joined: Wed Feb 04, 2015 6:35 am

New Command Notes: -move_fixture & -rotate_fixture

Post by JediMindTrix » Wed Feb 03, 2016 12:41 am

Neither command likes to display changes if the value entered was under 25 (for -rotate_fixture) or 0.25 (for -move_fixture).
The best way to make small changes is to do something like:

Code: Select all

-rotate_fixture 26
-rotate_fixture -25
or

Code: Select all

-move_fixture 0, 0.26
-move_fixture 0, -0.25
Thanks Scholar Midnight for pointing this out!

-move_fixture directions
On the X axis, negative values will move fixtures west, and positive values will move fixtures east.
On the Y axis, negative values will move fixtures south (use the compass to orient yourself) and positive values will move fixtures north.

So...

Code: Select all

 -move_fixture -0.25, 0.37
will move a fixture 25 degree's west, 37 degree's north.

If you are not moving a fixture along the Y axis, you may shorten the command to:

Code: Select all

-move_fixture 0.25

Post Reply