Search results

    1. schema

      Server is frozen?

      hi sorry about that. I have a problem with spawnig ships at the moment. Make sure that you turn of \"enemy spawnable\" in the üpermissions of bigger ships in your catalog admin tab for now. I\'m releasing an update now that will slow down spawning and hopefully prevent flooding. I\'m trying to...
    2. schema

      StarMade 0.0931: Hotfix + balance

      Just a little hotfix to make the socket buffer sizes variable in case people have problems with the network in this version. Also, I slightly buffed the base values of speed and distance of weapons. *update is up in about 15 min*
    3. schema

      StarMade 0.093: AI Universe Simulation

      Hello and welcome to StarMade, after a long time, the simulation update is finally ready. Please note that due to the massive changes, there might still be some unknown bugs. AI Simulation Despite spawning AI, the universe of StarMade still felt somewhat lifeless, especially in single...
    4. schema

      New here.

      Hello, Glad you like it! Buying has no benefit at the moment. It\'s more of a support for the development and a pre-buy (you get the full game in all future releases)
    5. schema

      StarMade May & April wrap-up

      Hello and welcome to StarMade, it have been two exciting months. A huge amount of bug-fixes, optimizations, upgrades, but also features have been added to the game. This articles is focusing exactly on those new features, as well as some noteworthy upgrades. Upgrade to the ship loading...
    6. schema

      Black screen

      ah ok. linux: that explains it :) I\'m currently having a bug with 64bit libraries not being properly loaded. I think the solution is to rename the 64 openAL audio library in StarMade/native/linux to the name of the 32bit version, and deleting the 32 bit version. I hope that helps, - schema
    7. schema

      StarMade Dev Update #3 almost there

      Hello, I finally took on the synchronization issues (objects being not where they are on other machines, teleporting while flying etc). After 10 hours of network debugging I finally found the causes for the problems, and implemented a new system. I also managed to improve the network...
    8. schema

      Black screen

      Hi, is there an exception in the log.txt.0 file in your StarMade/logs directory? A network error would most likely not cause a black screen. An error like this could for example be caused from the audio driver not loading up properly.
    9. schema

      [Bug] Linux+nVidia Optimus+Starmade imcompatable.

      Hi, I need more output of what happens. Is there an error message? Starting the launcher with that option is also probably not the right way, since the launcher starts another java instance of the game. I don\'t know how exactly the command works. You can start StarMade.jar manually with the...
    10. schema

      Two Weapons-related bugs

      The first bug will be fixed for the new version. I\'m working on the other one
    11. schema

      Ship cannot leave shop vicinity

      this was most liekely due to the server being bugged or half-frozen. Was this on NASS?
    12. schema

      How to crashing game, unable to buy ships.

      Thanks for the report. I\'ll check that out.
    13. schema

      Java Issue (Windows Vista)

      Hi, there are some reports of a bug on java7 with FTP not working, but I doubt it\'s the same error. Have you tried running the game with the firewall completely off? As a client or in singleplayer you don\'t need to forward any ports, only when you are running a server other people want to...
    14. schema

      Issue Getting Game Running

      no problem. hope to see you soon
    15. schema

      Sector/area transitions not smooth, puts you in wrong position

      The transition is done by the server, and the server position has a few problems synchronizing the position to the exact position the client is seeing. The transition puts the ship where it thinks it is and forces the server to hop to that position, cauing the misplacement.
    16. schema

      Issue Getting Game Running

      Unfortunately this error is not about performance. The card refuses to use a shader (minecraft doesnt use shaders). You can try switching \"Atmosphere shader\" in the advanced options on startup to \"off\", since that is the one that is causing the error.
    17. schema

      StarMade Dev update #2

      Hello, another little update: I implemented saving/loading of the state of simulation, so the AI will continue doing what it was doing even after a restart. Also I'm almost finished with a export/import system for whole sectors. With this, admins can export a sector with all its structures...
    18. schema

      Issue Getting Game Running

      This does indeed look like a driver issue. What kind of card do you have?
    19. schema

      StarMade Dev update

      Hello, a little dev update: I just finished the integration of docked structures, and controlled blocks (weapons, etc) into the procedural generation process. This process had some major obstacles, since in the generation process you can't look ahead, so you have to kind of predict on simple...
    20. schema

      Desync issue for MP

      ah ok. now I understand. Sometimes the synchronization is a little off. At the moments the positions of the objects will synchronize when the objects are moving. delayed packages could put that out of synch. I already have a better system in mind which I soon will implement to minimize issues...