Space Engineers

Space Engineers

Block Progression - Schematic Hunter
正在显示第 21 - 30 项,共 33 项条目
< 1  2  3  4 >
更新于:2020 年 12 月 26 日 下午 2:52

  • Reworked the player entered cockpit event due to a reported issue where the cockpit entered isn't in the game's dictionary for some reason

更新于:2020 年 12 月 23 日 上午 11:05

  • Fixed issue with non-existent blocks listed in the player's UnlockedBlocks section (ie after removing a mod) causing an error on load

更新于:2020 年 12 月 21 日 上午 9:18

  • Added Display Name check to Unlock command as well

更新于:2020 年 12 月 21 日 上午 9:15

  • Create and Spawn commands will now also check the Display Name for the given string
  • Fixed issue with new server settings not being used in place of the previous static values

更新于:2020 年 12 月 21 日 上午 7:38

  • Added more server options - see Server Save Data in the description for details
  • Added per-item spawn chance setting to allow further refinement of spawn probability - see Block Rarity Settings in the description for details

更新于:2020 年 11 月 29 日 下午 6:42

  • Fixed bug where items added to AlwaysLocked weren't being considered
  • Updated network code to use Keen's new api methods

更新于:2020 年 11 月 15 日 下午 6:22

  • Added UseBuiltInSpawnSystem setting, found in the Server Save Data file. Set this to false and the mod will stop spawning schematics on its own, allowing you to customize where they are found

更新于:2020 年 11 月 3 日 下午 6:07

  • Fixed potential issue if price modifier is less than or equal to 0. Minimum is now 0.01

更新于:2020 年 11 月 3 日 下午 5:52

  • Blocks are now unlocked by subtype!
  • Fixed bug with create command still producing a random schematic even when a valid argument is given
  • Fixed issue with not being able to use existing blocks on a grid while in a cockpit
  • Reworked config files / added research group config
  • Changed config save locations - DS will be in local storage with a prefix, local game configs will be in world storage

更新于:2020 年 10 月 24 日 下午 12:40

  • Added FactionShare command
  • Added checks for projections that contain unlocked blocks. These blueprints will be removed from the projector when found or when the projector isn't owned (can't check for unlocked blocks with non-player-owned projectors)
  • Added ability to create specific schematics via admin commands
  • Cleaned up some code