Space Engineers

Space Engineers

81 ratings
Video Player for LCDs (vanilla)
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
7.020 KB
Nov 13, 2016 @ 8:39pm
Mar 11, 2018 @ 11:26am
29 Change Notes ( view )

Subscribe to download
Video Player for LCDs (vanilla)

Description
Plays animated gifs on LCD screens.

Instructions

Demonstration Video

You can use http://ezgif.com/resize to resize your GIF down to about 178x178 for the small lcd, 356x178 for the large one. They work better if they are the proper size.

  1. Go to http://spaceengineers.io/tools/storage-loader
  2. Drag your animated gif file into the gray box on that page.
  3. Depending on the size of the gif, it could take a little while to load.
  4. Copy each script under the file name on that page into the programming block in game and run the PB once for each one. (NOTE: Make sure you don't have a timer running the PB while your are doing this. If the script runs more than once for any of the storage loader scripts, it won't work)
  5. Load this script into the PB, set the frameWidth and frameHeight based on the size of LCD you are using, and run it.
  6. Wait. After a little while (can take a few minutes depending on how big the gif is) the gif will start playing. Some GIFs may not work. The GIF file only has to load once, so when loading a blueprint or save the video will start playing instantly.

Note: Adjust the throttle if you get complexity errors.

You can use programming block arguments to change which frame(s) are played. Ex: "frames 1 3 5 7" will play frames 1, 3, 5 and 7, then stop. If you add loop into the list of frames, it will play each frame until the loop and then loop the remaining frames. Ex: "frames 1 2 3 4 5 loop 6 7 8 9 10"

Fork on github: http://github.com/rockyjvec/SpaceAnimatedGifs

I doubt this would work very well in multiplayer although I haven't tried it.
57 Comments
BeeSkee Sep 7, 2023 @ 2:16pm 
Sadly this no longer seems to work, it could use an update if anyone wants to do so.
Tom Fox Apr 11, 2022 @ 1:24am 
JaCoOoOoS May 24, 2020 @ 4:09am 
This is crap, can't compile the code becuase it's too long.
ashe May 7, 2020 @ 10:19am 
Hey my man, could you please update this ?? "ShowPublicTextOnScreen" & "WritePublicText" don't seem to work anymore
Abstract Testament Jan 15, 2020 @ 1:00am 
Is this still being supported or no?
Molten Carnage Oct 11, 2019 @ 7:03pm 
Can this work with Whip's image converter?
Nevi Jul 5, 2019 @ 1:25am 
will you make it Multiplayer friendly?
Nevi Jul 5, 2019 @ 1:03am 
can someone make a short Demonstration Video how to exatcly making a vid wall? PLS?
The Watcher Apr 25, 2019 @ 7:45pm 
I simply pasted the script into the block after all the lines and it gave me some errors.says my text on my lcd is deprecated
John Helldiver Feb 18, 2019 @ 2:32pm 
Can you try to do more detailed video please? I dont know how to link PB and TB together with LCDs