Space Engineers

Space Engineers

92 vurderinger
Ingame Clock on LCD Panel
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
Opdateret:
877.000 B
13. apr. 2015 kl. 11:05
11. juni 2015 kl. 2:39
9 ændringsbemærkninger ( vis )

Abonner for at downloade
Ingame Clock on LCD Panel

Beskrivelse
What is this?
This script will display your real current time on a wide LCD Panel ingame.



How to Use:
1. Place a new Wide LCD Panel, set its ownership to you, name it "timepanel" and let it display public text
2. Place a programmable Block, set its ownership to you and load the Clock Script into it
3. Place one or more Timer Blocks, set their ownership to you and let them run the programmable Block

If you want to display the time on more than one LCD panel, just repeat step one. The name of the LCD panel has to contain the phrase "timepanel" (case-insensitive).



To-Do:
- Add Alarm and Stopwatch



Remarks:
- To let it smoothly display the current time, i am running it with 8 Timers triggering the programmable Block. With 1-2 Timers the display will sometimes have lags of about 1-2 seconds. Or let one Timer trigger itself after runnig the script.



Update 11.06.15
Added multi LCD Support

Update 09.06.15
Added the possibility to adjust the clock's time

Update 22.04.15
Clock now uses the 24-Hour format as default. You can change that setting in the script.
Populære diskussioner Vis alle (1)
3
23. maj 2015 kl. 7:22
this is pretty good
Peteza
48 kommentarer
RougeSable 10. feb. kl. 9:24 
Hi! Does anyone found another stopwatch script please?
BNett2001 18. apr. 2023 kl. 11:22 
I can't wait until you add the stopwatch function. There aren't many choices out there.
Pegas519 25. juni 2022 kl. 10:30 
This script uses C# basic mechanics, any API change wouldn't affect this script, unless a new c# version that changes how time is called is changed. Unlikely to happen.
purre 24. juni 2022 kl. 10:26 
Forget it mosfet, I was drunk! Great script, thank you!
mosfet  [ophavsmand] 24. juni 2022 kl. 3:40 
I havent started Space Engineers in years... Can you specify which step is too complicated?
Pegas519 19. nov. 2020 kl. 19:54 
This script displays real life time, not relative to planet time.
Geert-Jan 28. mar. 2018 kl. 15:09 
@Max, this script is from 2015 and never updated. That might be the problem the time does not show correct.
Max 12. feb. 2018 kl. 12:10 
21:00 and the sun rises... bruh wtf?
Decimal 5. nov. 2016 kl. 10:28 
I actually fixed the problem. I just had the timer block increase and decrease the font size at the same time so it updates it's texture and bypasses the weird bug.
Decimal 5. nov. 2016 kl. 10:21 
I'm having a really strange problem though I'm not sure wether that's an actual game bug or caused by the script. Because the time onlly changes while I'm changing settings of the lcd panel (like font size or color), otherwise it's just... stuck. I think it just doesn't update the texture of the screen because it still changes the text in terminal. You have any clue?
(I'm using the Dx9 32-bit version, maybe that's the reason)