Recent content by ilec

    1. ilec

      Asteroid Yield stats

      Looking into auto-sorting storage for an asteroid miner - and am trying to get an idea of the ratio of mineral to ore/shard. Assuming default server settings, and including the faction bonus. Do we have any idea how much ore/shards we get per block of asteroid? Also, do we have any stats on...
    2. ilec

      Recognized Wireless Touch Logic

      Okay, going to Necro this so I don't get hit for not using the search function. I was thinking about introducing 2 more no-collision build-only blocks to achieve this and reduce the server load from the checks required. When an input and an output block overlap the input block mirrors the...
    3. ilec

      Rails and multiple entities

      using 2 dockers, and some logic you can create 'pass off' type systems to achieve essentially the same effect, though it may no longer work.
    4. ilec

      Cargosystem & Dockingchain

      Using storage pulls you can theoretically pass a simple on/off signal across a docking - however doing this you sacrifice the ability to do actual cargo transfer across the docking connection.
    5. ilec

      Frustrated rail docking

      Aynslei - are you meaning to put this additional rail docker on the ship (entity with rail basic) or on the cargo pod (entity with the rail docker)? If on the cargo pod then that doesn't fix the problem apart from using wireless remotes - which removes the utility of having a cargo pod. as far...
    6. ilec

      Activation gate with gravity don't works

      can I connect it to chained activators yet? or is it still 1 activator/area field must be directly connected to the gravity block?
    7. ilec

      Activation gate with gravity don't works

      Gravity has always been a little sensitive in how you use it with logic.
    8. ilec

      Question about development (Oct 2015)

      Also the race gates appear to piggyback on the new ring detector - it was possibly quick enough to be added in 'spare time' between larger, more significant features.
    9. ilec

      Just a though about camera's

      Also I made pretty much the same suggestion here: http://starmadedock.net/threads/increasing-the-the-utility-of-cameras.20335/
    10. ilec

      When making ships, do you completely fill it's insides?

      Can somebody clarify for me - does having an off center COM cause issues with turning etc? If not then I'll stop building "ballast tanks"
    11. ilec

      What kind of factory setup do you have?

      Okay this might get a little complicated: My dump boxes are set up to use the passive logic output of storage to activate my filter system - when my dump box is empty a timer runs to allow my filters time to finish then shuts them down. I can "order up" blocks of advanced armour by using logic...
    12. ilec

      SO LOST

      odd-sym mode is a setting that defines where the plane of symmetry is located. Odd-sym runs the plane through the middle of a block to create a center row (resulting in you always having an odd number of blocks perpendicular to the plane). eg: X X X X X | - Symmetry is aligned on...
    13. ilec

      When making ships, do you completely fill it's insides?

      I generally have a small area on each side of the mid line that I leave as a void and then fill in with heavy adv armour to move my COM back to the mid line to help with maneuvering. - Essentially ballast
    14. ilec

      Planned Seats & Chairs

      I already outlined in this thread http://starmadedock.net/threads/increasing-the-the-utility-of-cameras.20335/ why display monitor blocks would not work easily/ be more trouble than they are worth.
    15. ilec

      A question about factories

      Through the use of some storage clocks and other logic jiggery pokery I have a set of factories set up to produce exactly the correct blocks for a single drone. I'm currently working on a counter mechanism that allows me to automate production for a set number of drones. This is the nearest...