From 3e7ba3e04b13d2bb70474cc54207bc1648ad786d Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Mon, 9 Mar 2020 22:20:01 +0100 Subject: [PATCH] links to manuals added --- manuals/ta4_icta_controller_DE.md | 6 +++++- manuals/ta4_lua_controller_EN.md | 6 ++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/manuals/ta4_icta_controller_DE.md b/manuals/ta4_icta_controller_DE.md index 972f87d..7d45921 100644 --- a/manuals/ta4_icta_controller_DE.md +++ b/manuals/ta4_icta_controller_DE.md @@ -100,7 +100,11 @@ Der Controller hat eine eigene Hilfe und Hinweise zu allen Kommandos über das C Einlesen von Maschinendaten sowie das Steuern von Blöcken und Maschinen erfolgt über sogenannte Kommandos. Für das Verständnis, wie Kommandos funktionieren, ist das Kapitel TA3 -> Logik-/Schalt-Blöcke in der In-Game Hilfe (Konstruktionsplan) hilfreich. -Die Hilfe existiert auch als PDF zum Drucken oder offline Lesen. +Die Hilfe existiert auch als PDF zum Drucken oder offline Lesen: + +https://github.com/joe7575/techage/blob/master/manuals/ta4_icta_controller_DE.pdf + + diff --git a/manuals/ta4_lua_controller_EN.md b/manuals/ta4_lua_controller_EN.md index bf60ff5..692a674 100644 --- a/manuals/ta4_lua_controller_EN.md +++ b/manuals/ta4_lua_controller_EN.md @@ -9,6 +9,12 @@ But to write Lua scripts, some knowledge with the programming language Lua is re Minetest uses Lua 5.1. The reference document for Lua 5.1 is [here](https://www.lua.org/manual/5.1/). The book [Programming in Lua (first edition)](https://www.lua.org/pil/contents.html) is also a perfect source for learning Lua. +This manual is also available as PDF: + +https://github.com/joe7575/techage/blob/master/manuals/ta4_lua_controller_EN.pdf + + + ## Table of Contents - [TA4 Lua Controller Blocks](#TA4-Lua-Controller-Blocks)