summaryrefslogtreecommitdiff
path: root/eclipse/config.cfg
diff options
context:
space:
mode:
authorOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
committerOnyxDarkKnight <sor1n.iliutza16@gmail.com>2015-04-12 16:32:33 +0300
commit9dc6f69f701e42b30adf7d1b01488f425eaec265 (patch)
treeaf02d094f80755054370c44f6adc519caaca0989 /eclipse/config.cfg
parent4f29b0ed24e393be7074abd851e207aadab38196 (diff)
Changes, idk...
Diffstat (limited to 'eclipse/config.cfg')
-rw-r--r--eclipse/config.cfg81
1 files changed, 81 insertions, 0 deletions
diff --git a/eclipse/config.cfg b/eclipse/config.cfg
new file mode 100644
index 0000000..5bc51f0
--- /dev/null
+++ b/eclipse/config.cfg
@@ -0,0 +1,81 @@
+# Configuration file
+
+general {
+ # Try to animate the possibly imported models to fix their rotations?
+ #
+ # Min: 0
+ # Max: 1
+ I:animateImports=1
+
+ # Favorite Colour Theme for Tabula's Interface
+ S:favTheme=default
+
+ # Should the grid in the workspace be rendered
+ #
+ # Min: 0
+ # Max: 1
+ I:renderGrid=1
+
+ # Should the controls on the model be rendered
+ #
+ # Min: 0
+ # Max: 1
+ I:renderModelControls=1
+
+ # Should the rotation point of selected model parts be rendered
+ #
+ # Min: 0
+ # Max: 1
+ I:renderRotationPoint=1
+
+ # Should the block in the workspace be rendered
+ #
+ # Min: 0
+ # Max: 1
+ I:renderWorkspaceBlock=1
+}
+
+
+##########################################################################################################
+# multiplayer
+#--------------------------------------------------------------------------------------------------------#
+# Multiplayer settings for Tabula sessions
+##########################################################################################################
+
+multiplayer {
+ # Allow anyone who connects to your Tabula session to edit the model
+ #
+ # Min: 0
+ # Max: 1
+ I:allowEveryoneToEdit=1
+
+ # Enable chat sounds?
+ #
+ # Min: 0
+ # Max: 1
+ I:chatSound=1
+
+ # People allowed to edit models in your multiplayer Tabula session.
+ # Separate usernames by with a comma and a space (", " - no quotes)
+ S:editors=
+}
+
+
+##########################################################################################################
+# others
+#--------------------------------------------------------------------------------------------------------#
+# Other configs that don't really fit. You probably don't want to touch these.
+##########################################################################################################
+
+others {
+ # Temp setting, so ignore this comment
+ #
+ # Min: 0
+ # Max: 1
+ I:animationWarning=0
+
+ # Don't touch this. Seriously.
+ S:chatWindow=
+}
+
+