aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authororwell96 <mono96.mml@gmail.com>2016-12-03 23:18:12 +0100
committerorwell96 <mono96.mml@gmail.com>2016-12-03 23:29:28 +0100
commite9eacee7df742916572b2f23a1091aea3fcb4ac4 (patch)
tree353e88936d914d0e8285947f9966aa7c8de64013
parent902a4f7a02dbaefb97afceef52876710bfa524f2 (diff)
downloadadvtrains-e9eacee7df742916572b2f23a1091aea3fcb4ac4.tar.gz
advtrains-e9eacee7df742916572b2f23a1091aea3fcb4ac4.tar.bz2
advtrains-e9eacee7df742916572b2f23a1091aea3fcb4ac4.zip
add description, screenshot and update manual
also fix crafting recipe for box wagon
-rw-r--r--advtrains.zipbin1484754 -> 1484909 bytes
-rw-r--r--crafting.lua2
-rw-r--r--description.txt8
-rw-r--r--manual.pdfbin1083147 -> 1037362 bytes
-rw-r--r--readme.txt19
-rw-r--r--screenshot.pngbin0 -> 445014 bytes
6 files changed, 11 insertions, 18 deletions
diff --git a/advtrains.zip b/advtrains.zip
index a8d0fdc..714bb35 100644
--- a/advtrains.zip
+++ b/advtrains.zip
Binary files differ
diff --git a/crafting.lua b/crafting.lua
index 6b7aa11..a54912c 100644
--- a/crafting.lua
+++ b/crafting.lua
@@ -93,7 +93,7 @@ minetest.register_craft({
},
})
minetest.register_craft({
- output = 'advtrains:wagon_default_box',
+ output = 'advtrains:wagon_box',
recipe = {
{'default:steelblock', 'default:steelblock', 'default:steelblock'},
{'default:steelblock', 'default:junglewood', 'default:steelblock'},
diff --git a/description.txt b/description.txt
new file mode 100644
index 0000000..ecc5d58
--- /dev/null
+++ b/description.txt
@@ -0,0 +1,8 @@
+Advanced Trains v1.3.0, by orwell and contributors. Also see readme.
+Good-looking, realistic trains for minetest.
+
+For crafting recipes, see manual.pdf
+
+Website: http://advtrains.bleipb.de/
+Manual: https://github.com/orwell96/advtrains/blob/master/manual.pdf
+Forum : https://forum.minetest.net/viewtopic.php?f=11&t=14726 \ No newline at end of file
diff --git a/manual.pdf b/manual.pdf
index 71c3b3f..e8c6380 100644
--- a/manual.pdf
+++ b/manual.pdf
Binary files differ
diff --git a/readme.txt b/readme.txt
index 8465de0..ad093bd 100644
--- a/readme.txt
+++ b/readme.txt
@@ -3,22 +3,6 @@
by orwell96 and contributors(see below)
For up-to-date information, visit https://forum.minetest.net/viewtopic.php?f=9&t=14726
-
-### How to drive trains
-(The non-pdf manual file got corrupted, one day I need to make a new manual. Meanwhile here)
-First of all: you can always get off the train with right-click.
-
-While on a train:
-W - faster
-S - slower / change direction
-Space: brake
-Shift+S: set speed to 0 (train rolls out, brake to stop!)
-Shift+W: Set full speed
-Shift+A: Set speed to 4 (~40km/h)
-Shift+D: Set speed to 8 (~100km/h)
-Shift+Space: toggle brake
-Shift+Use: get off
-
Manual:
@@ -35,4 +19,5 @@ Models for signals/bumpers : mbb
Steam engine / wagon texture: mbb
Industrial engine/wagons : mbb
Inventory images : mbb
-Small code contributions : NaruTrey / gpcf \ No newline at end of file
+Small code contributions : NaruTrey / gpcf
+Mod Description : hajo \ No newline at end of file
diff --git a/screenshot.png b/screenshot.png
new file mode 100644
index 0000000..78783e1
--- /dev/null
+++ b/screenshot.png
Binary files differ