Skip to content
Ashley Bennett edited this page Mar 11, 2024 · 5 revisions

Welcome to the ToolCore wiki!

This is a framework that re-implements and extends the functions of tools in the game Space Engineers. This allows for several improvements over vanilla:

  • Different shaped tool effect areas (cylinder, beam, etc.)
  • Multiple tool types in one block
  • Definable tool speed
  • Definable limit on number of blocks to work on at once
  • Greatly expanded animation and particle effect options

Tool properties are defined in the sbc files, no C# required. Block tools should be of Conveyor Sorter type, to avoid vanilla tool code still running in the background.

You can find a list of mods using ToolCore here: https://steamcommunity.com/sharedfiles/filedetails/?id=3179002280

Clone this wiki locally