Search results

    1. Stormraven

      A Work in Progress

      Pushing the limits? Hmmm 3*3*3 is pretty much required for a rail clock if you want a decent charge time. After that, shaving off all other functionality, all you really need is 3 more blocks. Computer, module, flip-flop. 4 if you want to hook it up to an inner ship remote. For a warp drone...
    2. Stormraven

      A Work in Progress

      It should also be noted that this would just be a auto drive. Non-programable. Non-continuous. Just 2-4 jumps and a parking break.
    3. Stormraven

      A Work in Progress

      By the time you go down below 4, you don't save much space... BUT... With 2 gone, I might be able to fit the computer in more easily. Now if this fighter was being launched from a station or a carrier, I could get it to warp with much fewer blocks, but then you'd have to fly back manually if...
    4. Stormraven

      A Work in Progress

      Depends on how far you want it to go and what you want it to do. I can make a automatic jump drive in a 3*3*5 brick if you only need 4 jumps at a time. If you want that to have a "charge mode" it'll be about 5*5*5, but I can also add in a couple more jump computers without increasing size...
    5. Stormraven

      A Work in Progress

      So tell me. If you were going to download this and put it into your own ships, what other logic functions would you hope to see beyond what's listed here? Hmmm... Much smaller and you'd lose most functionality. This is really made for medium to large ships. A SUPER simplified version might...
    6. Stormraven

      A Work in Progress

      My plan was to include it as a part of any ships I upload. At this point, however, I'm beginning to wonder if I shouldn't just make one for public use and upload that since I'm much faster at logic building than ship building. LoL I'd need to edit it a bit. A couple of the systems are...
    7. Stormraven

      How did you guys learn to logic so well?

      So if you want an example of how I learned complex logic, it progressed something like this: ------ -Ooh! Hangar doors! *Star Trek woosh noise* - BIG HANGAR DOORS. -Ships this big need more power... -Docked reactors... Wait. Logic can fire weapons?!? And wireless modules send signals between...
    8. Stormraven

      Logic powered tutorials

      Yes it would. It would also be nowhere near as awesome! LoL Ahahahahahahah! The name of my shipyard is Hrolfsson Heavy Industries, so named for Giermund Hrolfsson "Heljarskinn". I'm so torn between doing a Billy Mayes impression, or a super thick Icelandic-ish accent. "Yoo-hoo! Hallo! Dis is...
    9. Stormraven

      Automatically Closing Doors With Sensor?

      I still can't seem to find info on (or really understand) instant pulses. I read about them all the time, and how they can make clocks faster, but I can't seem to find an explanation or tutorial.
    10. Stormraven

      RegEx compilation thread

      Holy crap! That's all it took?! Lmao. Nice! Thank you! Much appreciated! This will make my programmable warp drive much more stable. :) Now I can enter "Spool warp coils and prepare for 24 jumps" The computer will apply [REPLACEALL][A-Z.a-z.]()[WITH]$1 And punch out: 24 which is the trigger...
    11. Stormraven

      RegEx compilation thread

      Sadly, it still leaves spaces behind in their place. For the purpose of using sensors to search for an exact number match, this solution has the same problem mine did.
    12. Stormraven

      RegEx compilation thread

      I'm sorry. I'm pretty new to this field, it's possible I saw it and didn't realize what it did. Do you have a link? Or is it back in the main post? Oh wait! Are you referring to the big machine you made for Galacticus up above? That seemed a lot more complicated than what I need to do...
    13. Stormraven

      RegEx compilation thread

      BRILLIANT!! This might solve my problem. Currently my system works just fine so long as the number is in the middle of the sentence, but not the beginning or the end. This might make the input format more flexible if it works. THANK YOU!!
    14. Stormraven

      RegEx compilation thread

      So I'm a bit stuck and need an expert opinion. I'm trying to implement the code: Regex.Replace(s, "[^0-9.]", "") I want to remove all text from a display that isn't a number. I need this so that my programming mechanism for the warp drive doesn't have to be 25 cells long. XD I can't seem to get...
    15. Stormraven

      Automatically Closing Doors With Sensor?

      Rather than useing the sensor on the door, try hooking up area sensors just beyond the door that can trigger an activation mod attached to the door.
    16. Stormraven

      A Work in Progress

      MOAR ENGINE DETAILS Fleshed out those fuel tanks. Gonna have to play around with the grey flanges a bit. Make them more interesting. I also did some pretty nice detailing on the top and bottom of the mining array, which I'm pretty happy with. For a verticle ship crafted by someone who sucks...
    17. Stormraven

      Logic powered tutorials

      Tempted to do a kind of "test track" just to show off the idea.
    18. Stormraven

      Making AI more interesting

      Well now you're getting into freeform RESPONSES, and that's likely a bit beyond what Starmade can handle with logic gates and RegEx. LoL But making the system more user friendly by not requireing exact commands seems like a practical advance in tech.
    19. Stormraven

      Making AI more interesting

      Neonsturm! I thought you'd be interested in this development:
    20. Stormraven

      RegEx compilation thread

      Actually, now that I think about it, I could use this concept to create a kind "subject" row. I wouldn't even need to make separate towers for "on" and "off", I'd just need another column in the same tower. So the 'Warp' tower could be used to "read" any sentence that contains the word warp...