Search results

    1. N

      What do you do when you're bored in StarMade?

      Copying a biome does not require admin hence the time sink you are looking for. Look, memorize, build a section on your station
    2. N

      What do you do when you're bored in StarMade?

      Copy a planet biome on your station
    3. N

      How to efficiently copy/paste in advanced build?

      Load into single player, after you have edited your config to increase advanced mode x y z size to your ship size. Copy and paste in one hit
    4. N

      Suggested Programmable Logic Block

      Direct editing of the sment file...mm interesting. Something I'll have to explore
    5. N

      Need Help with Button activated Miner

      Or you could use a storage clock timer for 9sec long pulses
    6. N

      Help with Logic?

      yes but first button press will turn on a FF then next button press will turn off a FF do you have a BP i could load in?
    7. N

      Help with Logic?

      the flip flop only toggles on a high. if you trigger the system by manually toggling the FF, does it work?
    8. N

      Project: VIRAL

      and that bad feeling when logic breaks after logging into a server a day later
    9. N

      StarMade v0.199.152 Optimizations, Memory optimizations, and fixes

      Lol. Two replies in one. The clock part was at the devs.
    10. N

      StarMade v0.199.152 Optimizations, Memory optimizations, and fixes

      in single player type 'creative_mode [your player name] true' check your server config, it sounds like it was over written and please give us a high speed clock
    11. N

      Auto Miner Logic

      and stop to stop?
    12. N

      Auto Miner Logic

      I assume you have side shooting arrays then. It will be tricking but you could do it with a few storage blocks . This is in theory. Salvage computer to storage - this storages empty/full flags dont work ATM, so its a prestorage. Next the prestorage to a storage block, this will be measured...
    13. N

      Attach Permissions to Quarters Instead

      Currently you can do this with a docked room with its own claimed personal faction block though no station blocks is a bummer
    14. N

      Convert asteroid into station?

      Yup that's the one. So select an asteroid Use save blueprint of selected item....I think its a command line command(will and the syntax with an edit) From the main menu export the asteroid Use the BP converter to select the exported asteroid and convert From the main menu import the converted BP...
    15. N

      Mining Drill Storage Logic

      Not exactly true. You can chain storages all with pull active though I cant remember the conditions why it works, I think if its a filtered pull it will chain. The has or has none of any item is just an activation and an OR module slaved to the storage. For a single item you could have a...
    16. N

      Starmade MANIAC LOGIC

      I did an elevator with an up and down button in the lift for simplicity but my call button stops at every floor on the way. I remember dreaming of the correct logic and then forgot it.
    17. N

      Mining Drill Storage Logic

      the other trick is the pull amount can not be perfect because its the unable to make a pull that sets the full flag. example. if your storage can hold 4000 lights and you pull in lots of 1000 it will get to exactly 100% and then have no need to pull again and hence will not trigger the 'i'm...
    18. N

      Permissions issue

      A build block on the outside and from flight mod, press down arrow. Don't try flight mode beyond moving entities though, things get weird
    19. N

      Mining drone missing secret sauce?

      I cant remember if I reset the faction module or the bobby ai(I know you don't need it) or removed and replaced the salvage computer to get it to work. Make sure the guns are in the hot bar maybe?
    20. N

      Storage Logic

      Easy select storage and the place an activation module and an OR gate so both are slaves of the storage. When both are on means there is stuff in the storage, when one is off its empty and the other is off its full. But These only work if the chest is pulling hence I use a pre-storage chest to...