summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoachim Stolberg <joe.stolberg@gmx.de>2017-07-11 20:13:48 +0200
committerJoachim Stolberg <joe.stolberg@gmx.de>2017-07-11 20:13:48 +0200
commitbcc049cb65ac41597519337814ae76b2f9511a27 (patch)
treecf2b98b58a8ced8fe4d91521fc229d3473474903
parent095e93631c6befbf79f8f4aaecc2b8d31335aa31 (diff)
standard configuration added
-rw-r--r--settingtypes.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/settingtypes.txt b/settingtypes.txt
new file mode 100644
index 0000000..06ffff1
--- /dev/null
+++ b/settingtypes.txt
@@ -0,0 +1,15 @@
+# Maximum crane height in blocks (12..n)
+towercrane_max_height (maximum crane height) int 24
+
+# Maximum crane width in blocks (12..n)
+towercrane_max_width (maximum crane width) int 24
+
+# Crane rope lenght in block (max_height .. max_height+x)
+towercrane_rope_length (crane rope lenght) int 24
+
+# Gain factor for the crane sound (0.0 to 1)
+towercrane_gain (sound gain factor) float 1
+
+# Recipe available (true/false)
+towercrane_recipe (recipe available) bool true
+