diff --git a/.DS_Store b/.DS_Store index dc57a8ab..09b0be44 100644 Binary files a/.DS_Store and b/.DS_Store differ diff --git a/Applications.txt b/Applications.txt index e32c20d6..35a6fd23 100644 --- a/Applications.txt +++ b/Applications.txt @@ -488,21 +488,21 @@ url="IgorTimofeev/OpenComputers/master/Applications/Motd/English.txt", type="Script", forceDownload=true, - version=1.0, + version=1.02, }, { name="usr/misc/greetings/Russian.txt", url="IgorTimofeev/OpenComputers/master/Applications/Motd/Russian.txt", type="Script", forceDownload=true, - version=1.0, + version=1.02, }, { name="etc/motd", url="IgorTimofeev/OpenComputers/master/Applications/Motd/motd.lua", type="Script", forceDownload=true, - version=1.01, + version=1.02, }, { name="bin/archive.lua", diff --git a/Applications/.DS_Store b/Applications/.DS_Store index 3eb96767..35574da9 100644 Binary files a/Applications/.DS_Store and b/Applications/.DS_Store differ diff --git a/Applications/Motd/English.txt b/Applications/Motd/English.txt new file mode 100755 index 00000000..83cc5c6d --- /dev/null +++ b/Applications/Motd/English.txt @@ -0,0 +1,28 @@ +Tier 2 and 3 screens can act as touch screens - don't attach a keyboard or sneak-activate them. +You can change the text size on screens by changing their resolution - run `resolution 40 16` in the shell. +Firing arrows on touch capable screens can trigger touch events. +Item colors indicate their tier - white is tier one, yellow is tier two and cyan is tier three. +Use an Analyzer to get more information on blocks - for example, to find out why a computer crashed. +Keyboards have to be attached to or placed next to a screen to work. +You can install OpenOS on a writable medium by running the `install` program. +Internet Cards can be used to make HTTP requests and open raw TCP connections. +If you crafted something by mistake or don't need it any longer, throw it into a disassembler. +Have a look at the code of the built-in programs for examples on how to use the APIs. +Most programs can be interrupted by pressing Ctrl+Alt+C. +Paste the contents of the clipboard using the middle mouse button or a configurable key (default: insert). +Computers will consume less power while idling - i.e. when os.sleep(n > 0.05) is called. +Screens will consume more power the more lit characters they display. +Most blocks act as 'cables' - use switches and power distributers to create separate networks. +Welcome to the dark side - here, have some cookies. +Screens can display Unicode - paste the special chars or use unicode.char. +Run `help` or `man programname` for ingame help on programs shipped with OpenOS - start with `man man`. +For more help, there's a wiki at http://ocdoc.cil.li/ - or find the IRC loot disk and join #oc. +Computers have a very basic, built-in speaker - control it using computer.beep(). +Many component methods have a short documentation - use `=component.componentName.methodName` in the Lua interpreter to see it. +You can get a list of all attached components using the `components` program. +If you encounter out of memory errors, throw more RAM at your computer. +Have you tried turning it off and on again? +To disable this greeting, install OpenOS to a writeable medium and delete `/etc/motd`. +Did you know OpenComputers has a forum? No? Well, it's at http://oc.cil.li/. +Please report bugs on the Github issue tracker, thank you! +Beware of cycles when building networks, or you may get duplicate messages! diff --git a/Applications/Motd/Russian.txt b/Applications/Motd/Russian.txt new file mode 100755 index 00000000..c3c8bb21 --- /dev/null +++ b/Applications/Motd/Russian.txt @@ -0,0 +1,11 @@ +Вы можете изменить размер текста на экране, изменяя его разрешение - введите resolution 40 16 в коммандную строку +Стрельба стрелами на сенсорный экран активирует ивент touch +Вы можете изменить цвет вашего компьютера, монитора или кабеля с помощью обычных красителей +Используйте Анализатор, чтобы получить больше информации о блоках - например, чтобы понять, какого хуя компьютер вылетел с ошибкой +Чтобы вставить содержимое буфера обмена, нажмите среднюю кнопку мыши или специальную конфигурируемую клавишу, по умолчанию insert +Большинство программ можно завершить, нажав Ctrl+Alt+C +Экраны могут отображать Юникод - вставляйте нужные символы в код или используйте unicode.char() +Официальная вики мода находится по адресу http://ocdoc.cil.li/ +У компьютеров есть простенький динамик, контролируйте его через computer.beep() +Чтобы избавиться от этих подсказок, удалите файл /etc/motd +Избегайте циклов, создавая сети, иначе ваши сообщения могут дублироваться! diff --git a/Applications/motd b/Applications/Motd/motd.lua similarity index 100% rename from Applications/motd rename to Applications/Motd/motd.lua diff --git a/Applications/OCGL/Icon.pic b/Applications/OCGLTest/Icon.pic similarity index 100% rename from Applications/OCGL/Icon.pic rename to Applications/OCGLTest/Icon.pic diff --git a/Applications/OCGL/OCGLTest.lua b/Applications/OCGLTest/OCGLTest.lua similarity index 100% rename from Applications/OCGL/OCGLTest.lua rename to Applications/OCGLTest/OCGLTest.lua diff --git a/Applications/Weather/.DS_Store b/Applications/Weather/.DS_Store index d9e02563..0641b2cd 100644 Binary files a/Applications/Weather/.DS_Store and b/Applications/Weather/.DS_Store differ