From e9eacee7df742916572b2f23a1091aea3fcb4ac4 Mon Sep 17 00:00:00 2001 From: orwell96 Date: Sat, 3 Dec 2016 23:18:12 +0100 Subject: add description, screenshot and update manual also fix crafting recipe for box wagon --- advtrains.zip | Bin 1484754 -> 1484909 bytes crafting.lua | 2 +- description.txt | 8 ++++++++ manual.pdf | Bin 1083147 -> 1037362 bytes readme.txt | 19 ++----------------- screenshot.png | Bin 0 -> 445014 bytes 6 files changed, 11 insertions(+), 18 deletions(-) create mode 100644 description.txt create mode 100644 screenshot.png diff --git a/advtrains.zip b/advtrains.zip index a8d0fdc..714bb35 100644 Binary files a/advtrains.zip and b/advtrains.zip 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 Binary files a/manual.pdf and b/manual.pdf 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 Binary files /dev/null and b/screenshot.png differ -- cgit v1.2.3