Recent content by walle_222

    1. walle_222

      StarMade v0.199.429 - Combined blocks, new blocks, optimizations and fixes

      try increasing the amount of memory available to starmade.
    2. walle_222

      Automated cargo system/standard pod tips/ideas

      Its possible to have communication between docked entities without the use of wireless blocks. I've made this system and i think i may have even released a prototype to cc. Basically, you use rail collisions to communicate between the entities. So one pin in to turn the storage off/on on the...
    3. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      Sounds like your over building a bit, unless your processor is executing more than one instruction per clock cycle, you dont need that much io, you can always just use a bus to the memory, and then use a memory buffer with a pulse generator on It which stores the memory on the falling edge of...
    4. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      I've tried this and i know it doesn't work. If you want truly plug and play data transfer (without the use of wireless logic), then you have to use rail collisions as a method of data transfer. This method of transfer is extremely slow however, the best i could get was 1 bit transferred every 4...
    5. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      Iv'e tried a flip flop counter design before and the problem i had is that the flip flop chain ( if your using the flip flop blocks ) create instant pulses before the data is stable, leading to errors when you try to use that signal. It corrupts a lot of stuff unless you filter it out with a...
    6. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      Instant memory? Interesting, not sure how you would have made that but then again its been a while since i played starmade. Goto's are actually very simple if you use a register and the adder in a loop with a short delay inbetween. The major problem though with the adder system is that it...
    7. walle_222

      Logic Cortex -Programmable Microprocessor (WIP)

      You might want to be careful when you try to port your cpu to another server. I dived into this stuff a while ago and noticed some interesting errors in ripple carry addition systems, which was the same thing i used in my program counter. Eventually i had to add a one second delay to filter out...
    8. walle_222

      Nova Fleet Dynamics Build Server- Build, Play, Explore! [Whitelist]

      Same thing happened earlier today by someone else,except the server got rebooted real quick since one of the managers was on. but yeah it was me this time qq.
    9. walle_222

      Nova Fleet Dynamics Build Server- Build, Play, Explore! [Whitelist]

      Just a note, removing storage blocks seems to cause a NullPointerException which crashes the server on next autosave in the current build. so try to do work with storage in singleplayer mode. Bug reported on the client end, dont know if this has been reported by someone else on the server end of...
    10. walle_222

      Rail Collision Detection Module V1.0

      After a bit of testing Bench's version of the module, i came to the conclusion that his version did not work. A more in depth Analysis can be found in the additional information link. Uploaded is my version of the module. Information on how to setup and use the module can be found on the...
    11. walle_222

      Rail Collision Detection Module (a fix for bench's module)

      After a recent release of a Rail Detection module designed by Bench, I decided to do some testing myself. The results I found however did not surprise me. His module simply did not work as demonstrated when tested. When hooked up exactly as he had shown, the modules emitted an undetectable pulse...
    12. walle_222

      Nova Fleet Dynamics Build Server- Build, Play, Explore! [Whitelist]

      1: walle_222 2: I haven't played StarMade in a while and im looking for a server to help get me back in the groove of building ships, especially with all of these new features recently. also made a post a few pages back and i think it got lost in the chaos of the triathlon event and something...
    13. walle_222

      Nova Fleet Dynamics Build Server- Build, Play, Explore! [Whitelist]

      1: walle_222 2: I haven't played StarMade in a while and im looking for a server to help get me back in the groove of building ships, especially with all of these new features recently. 3: my specialty is logic and designing replicas of ships, however i have also created a few ships from...
    14. walle_222

      Working 8-bit CPU =D

      Making a calculator, making an automated factory, controlling doors and other things on ships... etc.
    15. walle_222

      Working 8-bit CPU =D

      Thats exactly what i was planning on doing. Now if i could stop playing planetside and working on modding another ship i might get that done lol