Author: yellow51

  • Simple welcome script

    I made a simple welcome message script today for Space Engineers. It’s available on the workshop, and also on GitHub.
    It displays a simple welcome message in chat.

  • 2D Asteroid Shooter Project

    Just a little project I was working on. It uses C#, Avalonia and SharpDX. I might publish the code base to GitHub at some point. It’s definitely not finished nor has everything in it that I have in mind, so I’ll be doing some updates here and there to it.

  • Programmable Blocks

    I decided to tinker around with programmable blocks in Space Engineers (1) today, since I’d never done so before in all the 3,269.5 hours (currently) I have in Space Engineers.

    I decided to do something relatively simple. (Yes, the feature already exists in-game without any scripts, mods, etc, as an “App > Digital Clock”.)

    Cue the Time Script. Gets system time and tells system time on an LCD. Pretty sure this has been done before, but I figured give it a whirl. It yielded a much expected, but nonetheless working result.

    I published it to the workshop and did a video showcasing it briefly. It’s also on GitHub, because why not?