Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
- changed keys to work with e as activation method (to cycle see block description)
- improved display performance
- added runtime performance (all blank lines will be removed (to time a program see sleep instruction))
- removed fixed file length
- fixed a bug with asynchronous cursor position
end - goes to the end of the line (editor | command line)
copy - copies the line (editor only)
cut - cuts out the line (editor only)
paste - pastes in the content of the clipboard (editor only)
color - writes the color code of the color its painted in (editor only)
stop - stops the program when running or sets all outputs to 0
return - adds a new line and jumps to it can also be used to split a line (editor only)
reset - sets all outputs to 0
clear - clears the screen
clean - deletes all programs (including the ones saved)
list - prints out a list in the console
out - outputs a value (out <color> => outputs the value of the accumulator or out <value> <color> => outputs the given value)
import - imports a file to a given location (import <source filename> or import <source filename> <destination filename>)
stop - sets all outputs to 0
- fixed io blocks (red and magenta color codes)
- added a program importer to import files
- added a startup block with which you can start a program you set to be the startup program (needs logic input to start)
- added print (will print address and value if address is given (otherwise just the value))
- added prints (will always print the value without the address)
After that just press 'e' on the displaymanager.
To import files you just need to write them into the 'programs.json' file in the mod folder. Than place down the importer and connect it to the storage blocks. Press 'e' on the importer. To check if the files were imported correctly press 'e' on the storage block to get a list of all programs on the storage block.
- fixed console prints for piston controller
- fixed console prints for bearing controller
- fixed console prints for motor controller
- added relativ jump support
- added number -> logic converter
- added a bind command (replacement for startup) to have a selection of programs to start
- added a size command to set the display size (max: 100x50, min:10x10)