Mechanics question...

    Joined
    Oct 1, 2013
    Messages
    21
    Reaction score
    6
    Ok so lets say I build a station that circular that is 100m in diameter. then I cut it up into pie sections(not literally cutting it up just putting up imaginary boundires). Is there a way to allow each 'pie' section to be controlled by a different faction while allowing the station to remain in one piece?

    I would assume this can be done with faction permission blocks, but I want to make a certain sections apart of the faction not the whole station.

    OR if I can only make certain doors useable by different factions. So only that faction has access to that area.

    how, if at all, can this be done?
     
    Joined
    Apr 21, 2013
    Messages
    1,714
    Reaction score
    650
    • Top Forum Contributor
    • Legacy Citizen 3
    • Councillor Gold
    OR!

    Have each faction's section be a docked entity on said station.
     

    NeonSturm

    StormMaker
    Joined
    Dec 31, 2013
    Messages
    5,110
    Reaction score
    617
    • Wired for Logic
    • Thinking Positive
    • Legacy Citizen 5
    You can currently use binary passwords - requires:
    1. "should be 1" buttons linked to an AND
    2. "should be 0" buttons linked to an OR
    3. either
      1. OR linked to a NOT and this NOT to the AND for right-password=true
      2. AND linked to NOT linked to OR for right-password=false.

    Or an octal(8), hexadecimal(16) or alphabetic(32) button-field:
    1. 8 = 3 flip-flops per number
    2. 16 = 4 flip-flops per number
    3. 32 = 5 flip-flops per number
    4. number = you can press 1, 2, 3, 4, 5 or even 10 buttons after each other.
    5. a flip-flop = 8 logic blocks

    There are logic tutorials. But sometimes it is not worth adding so many logic blocks, that's why I suggested String-logic with display blocks as terminals