Skip to content

dev-20210926b

Pre-release
Pre-release
Compare
Choose a tag to compare
@viktor-ferenczi viktor-ferenczi released this 26 Sep 21:02
· 15 commits to master since this release
0a9bea8

Changes

  • Fixed browser control scaling, now it is pixel-perfect (1:1 scale)
  • Crash fix on closing the game

Installation

  • Create folder: C:\Program Files (x86)\Steam\steamapps\common\SpaceEngineers\Bin64\Plugins\Local
  • Copy the ZIP file into that folder
  • Extract it

Modes

  • Loads http://127.0.0.1:3000/Terminal.html if there is no Content folder next to EnhancedUI.dll (development mode)
  • Otherwise it runs in production mode and loads Terminal.html from the Content folder (as a file)

Known bugs

  • Input binding is WIP and very bad. Keyboard is buggy, mouse is slow. Good enough for very basic testing.
  • No binding between C# objects and JS set up yet. That's the next task to work after the input bindings.