Update 01.091

From Space Engineers Wiki
Jump to: navigation, search

16 July 2015


Summary

In this week’s update, we are focusing on fixing various bugs. We are planning to have a more intense bug-fixing period during the upcoming weeks, so you should expect more fixed bugs in the next updates. Additionally, we are adding some more options and possibilities for the scenario creators. Designers are now able to display videos in the scenarios, either at the start or triggered by a condition. They can also add the option to load a map based on a scenario condition (currently available for offline/single player mode missions only). In addition, there is a new option to view the scenario’s progress and inform the player about all the rules set in the current scenario (list of win / lose conditions and basic settings). Moreover, there is a new option to add a player directly into a faction when he spawns in the medical room. When this option is enabled, the player that spawns in the medical room will automatically join the faction that the owner is part of. There is also a new world option for starting in respawn screen. Any player that plays a scenario should start in a spawn screen with listed spawn points. Even if the player plays an offline single player game, he should still start in the respawn screen. Lastly, we have improved the ownership/faction options in the scenario edit mode. When a player creates a faction, it is possible to add a 0 entity that will be added to the faction. He can then assign ownership of blocks to the NPC (the NPCs should be hostile to each other).

Developers’ Note

We thought it useful to give you a bit more information regarding the importance of the Scenario Editor, since we’ve noticed that many players are not happy with the additions that have been made lately. As we have already mentioned in a recent blog post, part of our development plan is to add missions into the game. The purpose of the scenario editor is exactly this – to provide all the necessary tools to our Level Designers to create various missions that will be implemented in the vanilla game. If the scenario editor didn’t exist, then we would require occupying programmers for doing that. But now, with the help of the scenario editor, our level designers can easily work on designing missions without the help of any other person in the studio and programmers will have the time to work on other planned features. More dev notes will follow shortly regarding planets and other development plans. Stay tuned!

Features

  • large bug fixes
  • more ownership/faction options in scenario edit mode
  • option to play video at the scenario start/condition triggered
  • option to load another map based on a triggered condition (in offline/single-player mode missions only)
  • option to view scenario progress/rules ("U" key)
  • new med-bay setting: assign to faction when player spawns
  • world option: player starts in respawn screen

Fixes

  • fixed crash when turrets were tracking a target
  • fixed recharge time not calculated correctly on DS
  • added recharge ON/OFF action for jump drive
  • fixed conveyor system ignoring sorter block
  • fixed right click on a completed block gives error
  • fixed cargo containers not transmitting inertia to the contents upon destruction
  • fixed remote control and freelook conflict
  • fixed no thruster sounds
  • fixed cannot click X in blueprint search
  • fixed hand drill taking up too much volume space in the inventory
  • fixed placing armor corner 2x1x1 tip glitch
  • fixed speed on HUD updating too frequently
  • fixed gravity generator slider inconsistency
  • fixed dedicated server console not remembering settings
  • fixed GPS locations jump back to the top
  • fixed turrets crashing server when being welded
  • fixed interior lights color issues
  • fixed auto-healing working even after disabled
  • fixed conveyor system ignoring [[Conveyor Sorter|sorter block\\
  • fixed small advanced rotor part name
  • fixed merge block are disconnected after owner change
  • fixed hand tools can be transferred trough small conveyors

Community Fixes

tyrsis

  • Allows mods to be notified when damage occurs to various entities (blocks, ships, characters, etc), and also allow mods to modify or even nullify that damage. It even stops deformation. This gives a lot of power to mods to modify damage as it comes in. Following these events can be found in MyAPIGateway.Session.DamageSystem interface.
  • Allows mods to move clients to different multiplayer servers. - ( MyAPIGateway.Multiplayer.JoinServer() )

joemorin

  • Fixed ammo being consumed by multiple clients for the same gun (multiplayer ammo bug)


Update 01.091.011 (07/17/2015)

  • fixed infinite welding
  • fixed crash - Game.Entities.Character.MyCharacter.PlayFallSound
  • fixed Scenario 02 crash when playing under different localization
  • fixed added null checks for steam service