Latest stable version: Checking...
Registry status:
    • Jun5

      Patch Day! StarMade 0.15

      StarMade 0.15

       

      Hello and welcome to StarMade,

      finally the new update is done.  A whole bunch of game changes to features and optimizations have been made.

      The most anticipated one is probably the new weapon system:

      Weapon System

      Based on the ideas and concepts of Calbiri and his discussion partners, this new system will change how ship weapons are designed in StarMade, and how the game is balanced.

      First up: We have changed a lot of systems to improve balance.  These changes are based on calculating the strength of a system through group sizes and a linear growth of damage done or prevented.  

      But, if you don't like the current balance, don't worry, you can change it to what you like!  (This will apply to many other game settings, using configs to make custom servers and modding far easier.)  

      Also, our vanilla balance is currently in testing, and is not final yet.  We will be always looking for feedback and configs from servers to improve the vanilla version.

      The weapon system has been done for a month now, but since I want full moddability and a better way to balance the game, every single value has been externalized into an easily moddable config (/data/blockBehaviorConfig.xml).  It turned out to be the right decision, as while I would have been able to push the update out further, balancing would probably in the end be taking at least twice as long as implementing the fully modability.

      The config, like e.g. the blockBehaviorConfig is individual per server, and automatically downloaded to the clients.  That means, each server can have its own balance and set of rules if they wish to.  You can even push config changes live ingame, so a server could for example engage a config that is meant for a certain minigame.  Unique config’s per sector/region are also planned.  

      New Basic Weapons

      There are two new basic weapons in the game: A damage pulse, that does area of effect damage to all blocks in range, and the damage beam, that works like the repair beam, only the other way around ^^.  

      The Cannon (Weapon Computer), Missile (d1000), Damage Pulse, and Damage Beam (names are wip), are the MAIN systems, which can be used in combinations. 

      Combination System

      This system extends the old weapon system by a huge number of possibilities.  

      You can connect any MAIN system to any shooting system (salvage, astrotech, etc, as well as all MAIN) to get a change in the weapon behavior.  

      rLX977F.png

      The effects are fully customizable by the ratio of the blocks you connect. So if you connect a Weapon Computer with 100 AMC to a master Weapon Computer with 200 AMC, you get just 50% of the reload buff, but also only 50% of the damage nerf. This means you can fully customize your weapons exactly the way you like.


      https://www.youtube.com/watch?v=qAQRbLVmwBc

      Effect System

      Not only can you combine your weapon systems, you can also add an effect to it.  Effects change how a weapons damage is applied on impact.  There are already 8 effects to choose from and more to come.  The effects can be connected to MAIN systems, but you can also use the effects as stand-alone systems to get a defensive bonus on your ship.  The same ratio system applies here as well.  If you connect a 50-block effect to a 100-block Weapon, you get half of it’s bonus.  

      • Emp    

      -Combination: Converts the weapons damage to instead do damage to the

      power of the enemy ship.  

      -Defensive: Protects against power damage.  

      • Explosive

      -Combination: Adds an explosion effect to the weapon dividing its damage

      among 6 blocks at once.  Adds extra radius to missiles and pulse.  

      -Defensive: Protects against unnatural gravity effects like push/pull/stop.  

      • Ion

      -Combination: Does more damage to shields, at the cost of less damage

      done to blocks.  

      -Defensive: Hardens shields with a % of damage reduction.  

      • Piercing

      -Combination: Adds piercing effect to weapon impacts, damaging blocks

      behind the point of impact at the cost of focused block and shield damage.     

      -Defensive: Protects against piercing and punch through effects.  

      • Punch-through

      -Combination: Adds punch-through effect to projectiles destroying

      consecutive blocks in a line as long as the projectile has enough damage remaining after the previous block.  

      -Defensive: Hardens block armor with a % of damage reduction.  

      • Push

      -Combination: Add a physical push to your weapons in exchange for less damage overall.  

      -Defensive: Gives a burst forward to your ship (valuable in battle.)  

      • Pull

      -Combination: Adds a physical pull to your weapons in exchange for less damage overall.  

      -Defensive: Gives a burst backwards for your ship (valuable in battle.)  

      • Stop

      -Combination: Converts dps into a braking effect on your weapons to hold your enemies in place.  

      -Defensive: Nullifies the effect of natural gravity (e.g. from planets.)  

      Colored Weapons

      These can be achieved the same as other weapon combinations are, simply link any light emitting block to the primary computer and its projectiles will now be in that color.  

      New Weapon Panel & GUI changes

      To make handling effects and combinations easier, players can now edit them in a completely redesigned weapon panel.  With this, you can just drag & drop your prefered weapon together without having to manually connect the parts.  

      You can also now drag the weapons directly into your hotbar to use.  

      Enabling a navigation filter now also applies to the target markers you see on screen.  

      Also, the structure panel is now available for Space Stations, as well as planets.  

      Furthermore, you can now activate any block in build mode.

      Some new admin commands include /give_look and /give_slot these will allow an admin to more easily give specific block types.  

      Logic System

      Another brand new feature is a fully fleshed out logic system. With this system you can design any functional system you like.  

      Ever wanted to have blinking lights?  Airlocks?  Automatic doors?  Automatic gravity?  Automatic weapons?  Traps?  A computer in a computer?  

      These, and much much more are now possible.  

      There are 6 new blocks available:

      • Activation block: the main block of logic systems.  Sends a signal to whatever it is connected to.  Connect it to a door for example, the door will open remotely by activating this module.  You have to connect it to each block individually, as more than one block type can be connected.  

      • Not-Block: Takes a signal, inverts it, and sends it.  Other than that, it works exactly like the activation block.  

      • And-Block: Takes multiple signals, and sends 'true' if all those incoming signals are 'true' otherwise it sends a ‘false’ signal.  

      • Or-Block: Takes multiple signals, and sends 'true' if at least one incoming signal is 'true', and 'false' is all incoming signals are 'false'.  

      • Delay block: Takes a signal and waits half a second, then sends it.  You can achieve higher delay times if you chain these blocks together.  These blocks can only store one delayed signal at a time.  

      • Delay (non repeating): Like the delay block, but it will stop after one iteration if placed in a loop.  


      http://www.youtube.com/watch?v=AOG-sVJe7Qw


      https://www.youtube.com/watch?v=Y-rpQdK2NCo


      https://www.youtube.com/watch?v=7QsvriaOKH8

       

      Round Planets

      Planets are now dodecahedrons! Existing planets in old universes will not be replaced, only undiscovered planets will have the new shape.  

      The reasons for choosing dodecahedrons are: they have the best trade-off between a round shape, and still maintaining the logic of a block based game. Also the implementation does not require a special case for every single thing in the game, which in other „rounder“ options would end up in a situation where I would basically be putting most my resources into implementing planets for a long long time (with doubt that it would even work or be fun to play at the end).  


      http://www.youtube.com/watch?v=W-EN4vRRExM

       

      Planet Core

      The planet core is the center of the planet.  It has hitpoints, and heals very fast if hit.  But it can be destroyed.  If that happens, the planet will blow up, and all the planet segments will fly off into space (for performance reasons they will not collide with other objects for that time, but they will become physical again once they stop).  

      If you claim a planet with your faction block, all planet segments will gain that faction signature. But be sure to add faction blocks of the other segments too, so that it’s secure.  If made into a homebase, all planet segments as well as the core will be protected.  

      You can also now name your planet with the faction module on one of the segments.  If you want to change the name, on another segment, the first name has to be reset to “Planet” or nothing.  

      New Decorative blocks

      A lot of new decorative blocks have been added with some amazing textures by Tom (Kupu):

      0phmgck.jpg

      All new and improved Normal maps have been added among many other texture and animation fixes. Plex lights now also have an On / Off texture.

      New Default Ships

      New default ships made by Zero_Sen and Calbiri, using the new weapons, have been added to the default blueprints for the trade guild and pirates to use.  


      https://www.youtube.com/watch?v=-lFKA-sxkMw

      Coming effects

      Graphics effects will be added later, when the new particle system is done.  

      Optimization and Bug fixes

      Amongst other small optimizations, a huge physics optimization has been made to ensure further scaling of the game. Especially for huge ships colliding, new algorithms have been implemented to reduce the time taken to search for colliding blocks (in millions of blocks).  

      Also the physics system will now attempt to solve situations where objects get stuck without warping to give a better ship battle experience.  It will now just push the ships outside each other using a low-performance-mode of the physics.  

      Far over 100 bugs have been fixed over the last months as well.  Please go to the StarMade Bug Tracker to get an overview.  

      The testing has become a lot more efficient and streamlined thanks to AndyP, who did great work setting up and maintaining the new tracker.  (I had some trackers before but I always ended up doing everything myself, which kind of defeats the purpose, so I kept a personal tracker only up until now). Thanks to all the testers.

      Please be sure to make a backup of your Universe, as bugs might still be happening, because we only have so few testers.  

      If you want to become a tester, please send a message to AndyP through the forum.  Also, the new launcher that is planned will give testers exclusive access to the dev builds.  

      Whats to come next

      With the weapon and logic systems implemented I have a lot off my plate.  I plan update more frequently and not put so much into a build all at once.  

      The next few updates will focus on a redesign of the crafting system, then warp drives/gates will be coming.  Along with that we will work on the content for the creature system (3d models etc.)  

       

      Thank you for playing StarMade,

      - schema

    • May21

      Trade Guild releases archival footage

      The trade guild has just released secret footage of a prototype Isanth that they have long kept a secret.

      Why have they suddenly come forward with this information?

    • May19

      Balance and Effects

      After seeing lots of questions on the thread for this dev build, we thought it would be helpful to put some of the answers in the news so more players can easily understand what is occuring in the dev build as far as balance and effects in the new weapon system.

      • Power - Its true that you current weapons may be using more power than before, currently I'm testing with everything using 10 power per 1 damage done, this may change, but I have to start testing somewhere.  There may also be changes to increase the power system in the future, so things may change from that as well.  
      • Shields - Yes, shields are overpowered right now per block usage, but this will be decreased.  We'd like to see the power/block usage requirements of shields be just slightly cheaper than your weapons, this will put a higher efficiency on defense over offense, lending towards longer instead of shorter fights, this gives you time to actually apply your piloting skills instead of simply running an equation on whose ship is bigger.
      • Range - The thought behind the 3 range values being used are this;
        • Long range - Cannon and Missile systems have a travel time and only impact a single point
        • Medium range - Beam systems have no travel time, giving increased accuracy
        • Short range - Pulse systems have a minimal travel time, but apply their damage amount to all blocks in range, the more blocks hit, the more damage overall damage occurs (50 dmg system = 50 dmg per block)
      • Tertiary Effects - These are still having their mechanics adjusted to function properly, particularly the most recently added momentum effects and Ion effect.  I talk with Schema daily about changes we need, solutions to problems that come up and report bugs encountered.  I'm as anxious to get them working as the rest of you.  Also, since there's been some confusion about what does what, here is a rundown;
        • EMP - This mechanic is for you converting weapons damage into power reduction on the target ship. 
        • Ion - This effect converts weapons into shield ablating types.  They gain an increased damage to shields at the cost of reduced damage against solid matter.
        • Punch Through - This is to allow any damage remaining in a shot to punch through a block it just destroyed to impact the next block behind it, this may occur multiple times until a shots damage amount is used up.
        • Piercing - This system will convert your weapons damage into a radiant type of damage, passing through all blocks in its path and dividing its damage among the blocks impacted, regardless of whether any are destroyed.
        • Explosive - This effect converts your weapons impact point into an explosion, reducing the damage you do to the primary impacted block, but additionally doing damage to the blocks neighboring it.
        • Stop - This acts like brakes to an affected target.  Your system uses pulses (non constant) of inertia dampening, attempting to counteract the thrust of the target ship and bring it to a stop.
        • Push - Pushes the affected target away from you. Your system uses pulses (non constant) of inertia to push the target ship.
        • Pull - Works in the opposite manner of the Push Effect
        • All Tertiary effect blocks also have a defensive use when not linked to a weapon system.  
      • New Weapons Menu has been added and should make assembling your new designs of weapons and understanding their output far easier.

      Thanks for playing,

      Calbiri

    • May9

      Busy Night

      Good morning!

      After a busy night, there is some more exciting news to share with you!  First off, the bug testing on the dev build and weapons combos is coming along quickly, we cant wait to have it ready to let you play.  

      A few of the things we'd like to update you on are listed below, these are as always, subject to change (lets hope not though!)

      • Some tweaks and fixes will probably be made, but I've finished updating the config this morning.  Its awesome!  
      • Some new tidbits being added, the new ingots/crystal blocks should be in the next dev build.
      • The color of weapons (only cannons so far) can now be modified by placing any light source block directly under the output block of a weapon group.
      • To help make the new weapons be a bit more fun until the Ship HP system can be implemented, I am trying out a change to how Jamming and Cloaking draw power.  Cloaking will now draw 145 power per block to maintain, however, Jamming will now ONLY drain 5 power per block to maintain.  This means youll easily be able to jam the location of your core during combat as long as you have an adequate power supply (which you may loose once heavily damaged.)  This leaves "Stealth" ships still requiring a full 150 per block to stealth as they have always been.  

      Thanks for playing,

      Calbiri

    • May8

      Weapons demonstration

      Not everyone is an expert at making videos, but hopefully this short one I've made will give you a tantalizing glimpse inside the new weapon combo system.



      Not all weapons were shown, as the long range weapon combos and the artilery style weapon combos are difficult to display and would have added considerable time to the video.  All combos *are in the game and testing / bugfixing has been going hot all week.  

      Thanks for playing,

      Calbiri