summaryrefslogtreecommitdiff
path: root/helptexts.lua
diff options
context:
space:
mode:
authorWuzzy <almikes@aol.com>2016-12-28 01:05:33 +0100
committerWuzzy <almikes@aol.com>2016-12-28 01:05:33 +0100
commit6d450767d1875e55156a8de280b5e1bebd7ede5b (patch)
tree3465a089ce09fc58911bbf8aa3ddf9134124c434 /helptexts.lua
parent36208762eddf964c97db2b2cb2faa5a6494cf01b (diff)
Add left/right turning to cart help
Diffstat (limited to 'helptexts.lua')
-rw-r--r--helptexts.lua11
1 files changed, 6 insertions, 5 deletions
diff --git a/helptexts.lua b/helptexts.lua
index 5c1bc60..01c9372 100644
--- a/helptexts.lua
+++ b/helptexts.lua
@@ -261,7 +261,9 @@ local export_longdesc = {
["screwdriver:screwdriver"] = S("A screwdriver can be used to rotate blocks."),
["boats:boat"] = S("A simple boat which allows you to float on the surface of large water bodies. Travelling by boat is a bit faster than swimming."),
- ["carts:cart"] = S("A cart which you can use for quick transport of yourself and items while driving on rails."),
+ ["carts:cart"] =
+ S("A cart which you can use for quick transport of yourself and items on rails.") .. "\n" ..
+ S("Carts only ride on rails and always follow the tracks. At a T-junction with no straight way ahead, the cart normally turns left. There are multiple rail types which affect the cart speed."),
["vessels:glass_bottle"] = S("A decorational item which can be placed."),
["vessels:drinking_glass"] = S("A decorational item which can be placed."),
["vessels:steel_bottle"] = S("A decorational item which can be placed."),
@@ -478,10 +480,9 @@ local export_usagehelp = {
["boats:boat"] = S("Place the boat on water (any block belonging to the @1 group) to set it up. Right-click the boat to enter it. When you are on the boat, use the forward key to speed up, the backward key to slow down and the left and right keys to turn the boat. Right-click on the boat again to leave it. Left-click the placed boat to collect it.", groupname_water),
["carts:cart"] =
- S("You can place the cart on rails. Right-click it to enter it. Punch the cart to get it moving (into the punch direction).") .. "\n" ..
- S("The cart only rides on rails and always follows the track. When the cart reaches a T-junction with no straight way ahead, the cart turns left.") .. "\n" ..
- S("The cart speed depends on the rail type. When you sit inside, you can use the handbrake with [Down] to slow down.") .. "\n" ..
- S("To transport items, just drop them inside and punch the cart. To obtain the cart and the contained items, punch it while holding down the sneak key."),
+ S("You can place the cart on rails. Right-click it to enter it. Punch the cart to get it moving.") .. "\n" ..
+ S("When you sit inside, you can control the cart: Hold [Down] to slow down. Hold down [Left] or [Right] to turn the cart at crossings and T-junctions.") .. "\n" ..
+ S("To transport items, just drop them inside and punch the cart. To obtain the cart and the items, punch it while holding down the sneak key."),
["default:rail"] = railuse,
["carts:powerrail"] = railuse,