Search results

    1. gravypod

      Poll for FTL travel

      Have you ever watched BSG? They cannot move too far because their computers have to find a path to the other endpoint without hitting anything.
    2. gravypod

      Poll for FTL travel

      It should be like BSG. You need to calculate from location -> destination and that takes a long time. You also should not be able to move or the calculation will need to restart.
    3. gravypod

      Doomsiders and Titansmashers Starmade Daemon (DTSD)

      Then that is good. Throwing it up on github will surely help in the long run.
    4. gravypod

      Doomsiders and Titansmashers Starmade Daemon (DTSD)

      Also look into putting this on github, I would love to commit some changed to get rid of the starmade starter.
    5. gravypod

      Doomsiders and Titansmashers Starmade Daemon (DTSD)

      Are you running greps on the file? If so, look into touching the log to reduce loads from the grep.
    6. gravypod

      Sunfleet Shipyards Take Two!!

      A report of plagiarism is not a personal attack in any way.
    7. gravypod

      New Rating System

      The trolls are the only people who will enjoy this. http://imgur.com/LZpmHAe
    8. gravypod

      Whats wrong with my wrapper :<

      Whats wrong with my wrapper :<
    9. gravypod

      Starmade Wrapper - A starmade server management tool

      I just wrote up some code to detect this now. In the next version the wrapper will backup the old config and regenerate a new config. Broken config will be called "config.yml.broken" The new config will be "config.yml"
    10. gravypod

      Starmade Wrapper - A starmade server management tool

      In the change log I put some notes for the beta. Remove the following settings from your config: "adminPanelPass", "adminPanelPort", and "apiKey" or just delete your config and have the wrapper regenerate the config. If you have not used the beta builds and are still on 0.6 everything will work...
    11. gravypod

      [Discussion] Tired of hearing "soon"? Thoughts on the Q&A

      Yea, I would have loved to see that update in production.
    12. gravypod

      [Discussion] Tired of hearing "soon"? Thoughts on the Q&A

      "Another thing completed: A huge optimization has been done to the physics" http://starmadedock.net/threads/small-status-update.549/
    13. gravypod

      Starmade Wrapper - A starmade server management tool

      The new build is now out.
    14. gravypod

      Starmade Wrapper - A starmade server management tool

      Seems like there was a bug with starmade. If you remove the comments on the config, it regenerates the entire config. Our config parser now adds the config comments. Ill be pushing an update soon
    15. gravypod

      Starmade Wrapper - A starmade server management tool

      I will take a look right now
    16. gravypod

      [Discussion] Tired of hearing "soon"? Thoughts on the Q&A

      I agree fully. The logic system update would have, reportedly, made a huge impact in performance.
    17. gravypod

      [Discussion] Tired of hearing "soon"? Thoughts on the Q&A

      I cannot control other people's tact and that shouldn't remove validity from our basic claims. There are problems in the game, they need to be fixed, new features aren't needed if the game cannot start, and more developers on the team would be nice.
    18. gravypod

      [Discussion] Tired of hearing "soon"? Thoughts on the Q&A

      Have you played with the release builds?
    19. gravypod

      Server Management Script

      What?
    20. gravypod

      Server Management Script

      You should convert this to an init script and remove the need for the StarmadeStarter. If you need help with removing the StarmadeStarter I have a bit of code that does it in my wrapper.