Space Engineers

Space Engineers

Not enough ratings
LCD Text Cycler
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
565.058 KB
12 Nov, 2024 @ 8:35am
19 Nov, 2024 @ 8:47pm
6 Change Notes ( view )

Subscribe to download
LCD Text Cycler

Description
The LCD Text Cycler allows highly configurable text slideshows. For any LCD with cycler in its name.

You define the text and formatting within each LCD's CustomData. Additionally, you can import large texts from other blocks' CustomData - ideal for use with image data from Whip's Image Converter[github.com].

Here's the In-depth guide

Example LCD CustomData Configuration:

slide_duration: 3 font_size: 2 font: "Monospace" texts: - text: text: "The Present" alignment: "CENTER" padding: 35 font: "GameCredits" font_color: [128, 128, 0] - text: text: "The Future" alignment: "CENTER" padding: 35 font: "LoadingScreen" font_color: [0, 128, 128] - text_source: source: "ATM (Image Test)" padding: 0 font_size: 0.1 slide_duration: 8 - " "

A minimalistic configuration:

slide_duration: 5 texts: - "The Past" - "The Present" - "The Future"
4 Comments
Lemon 17 May @ 9:38am 
Script has stopped working. "Assembly not found. Please compile script" Error
Strapatrocious 20 Nov, 2024 @ 5:15am 
that is exactly what i needed, thanks :o
whisp  [author] 19 Nov, 2024 @ 8:48pm 
Glad you like it!

Use text_source for large texts:

- text_source:
source: "ATM (Image Test)"
padding: 0
font_size: 0.1
slide_duration: 8

(indent not possible in comment)

"source" can be any block that has text in its CustomData
Strapatrocious 19 Nov, 2024 @ 1:31pm 
Awesome, it works wonder, i use it to slide between 3 whole pictures on a LCD (with almost max custom data space used)