tweaked-programs / cccbridge

CC:C Bridge is a mc mod that adds compatibility between the ComputerCraft and Create mod!
https://cccbridge.tweaked-programs.cc/
Apache License 2.0
26 stars 13 forks source link

Allow animatronic rotation values above/below +-180 #58

Closed ProNoob135 closed 3 months ago

ProNoob135 commented 11 months ago

There's currently no way(afaik) to smoothly rotate the animatronic around the 180/-180 area, as it will have to jerk all the way around. Since rotations are global and not relative to the direction the animatronic was placed, this means a south-facing animatronic can't (for example) wiggle it's body back and forth without doing a full rotation. Allowing "infinite" rotation values will let the bot spiiiin, etc. You'll probably want to cap the max rotation speed.

If unrestrained rotation isn't preferred(slip rings are expensive!), rotation should be relative to placement direction so south facing robots aren't at a disadvantage, and maybe 180/-180 should be at the back to allow even rotation

SammyForReal commented 11 months ago

Making the block facable sounds like a good addition, however, I won't remove the bounds. Simultaneously rotations is something I want to get in however for the body.

SammyForReal commented 3 months ago

Im closing this now because the Animatronic is facable nowerdays, which is fixing this issue.