StarMade v0.199.535 - Spring Cleaning
Fleets/ships losing entities After many iterations and tries, this error seems finally fixed. The main problem was a faulty database query when a fleet changed sector. It was supposed to bring all of their dock with it, but due to the bug only brought some of them. To catch this bug we implemented debug functions, so that fleets would be able to monitor themselves patrolling between sectors. There is one leftover issue which is catched by a fallback method, and therefore doesn’t affect the game at all. It will just notify the admins with a small popup to send in the logs, since using a fallback isn’t the cleanest way solve this left over. Thanks to all the testers and helpers on this bug! You really helped a lot finally squashing this pesky bug. Collision solving for lagging sectors Server has a lot of problems when there were a lot of bad spawns caused by either a bug or intentional griefing. It goes so far that some servers has scripts to detect those sectors and despawn objects. It comes down to that when multiple physical objects were in the same space, the physics would slow down the whole server. In the past this could happen with fleets spawning or asteroids in rare cases. These issues have been fixed. However, should it still happen, the game has now its own detection system, automatically warping objects to a save closest position after the sector was detected to lag from that object causing too much physics lag. Rail logic switching Switching rails through logic interaction seemingly worked well but block data was not properly refreshed. You would end up with ghost connections and depending on building, could create an invalid link. A safety check done by the game would prevent any rail working on that entity because of it. This would most likely explain why quite a few rails stop working. Rolling Ships Rolling ships has been significantly improved. By redesigning the algorithm used, rolling while looking around now feels a lot more natural and doesn’t do these strange figure eights anymore. OSX Fixes We apologize for taking a bit longer to fix some of the more pressing OSX issues. Macs can finally use framebuffer and advanced graphics functions to speed up the game using the optimizations that come with that. Also some crashes with videos and some text input issues have been fixed. If you find more problems that are OSX related, please report them and we will try to fix them for the next release. Exploits We fixed a number of exploits. Thanks to all the players reporting them. One of the more difficult things was implementing a system that would check connection validity without affecting performance, because it would be horrible to check every block that has a connection. The system we came up with distributes the load to check connections over time. It also only checks when the numbers “don’t check out”. Optimization
Admins can now restrict the ship and station size per entity they want to allow on their server. The exact syntax has been added to /data/config/GameConfigDefault.xml Also there is a general size restriction in the server.cfg now. RESTRICT_BUILDING_SIZE will restrict building size to multiples of sector size. The value in the GameConfig.xml has priority if set.
Here’s the full list of all 85 tasks we’ve worked on: Private issues are exploits or issues that, if known to the public, would cause a lot of harm. Even though we fixed them, knowing the steps to reproduce could give you ideas on finding a way to bypass the fix and still abuse it, for that reason we do not share.
[ 2017-04-25 01:18:37 CET ] [ Original post ]
Greetings citizens, The spring cleaning update is finally released. As you probably already know, we changed our release cycle to be a lot safer. You can check out our release cycle here (still a work in progress). For this update we focused on solving a lot of new and old bugs. A few of the bugs were extremely hard to fix. There are also a few smaller features coming with the fixes.
Features and more noteworthy bugs
Fleets/ships losing entities After many iterations and tries, this error seems finally fixed. The main problem was a faulty database query when a fleet changed sector. It was supposed to bring all of their dock with it, but due to the bug only brought some of them. To catch this bug we implemented debug functions, so that fleets would be able to monitor themselves patrolling between sectors. There is one leftover issue which is catched by a fallback method, and therefore doesn’t affect the game at all. It will just notify the admins with a small popup to send in the logs, since using a fallback isn’t the cleanest way solve this left over. Thanks to all the testers and helpers on this bug! You really helped a lot finally squashing this pesky bug. Collision solving for lagging sectors Server has a lot of problems when there were a lot of bad spawns caused by either a bug or intentional griefing. It goes so far that some servers has scripts to detect those sectors and despawn objects. It comes down to that when multiple physical objects were in the same space, the physics would slow down the whole server. In the past this could happen with fleets spawning or asteroids in rare cases. These issues have been fixed. However, should it still happen, the game has now its own detection system, automatically warping objects to a save closest position after the sector was detected to lag from that object causing too much physics lag. Rail logic switching Switching rails through logic interaction seemingly worked well but block data was not properly refreshed. You would end up with ghost connections and depending on building, could create an invalid link. A safety check done by the game would prevent any rail working on that entity because of it. This would most likely explain why quite a few rails stop working. Rolling Ships Rolling ships has been significantly improved. By redesigning the algorithm used, rolling while looking around now feels a lot more natural and doesn’t do these strange figure eights anymore. OSX Fixes We apologize for taking a bit longer to fix some of the more pressing OSX issues. Macs can finally use framebuffer and advanced graphics functions to speed up the game using the optimizations that come with that. Also some crashes with videos and some text input issues have been fixed. If you find more problems that are OSX related, please report them and we will try to fix them for the next release. Exploits We fixed a number of exploits. Thanks to all the players reporting them. One of the more difficult things was implementing a system that would check connection validity without affecting performance, because it would be horrible to check every block that has a connection. The system we came up with distributes the load to check connections over time. It also only checks when the numbers “don’t check out”. Optimization
- The drawing for display blocks has been significantly improved
- Logic activation sending has been improved significantly, reducing bandwidth and improving performance
Features
- Fleets can now cloak
- Fleets can now radar jam
- Bobby AI can now be activated via logic
Size Restriction via GameConfig.xml
Admins can now restrict the ship and station size per entity they want to allow on their server. The exact syntax has been added to /data/config/GameConfigDefault.xml Also there is a general size restriction in the server.cfg now. RESTRICT_BUILDING_SIZE will restrict building size to multiples of sector size. The value in the GameConfig.xml has priority if set.
List of Bugs fixed
Here’s the full list of all 85 tasks we’ve worked on: Private issues are exploits or issues that, if known to the public, would cause a lot of harm. Even though we fixed them, knowing the steps to reproduce could give you ideas on finding a way to bypass the fix and still abuse it, for that reason we do not share.
- T2349 (Private): Grouping issue
- T2139 (Private): Power and shield drain issue
- T2138 (Private): Player max build area not working properly
- T1969 (Private): Performance issues with logic
- T1963 (Private): Missile and AI targeting issue
- T1931 (Private): Shop module crash
- T1851 (Private): Transporters and grapple beam issue
- T1828 (Private): Jumpdrive/inhibitor charge issue
- T1823 (Private): Bounding box issue
- T1627 (Private): Performance issues with logic
- T1602 (Private): Linking update issue
- T1575 (Private): Undo issue
- T1570 (Private): Ion issue
- T1558 (Private): Crash when enabling shadows
- T1299 (Private): Rail logic switching issue
- T1227 (Private): Collision issue
- T1145 (Private): Derelict stations issue
- T1080 (Private): Faction protection removal issue
- T1050 (Private): Docking issue
- T1023 (Private): System claiming issue
- T941 (Private): Docking issue
- T895 (Private): Faction rank permission issue
- T840 (Private): Asteroid respawning issue
- T823 (Private): Another Ion issue
- T659 (Private): Logic issue
- T654 (Private): Warhead issue
- T643 (Private): C+V linking issue
- T512 (Private): Design issue
- T2353: Sector Import fails to load ships docked to planet plates/asteroids
- T2352: (Prebuild only) Shipyards causing disconnect and class cast exceptions
- T2347: Caps-lock mouse interaction on OSX
- T2339: /load_as_faction crashes server
- T2333: Nullpointer being spammed in server console
- T2309: /destroy_uid_docked command not working properly
- T2294: Gold, silver and bronze bar icons missing
- T2291: Autofill “ingame player name” from launcher
- T2289: Make Bobby AI activation logic controllable
- T2278: Cannot dock here
- T2273: Adjust starter equipment for the new block selection method
- T2270: Server deadlock, unknown cause
- T2267: Server crash related to physics, and meta objects
- T2252: Registry has a max password length of 128 characters but not stated anywhere
- T2249: Flip flops not working properly
- T2246: Torch cannot destroy faction module
- T2214: Navigation menu mass of docks is always 0.1 and 0.0 for stations/planet plates
- T2181: Nullpointer with processErrorDialogException
- T2150: Radar jammer and cloak stay active on exiting core for fleet ships
- T2140: Display module performance issues
- T2118: Add dimensional limits to game config
- T2101: Rail detection with rotators and set rotation broken
- T2100: Sell available and price updates at the wrong time
- T2099: Place order edit button is switched around
- T2094: Fleets losing docked entities
- T2044: /despawn command with fleet entities fails
- T2009: Derelict stations get false positive removal for “ship only blocks”
- T2004: Crash when attempting to access online play without internet connection
- T1995: Importing sector fails with ArrayIndexOutOfBoundsException
- T1980: Cargo spaces can be reused by multiple storages
- T1957: C+V Rail detection doesn’t send false signals
- T1776: Converted blueprints have undocked entities as response fleet
- T1678: Uplink doesn’t save for OSX
- T1664: Loading sector causes mass timeouts with colliding asteroids
- T1658: Shop price not set without ownership doesn’t allow moving blocks in between
- T1639: Nullpointer with joystick connected
- T1616: ArrayIndexOutOfBoundsException with missiles or effects
- T1553: Error handling for version mismatch and missing uplink insufficient
- T1525: ffmpeg causing crash for OSX
- T1510: Nullpointer in character file
- T1466: Frame buffer capabilities not detected for OSX
- T1465: Nullpointer with projectiles, causing invisible beams
- T1422: NaN illegal comparison with shootout rail
- T1384: Nullpointer when charging shields
- T1337: Wedge blast door texture reversed
- T1318: Spawning ships with same names as formerly existing one may lack docked entities
- T1282: Creative mode doesn’t allow dropping specific block quantities
- T1257: Incomplete build mode undo/redo
- T1004: New unchanged stations turn into red hull blocks
- T990: Rolling not working properly
- T684: Shop permission resets when server restarts
- T524: Weapons hitting deeper inside your ship
- T428: Not staying attached to ship when logging out
- T355: AHP and SHP is capped
- T325: Asteroids can spawn in solid entities
- T252: Startup crash with custom Windows theme
- T25: C+V Linking memory leak
StarMade
Schine, GmbH
Schine, GmbH
2014-12-04
Action Indie Strategy RPG Adventure Simulation Singleplayer Multiplayer Coop EA
Game News Posts 115
🎹🖱️Keyboard + Mouse
🕹️ Partial Controller Support
Mixed
(2175 reviews)
http://www.star-made.org
https://store.steampowered.com/app/244770 
The Game includes VR Support
StarMade Launcher - Linux [2.38 M]StarMade Launcher v2 - Linux [239.03 M] [0 B]
A voxel-based 3D sandbox set in the never-ending darkness of space. Create your own ships, explore new galaxies, stars and planets. Discover and salvage space stations, fight against pirates or opposing factions in multiplayer. Equip your ships with completely customisable weapons and conquer the galaxy. Trade and make a fortune, mass produce materials in gigantic factories. Design your very own space station. Create warp gates and network the universe at your front door.
The universe is a vast, mystical, beautiful, awe-inspiring place.... the universe is yours.
Built for scalability to facilitate massive fully interactable objects, almost anything is possible. Gameplay elements have been skillfully constructed to bring the ultimate space sandbox experience.
Dive into your own unique universe, and choose your path.
The universe is a vast, mystical, beautiful, awe-inspiring place.... the universe is yours.
Built for scalability to facilitate massive fully interactable objects, almost anything is possible. Gameplay elements have been skillfully constructed to bring the ultimate space sandbox experience.
Dive into your own unique universe, and choose your path.
Key Features:
- Procedurally generated infinite universe, with quadrillions of galaxies - The universe is massive. It'd take approximately 10,000 years to cross from one end to the other! Singleplayer and Multiplayer worlds can be heavily customised with our extensive config options.
- Developed for scalability- We have a broad range of graphical and performance options that cater to our low-end users as well as those with heavy rigs and servers.
- Advanced Build Tools - Powerful and easy to use building tools, quickly design awesome ships, stations and bases. Including functions: Copy & paste, undo, redo, replace, symmetry modes, shape assistance systems (spheres, cycles, torus and more) and rotation of templates.
- Modular Weapon Systems - Combine weapon systems for countless configurations of weapons. From sniper beams to swarm missiles.
- Comprehensive Rail & Logic Systems - Use the rail system to build moving parts. You can do anything from simple elevators, sliding or rotating doors, to complex cranes.
Tinker with our logic systems to control any system in the game, be it weapons, lights, rails, or explosives. Logic covers all basic gate types for convenient use (AND, OR, NOT, DELAY, Flip-Flop), allows in flight control and wireless connections between entities. You can use it for simple things like timers, switches, buttons. Or, build complex systems like working clocks and even a real CPU. - Community multiplayer (dedicated servers) - Play with others in our community hosted servers. Our configs allow administrators to customise core game mechanics for a tailored experience. Most settings can be tweaked to squeeze the best performance out of hardware.
- Platform independent (Windows, Linux, Mac) - StarMade is completely platform independent. We support the three most widely used operating systems.
- Free to play in alpha - We offer the full game free to play while in alpha development. Play our game through this period for free while in return we receive invaluable feedback and bug reports.
MINIMAL SETUP
- OS: Ubuntu 14.04 - 64 bit
- Processor: Intel Core i3 (2nd Generation and above) | AMD FX 6xxx or equivalentMemory: 4 GB RAM
- Memory: 4 GB RAM
- Graphics: Nvidia GeForce GTX 260. 275. 280. 460 SE. 550 Ti | AMD Radeon HD 4870. 5770. 4890. 5830. 6770. 6790 or equivalent with OpenGL 2.1Network: Broadband Internet connection
- Storage: 3 GB available spaceAdditional Notes: 2GB of memory must be available for StarMade. Lower specs may work by modifying graphics and other performance options. Try out our demo to get an indication for your system. System components such as Integrated Graphics cards may not be supported. Requirements may change in further updates.
- OS: Ubuntu 15.04 - 64 bit
- Processor: Intel Core i7-2600 @ 3.4 GHz | AMD FX-8320 Eight-Core @ 3.5 GHz or equivalentMemory: 8 GB RAM
- Memory: 8 GB RAM
- Graphics: Nvidia GeForce GTX 560. 650 Ti. 750 | AMD Radeon HD 5850. 6870. 7790 (or equivalent)Network: Broadband Internet connection
- Storage: 3 GB available space
GAMEBILLET
[ 5951 ]
GAMERSGATE
[ 3198 ]
FANATICAL BUNDLES
HUMBLE BUNDLES
by buying games/dlcs from affiliate links you are supporting tuxDB