how to make smooth rotating objects?

    Joined
    Jun 1, 2015
    Messages
    162
    Reaction score
    63
    ok
    when the rail system came out I followed some instructions to make rotations work
    and it did fine
    it was robust and very responsive

    but at some point it broke
    I did follow some tutorials and its more a random work yes .. no .. maybe
    but at the end it mostly does not work at all

    and if by some miracle it does work its very choppy stopping at every 360 degrees wait for a split of a second and continues

    1) is there a tutorial out there that can explain how to get a smooth rotation going ?
    for example a satellite dish or a gatling gun

    2) is there a tutorial that shows clear instructions on making a working and responsive rotating system?
    one that keeps listening to input instead of doing it once and then never work again

    cause the initial tutorials .. they don't work
    they once did but not anymore

    I did reinstall the entire game from a fresh download but that didn't help salving to issue
     

    Crimson-Artist

    Wiki Administrator
    Joined
    Sep 10, 2013
    Messages
    1,667
    Reaction score
    1,641
    • Video Genius
    • Competition Winner - Stations
    • Wiki Contributor Gold
    ok
    when the rail system came out I followed some instructions to make rotations work
    and it did fine
    it was robust and very responsive

    but at some point it broke
    I did follow some tutorials and its more a random work yes .. no .. maybe
    but at the end it mostly does not work at all

    and if by some miracle it does work its very choppy stopping at every 360 degrees wait for a split of a second and continues

    1) is there a tutorial out there that can explain how to get a smooth rotation going ?
    for example a satellite dish or a gatling gun

    2) is there a tutorial that shows clear instructions on making a working and responsive rotating system?
    one that keeps listening to input instead of doing it once and then never work again

    cause the initial tutorials .. they don't work
    they once did but not anymore

    I did reinstall the entire game from a fresh download but that didn't help salving to issue
    how many active activation modules do you have connected? You need 9 in order to make it spin continuously. 8 only makes it spin 360 once per pulse.

    If you do have 9 and it still doesn't work then its very likely a bug.
     
    • Like
    Reactions: DeepspaceMechanic
    Joined
    Feb 10, 2017
    Messages
    350
    Reaction score
    775
    • Community Content - Bronze 2
    • Legacy Citizen 5
    • Likeable
    Activators connected to the rotator and the opposite Not.
    Not connected to the activator it is next to.
    Use a rail controller to start / stop.

    EDIT: Forgot to mention this rotater is (normally) persistent after a reload so if you want to log back into your game and still have things spinning it's the way to go even if slightly heavier on logic then other options.
     
    Last edited:
    • Like
    Reactions: Edymnion

    klawxx

    Product Manager - Roden Shipyards
    Joined
    Jan 5, 2016
    Messages
    337
    Reaction score
    595
    • Legacy Citizen 4
    • Community Content - Silver 1
    • Likeable
    I usually do this:
    1) Place a ROTATOR and an AND beside it
    2) Connect the AND to the ROTATOR.
    2) Place a BUTTON on the opposite side of the ROTATOR.
    3) Connect this BUTTON to the AND.
    4) Place an ACTIVATOR where I want to control the start/stop.
    5) Connect the ACTIVATOR to both the BUTTON and the AND....



    This seems to achieve that what you want. It's What I use. Please let me know if it have any flaws. I'm not a logic Expert...