Search results

    1. schema

      Give command broken

      the /give command uses names. what you are looking for is the /giveid command. (I\'ll check teh help section to see if it was documented wrong)
    2. schema

      deleted ships every update

      Ships disapearing in single player is a bug. In multiplayer the universe data is not located on your computer. There was a buggy release for about 3 hours until I managed to fix it wich failed to load ships and was then overwriting them with blank data. The game has an automatic backup system...
    3. schema

      StarMade Dev Update: Factions Part 2

      Hello! Here is the next status update for the upcoming factions update. The feature is nearing completion. I'm for taking a little longer, but there were just som many features coming up that I just had to implement to make the faction better, and more impactful for the game. Here are some of...
    4. schema

      StarMade Dev Update: Factions

      Hi there, after things were rather slow at the end of the year, I still managed to put some hours in to work on the factions system. So now it will be in pre-testing for all the testers, since its a delicate system which could contain major bugs. The reason it took so long was basically because...
    5. schema

      Moving spaceship view for flight mode

      the cockpits are what you are looking for indeed. Just press the \"left\" or \"right\" arrows on your keyboard in flight mode to switch your view through all the cockpits you attached to the ship.
    6. schema

      Sectors Are Too Small

      seemless sectors are planned and I will probably try to implement that after the factions update (which will probably come on the weekend). i also very much like the 2nd option. maybe i still put in some kind of way to lockdown sectors
    7. schema

      Download freezes, invalid file

      Hi, this happens sometimes for unknown reasons. Some people reported that starting the Starter as admin helped them. There is always the manual install option though: You can download the latest build from files.star-made.org/build/ extract the zip to a folder named \"StarMade\" which has to be...
    8. schema

      I made a fan trailer! :D

      Wow, awesome video :D
    9. schema

      Ships on planets

      lag on planets can occur, when the situation gets to a point where there is a flood of contact points between a ship and a planet. This almost always happens when a ship gets stuck in a planet. The trigger that turn on the gravity for ships is a line collision test from the core straight down to...
    10. schema

      game wont load

      Oh, this explains why the normal bug report didn\'t give me any hints. The Virtual Machine hard-crashed due to a driver error. The culprit is the Intel Graphics card driver. I\'m really having a hard time with Intel graphics adapters, since they released drivers that don\'t support what the card...
    11. schema

      Sound Echo Loop and cant connect to Multiplayer

      Hi, sorry for the bugs. I already had the same kind of sound glitch you were talking about. most of the time a system restart helped, but in your case, it may not. The OpenAL (sound library) isn\'t that robust just yet, but they should update it in the near future. You can also try to update...
    12. schema

      Docks Green Square Blocking Production

      Hi, I\'m not sure I fully understand. Do you want the docking area to grow in a different way?
    13. schema

      coop Deathstar mode makes server lock up

      Yeah, the deathstar mode is a little deprecated at the moment. I\'ll try to re-integrate the mode with the new systems
    14. schema

      Cant join servers.

      hmm, there shouldn\'t have changed anything in the connection protocol. Do you have some kind of firewall running?
    15. schema

      free version

      I haven\'t decided on the details yet, but it\'s going to be similar to what Nightarix said
    16. schema

      Turret disapear

      Hi, thanks for the report. It might have had to do something with the save bug.
    17. schema

      SaveBug fix

      The save bug has been fixed. Sorry for the inconvenience. cheers, - schema
    18. schema

      Why's this? [Bug]

      I can explain it technically (or at at least what i suspect was happening) There has been either a buffer overflow or a pointer error on your graphics card. So when reading the texture from the graphics card memory, the pointer somehow gets screwed and points into undefined parts of the memory...
    19. schema

      ADVANCED BUILDER TOOL DOSENT WORK

      It works on my end. I couldn\'t reproduce the bug you were getting. Can you make an exact description of what stepts you do to produce the bug?
    20. schema

      StarMade 0.08991: Missile framedrop fix, lighting fix, and more optimization

      Hello and welcome to StarMade, Ive finally found out, why missiles where glitching, causing frame drops, and exploding at the wrong position (or not exploding at all). I mistakenly included the physical helper objects of missiles (a sphere) in the physics calculation. unfortunately, the object...