dev-20210926b
Pre-release
Pre-release
·
15 commits
to master
since this release
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 noContent
folder next toEnhancedUI.dll
(development mode) - Otherwise it runs in production mode and loads
Terminal.html
from theContent
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.