-
Notifications
You must be signed in to change notification settings - Fork 27
/
config.cfg
81 lines (64 loc) · 2.08 KB
/
config.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
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=
}