Search results

    1. Z

      The Cubatomic Fabricator

      Why can\'t you? Right clicking refine let me do multiple at once, when near shop.
    2. Z

      Stationturrets target me when leaving buildmode/shipcore

      I have 8 gigantic turrets on faction station, and not even once have they fired at friendly targets or astronauts. (Only antimatter cannons on turrets, not those buggy \"homing missiles\" :p )
    3. Z

      Downgrade

      Updater made a backup of last version. Make new folder, copy the launcher and then extract the data under it so that you have similar directory tree as current version. I mean: CurrentDir\\StarMade-starter.exe CurrentDir\\StarMade\\(Updated version here) NewDir\\StarMade-starter.exe...
    4. Z

      Female Skin

      How on earth did you manage to get PNG image data in the link?
    5. Z

      Stationturrets target me when leaving buildmode/shipcore

      Do you have a faction module enabled on station and turrets?
    6. Z

      Cloaking toggle!

      Such ship is not to be left when in empty space... You need a certain rememberable location on planet or station. I guess there could also be a requirement that the ship must be docked to remain cloaked.
    7. Z

      Astronaut Movement overhaul

      Yeah, i found this very helpful. No longer needing to orient ships to base rotation with C key. Might not work if you rebind space to upwards moving, check the keybindings.
    8. Z

      Press ESC twice when in build block

      It disables all your controls and moves camera to spot you were when entering build block. You can't move or do anything, only rotate the camera. So it's some kind of mix mode between build mode and astronaut, but it's neither of them. To get unstuck, aim build block and hit R.
    9. Z

      Repeatable crash bug on adv build

      1) Have handgun in slot 1. 2) Enter ship core or build block, and press Space to go build mode. 3) Make sure the handgun is selected. 4) Hold down CTRL key to be in advanced build mode. 5) Move mouse 1 pixel somewhere, or use mousewheel -> Game crash. On sidenote, i did't know you can change...
    10. Z

      StarMade 0.09387: Huge batch of bugfixes & fixed recipes (hotfixed #2)

      Loving these fixes, especially physics. Now only if someone fixed game crashing everytime, when going advanced build mode with handgun selected in slot 1.
    11. Z

      Inactive Trading Guild Ships

      Server doesn\'t save Core overheating status of ship, so if you beat pirate fleet deep in space and fly away, they\'ll remain floating there. Server disposes of unused sectors in half minute or so, and if pirates core overheats in 800 seconds, it might be there inactive next time you fly by...
    12. Z

      Some Glitches

      Did you check if the missiles were actually fired, but heading off behind your ship? The controller bug is propably related to physics and collisions. Game thinks you are still colliding, and has attached the ship to some solid point, where it rotates around like tied in a chain. Have seen that...
    13. Z

      Latest patch crashing with build blocks

      I guess it doesn\'t matter what\'s in your actionbar, but what you have selected. Try selecting 1 of the empty slots, assuming you have some, and then going build mode.
    14. Z

      Yuzul's Shipyard

      Amazing interior design...
    15. Z

      Better projectile movement, vector math

      Lets define few vectors; S = Ship velocity, W = Weapon force to cursor direction, P = Projectile end velocity. 3D vector has 3 components, X, Y, Z. So there exists S.x, S.y, S.z. If i say A = B + C, in computer terms it means adding each component: A.x = B.x + C.x A.y = B.y + C.y A.z = B.z + C.z...
    16. Z

      Need help increasing performance while building.

      Go some spot of the ship where you can see all the cannons (like front of the ship?), then Shift+V to select the groups.
    17. Z

      Walking on wedge blocks - dead

      I just tried this couple times on my big ship, to use gravity block and then walk around. As soon as i'm walking over wedge blocks (slopes) inside the ship, i die from lack of oxygen. Playing on my own server, meaning 0 latency and 60 fps.
    18. Z

      Damage delt by NPC goes through shields.

      See this video i recorded http://www.youtube.com/watch?v=K1cQYqEp2Nc&feature=player_detailpage&t=429 blocks get destroyed even though shields are still up (on client at least).
    19. Z

      Weapons not firing correctly

      Output block of a turret group, is normally 1 of the frontmost turret blocks. You want the front row to only have 1 block so you can say exactly where they come out. turrets must also be connected to its related computer, by selecting computer with C, and turret group with Shift+V.
    20. Z

      COMPRESSION!

      Please don\'t tell lies like \"Schema doesn\'t know how to compress data\". If that was true, we might aswell have no StarMade at all. I don\'t honestly care how many features game might get, without any compression it would just be a laggy pile of garbage. There are alot of guides over internet...