summaryrefslogtreecommitdiff
path: root/boost_cart/README.txt
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-09-26 00:11:57 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-09-26 00:11:57 -0400
commit3d08b568ad1da1e3259a66cb91fd1039781c75cb (patch)
tree59c396f503f3946b8757093f5c90605fe9f91d07 /boost_cart/README.txt
parent4aab7d0dbd782cf6741bdbba94440faf0c5c2e61 (diff)
downloaddreambuilder_modpack-3d08b568ad1da1e3259a66cb91fd1039781c75cb.tar
dreambuilder_modpack-3d08b568ad1da1e3259a66cb91fd1039781c75cb.tar.gz
dreambuilder_modpack-3d08b568ad1da1e3259a66cb91fd1039781c75cb.tar.bz2
dreambuilder_modpack-3d08b568ad1da1e3259a66cb91fd1039781c75cb.tar.xz
dreambuilder_modpack-3d08b568ad1da1e3259a66cb91fd1039781c75cb.zip
update castles modpack, boost_cart, homedecor, currency, farming redo,
framed glass, gloopblocks, mesecons, moreblocks, pipeworks, signs_lib, technic, unified mesecons, and worldedit created a new tag for this release (this will be standard procedure from now on)
Diffstat (limited to 'boost_cart/README.txt')
-rw-r--r--boost_cart/README.txt23
1 files changed, 20 insertions, 3 deletions
diff --git a/boost_cart/README.txt b/boost_cart/README.txt
index 9442926..994a6ef 100644
--- a/boost_cart/README.txt
+++ b/boost_cart/README.txt
@@ -1,8 +1,8 @@
Minetest mod: boost_cart
==========================
Based on (and fully compatible with) the mod "carts" by PilzAdam
-Also compatible with the carts mod in the subgame "minetest_game".
-Target: Run smoothly as possible even on laggy server
+and the one contained in the subgame "minetest_game".
+Target: Run smoothly as possible, even on laggy servers.
Features
@@ -12,8 +12,25 @@ Target: Run smoothly as possible even on laggy server
- Boost and brake rails
- By mesecons controlled Start-Stop rails
- Detector rails that send a mesecons signal when the cart drives over them
-- Rail junction switching with the 'right-left' walking keys
+- Rail junction switching with the 'right/left' walking keys
- Handbrake with the 'back' key
+- Support for non-minetest_game subgames
+
+
+ Settings
+----------
+This mod can be adjusted to fit the conditions of a player or server.
+Use the Advanced Settings dialog in the main menu or tune your
+minetest.conf file manually:
+
+boost_cart.speed_max = 10
+ ^ Possible values: 1 ... 100
+ ^ Maximal speed of the cart in m/s
+
+boost_cart.punch_speed_max = 7
+ ^ Possible values: -1 ... 100
+ ^ Maximal speed to which the driving player can accelerate the cart
+ by punching from inside the cart. -1 will disable this feature.
License for everything