-
Notifications
You must be signed in to change notification settings - Fork 0
/
bruce.valheim.comfymods.gizmo.cfg
133 lines (102 loc) · 3.25 KB
/
bruce.valheim.comfymods.gizmo.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
## Settings file was created by plugin ComfyGizmo v1.10.0
## Plugin GUID: bruce.valheim.comfymods.gizmo
[Gizmo]
## Number of snap angles per 180 degrees. Vanilla uses 8.
# Setting type: Int32
# Default value: 16
# Acceptable value range: From 2 to 256
snapDivisions = 16
[GizmoColors - X]
## Sets the color of x gizmo (rotations about x axis).
# Setting type: Color
# Default value: FF000080
xGizmoColor = FF000080
## Factor to multiply the target color by and set as emission color.
# Setting type: Single
# Default value: 1
# Acceptable value range: From 0 to 3
emissionColorFactorX = 0.4
[GizmoColors - Y]
## Sets the color of y gizmo (rotations about y axis).
# Setting type: Color
# Default value: 00FF0080
yGizmoColor = 00FF0080
## Factor to multiply the target color by and set as emission color.
# Setting type: Single
# Default value: 1
# Acceptable value range: From 0 to 3
emissionColorFactorY = 0.4
[GizmoColors - Z]
## Sets the color of z gizmo (rotations about z axis).
# Setting type: Color
# Default value: 0000FF80
zGizmoColor = 0000FF80
## Factor to multiply the target color by and set as emission color.
# Setting type: Single
# Default value: 1
# Acceptable value range: From 0 to 3
emissionColorFactorZ = 0.4
[Keys]
## Hold this key to rotate on the x-axis/plane (red circle).
# Setting type: KeyboardShortcut
# Default value: LeftShift
xRotationKey = LeftShift
## Hold this key to rotate on the z-axis/plane (blue circle).
# Setting type: KeyboardShortcut
# Default value: LeftAlt
zRotationKey = LeftAlt
## Press this key to reset the selected axis to zero rotation.
# Setting type: KeyboardShortcut
# Default value: V
resetRotationKey = None
## Press this key to reset _all axis_ rotations to zero rotation.
# Setting type: KeyboardShortcut
# Default value:
resetAllRotationKey = O
## Press this key to toggle rotation modes.
# Setting type: KeyboardShortcut
# Default value: BackQuote
changeRotationMode = None
## Press this key to copy targeted piece's rotation.
# Setting type: KeyboardShortcut
# Default value:
copyPieceRotation =
## Selects target piece to be used.
# Setting type: KeyboardShortcut
# Default value: P
selectTargetPieceKey = None
## Doubles snap divisions from current.
# Setting type: KeyboardShortcut
# Default value: PageUp
snapDivisionIncrement = PageUp
## Doubles snap divisions from current.
# Setting type: KeyboardShortcut
# Default value: PageDown
snapDivisionDecrement = PageDown
[Modes]
## Enables roof mode which allows corner roof piece rotation 45 deg compared to normal rotation.
# Setting type: Boolean
# Default value: false
isRoofModeEnabled = true
## Enables pre Gizmo-v1.4.0 rotation scheme.
# Setting type: Boolean
# Default value: false
isOldRotationModeEnabled = false
## Enables localFrame rotation mode. Allows rotation around the piece's Y-axis rather than world-Y.
# Setting type: Boolean
# Default value: false
isLocalFrameModeEnabled = false
[Reset]
## Resets the piece's rotation on snap division change.
# Setting type: Boolean
# Default value: true
resetOnSnapDivisionChange = true
## Resets the piece's rotation on mode switch.
# Setting type: Boolean
# Default value: true
resetOnModeChange = true
[UI]
## Show the Gizmo prefab in placement mode.
# Setting type: Boolean
# Default value: true
showGizmoPrefab = true