Space Engineers

Space Engineers

Star Wars: Asciimation
28 Comments
kingkilla 8 Mar @ 12:11pm 
anyone got a fixed version of this its a requirement for crew quarters lol
Merchant Zac 9 Mar, 2024 @ 8:29am 
Thanks
Krypt  [author] 8 Mar, 2024 @ 5:27am 
I will not do it, unforunatelly. You may try to ask someone on SE Discord. I'm ok with someone reuploading a working version of it
Merchant Zac 7 Mar, 2024 @ 7:14pm 
Any chance on trying to fix the script
Krypt  [author] 13 Oct, 2023 @ 11:30pm 
Well, it lasted for 6 years, I consider it as a win ::D
Merchant Zac 13 Oct, 2023 @ 8:37am 
script is finally Broken last update broke it
Rufio 1 Aug, 2022 @ 5:00pm 
amazing, thank you
Krypt  [author] 1 Aug, 2022 @ 5:07am 
Also, 3000 is a magic number, if there is no 3000 operations available, task will not start and script will "Freeze" doing nothing
Krypt  [author] 1 Aug, 2022 @ 5:00am 
Firsty, I strongly dicorage using this script in online games
The reason of high load is this script decompresses the movie. It basically have an archive and n unarchiver in it.



But actually, yes, there is a way

Look for two vatiables

public const int TASK_END_LIMIT = 7000;
public const int SCHEDULLER_START_LIMIT = 10000;

The total "budget" is 50000 operations by default
So, TASK_END_LIMIT means it will consume 43000 operations
So, you need to set it much higher, probably something line 37000 and 40000, ot even higher


It will make initialization something like 4 times slover.


SCHEDULLER_START_LIMIT should be higher then TASK_END_LIMIT by some margin.
Rufio 31 Jul, 2022 @ 7:08pm 
anyway to make it run slower so the server im on wont stop it from running?
Pepeshii 14 Nov, 2021 @ 5:39am 
It is possible to make it loop? :se:
Krypt  [author] 20 Jan, 2017 @ 1:43pm 
If your want to run multiple instances of this script - you can change names of blocks. It located in first lines of script.

Also, you can use same timer for multiple script instances. Actually, name is used only to kick timer after savegame load.
Shepard (KeGGeR) 20 Jan, 2017 @ 9:36am 
Thanks for the response, I'll probably give that a shot Krypt! Basically I've put it in one of my passenger craft as a sort of "In flight entertainment" :P
Krypt  [author] 20 Jan, 2017 @ 1:29am 
I'm afraid, it is not possible without code editing.
If you really need too show movie on multiple screens - you can try to use text copy feature of Configurable Automatic LCDs.
Shepard (KeGGeR) 19 Jan, 2017 @ 10:14pm 
Any way to make this work with all LCD's named Movie LCD? The script seems to just pick one at random when you compile the script
Gofawu 16 Nov, 2016 @ 8:56am 
Thanks, it's working now ^^
Krypt  [author] 16 Nov, 2016 @ 4:09am 
@[FR]Gofawu, you don't configurated timer to start itself. Add Timer to actions list, "Trigger Now" action.
First Chapter 15 Nov, 2016 @ 11:49pm 
Really well done!!!
Krypt  [author] 15 Nov, 2016 @ 1:59am 
@[FR]Gofawu
> https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=800174924
Description is curren in this screenshot. Can you scroll it and xreate another one?

> https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=800174931
Show me action of timer block.
In some reason it is not started.

Looks like it not configurated to start itself.
Krypt  [author] 12 Nov, 2016 @ 9:33pm 
@[FR]Gofawu
Which version on the game you are using?
That programmable block's detailed info showing?
How you configured timer?
Aerie 12 Nov, 2016 @ 10:13am 
ha i remember my friend who has a mac book showed me this little secret on it.
Krypt  [author] 10 Nov, 2016 @ 5:23pm 
@FS yes, you can use it in way whatever you want.
broken 10 Nov, 2016 @ 2:54pm 
Can we use this in our pod race event this weekend?
Silentfighter89 10 Nov, 2016 @ 11:05am 
Wuhuuu. wait I have seen that bevore...has Computercraft(Minecraft Mod) not the same as a secret? But never the less awsome
Brickster22 6 Nov, 2016 @ 7:00pm 
nice