Space Engineers

Space Engineers

102 ratings
Star Wars: Asciimation
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
123.754 KB
5 Nov, 2016 @ 6:17pm
10 May, 2017 @ 6:19pm
5 Change Notes ( view )

Subscribe to download
Star Wars: Asciimation

Description
This is a port of Star Wars ansii animation originally done by Simon Jansen

<striked out>
At first, it requares monospace font mod to work correctly.
Instalation instructions for it can be found there:
https://steamhost.cn/steamcommunity_com/sharedfiles/filedetails/?id=787881521
</striked out>
monospace font was integrated into the game

Installation
- install programmable block
- install timer
- rename it to "Movie Timer"
- set timer to start programmble block ("Run", empty argument) and itself ("Trigger Now")
- install text panel (Wide LCD panel is preffered)
- rename it to "Movie LCD"
- load this script into programmable block
[optional]
- install buttons panel
- make buttons run programmable block with arguments (left to right) "b1", "b2", "b3", "b4"

Programable Block arguments
Button actions (current action hint shown in status bar on lcd):
b1
b2
b3
b4

Status bar control:
bar hide
bar show
bar switch

Playback control:
play
stop
fastforward
previous
next

Issues
- animation is cutted
Unfortunately, original animation was not finished. I can do nothing with it.

Changelog
v1.3
+ font autoconfiguration

v1.2
+ toolbar control
+ direct playback control

v1.1
+ lcd not found handling
+ exact font size (movie looks better on square text panels)
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?