Search results

    1. gravypod

      StarMade 0.09398

      What would be even better is if there was a command to reload the blueprint files
    2. gravypod

      Utility for starmade server owners

      Its a simple query, the same way starmade-servers.com works
    3. gravypod

      Da mod API!

      I have started on the API front, you can take a look here: https://github.com/StarModAPI/StarModAPI
    4. gravypod

      Random server crashes

      ACTIVATING LIFT (10, 22, 35) Server(0) Planet(1641)[s1638] [Sep 5, 2013 1:13:01 AM] STDERR: [ERR] ACTIVATING LiftUnit555373864[(10, 17, 35)/(10, 42, 35)](26); this unit size 26 / units 2 [Sep 5, 2013 1:13:03 AM] STDERR: [ERR] [SERVER] (>100) SERVER SECTOR WRITING FINSISHED #16 (7, 2, 2) (ents...
    5. gravypod

      Utility for starmade server owners

      I made a quick utility for starmade server owners to check the status of their server (if it is online and how many players are on). Here is how you use it: Send an HTTP request to 176.56.238.88:9090 with the URI of /(ip)/(port) example: go to 176.56.238.88:9090/elwyneternity.com/4242 to get...
    6. gravypod

      StarMade Prebuild 0.09393: Batch of fixes

      Since the games economy is fairly nonexistent, can you add an option in the config for the max money cap?
    7. gravypod

      StarMade dev update: why spherical planets don't fit in a block world

      Thats what this method is, a visual trick to \"fake\" a round world
    8. gravypod

      StarMade dev update: why spherical planets don't fit in a block world

      Thats what this method is, a visual trick to \"fake\" a round world
    9. gravypod

      StarMade dev update: why spherical planets don't fit in a block world

      The proper way to do this would be to treat the planet as a Mesh and what you render as a texture. Take the \"texture\" and wrap it around the \"Mesh\". Explenation: First, lets talk about how the would is treated from a player-on-planet perspective. This is done by creating a map the has a...
    10. gravypod

      StarMade is greenlit

      Now that your greenlit and going to get a bunch of users please fix the bugs for the server so servers dont crash a much!
    11. gravypod

      Docking area "too small"

      http://puu.sh/3Kg3j.jpg
    12. gravypod

      Random dialog when breaking blocks

      http://imgur.com/kojNuu1 Happened when I was breaking blocks
    13. gravypod

      StarMod: A starmade API

      Well, the only time that we would need to update is when Schema updates, which now that he is targeting large issues, will happen less often. Also, the way I plan on writing it will be very easy to update.
    14. gravypod

      StarMod: A starmade API

      Hello, I am gravypod. I have been working on an API for StarMade. I feel that I currently need more people on my team to start writing it. This post will detail what I am looking for and what I have done. What I have done: Plugin loading Event System basic utils (Tasks, sync and async)...
    15. gravypod

      multiple bugs that need fixing

      I have had the same problems and more. I made a few posts about them. http://star-made.org/content/server-not-spawning-ai-how-fix-it-and-what-might-cause-it is one of the worst bugs. If you log onto a server using linux and make a blueprint with a description all AI will stop working after a...
    16. gravypod

      Things you have done to make your server better?

      Hello, I am gravypod. I own the ElwynEternity server and I wanted to share/trade ideas with other server owners. I am hoping more people pitch in. This is what you need to do: Come up with a good fix/idea/tool to help make running a Starmade server easy Create it Share the idea with other...
    17. gravypod

      Cloaking - issues with large ships

      Each block only clocks an area. If you have one block that covers more area than it takes more power: http://www.starmadewiki.com/wiki/0C_Cloaker
    18. gravypod

      null client Connection Issue

      This has been a problem on servers with more than ~5 people on for some time as well as the bug where the server waits on a pong.
    19. gravypod

      String Buffer and System.err

      After poking around in your code I saw that you where using the "StringBuffer" and printing everything through System.err. Both of these are "bad" practices. They both have small performance drops when used. StringBuffer is ment to be use only when two threads are editing it. StringBuilder...
    20. gravypod

      Server not spawning AI, how to fix it and what might cause it

      My server, as my players know, has had problems with spawning any AI ships. It seems like this problem can be traced back to the blueprints. In console, after doing the wave command I saw this message "[WAVE] Server will not spawn any waves, the catalog is empty". Me and my friend ElgarL spent...