forked from rcasstevens/Kastopheria
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Azumatt.HaulersHelper.cfg
83 lines (65 loc) · 2.93 KB
/
Azumatt.HaulersHelper.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
## Settings file was created by plugin HaulersHelper v1.0.1
## Plugin GUID: Azumatt.HaulersHelper
[1 - General]
## If on, the configuration is locked and can be changed by server admins only. [Synced with Server]
# Setting type: Toggle
# Default value: On
# Acceptable values: Off, On
Lock Configuration = On
[2 - Cart]
## The distance from Cart that you can attach yourself to it. [Synced with Server]
# Setting type: Single
# Default value: 1
Attach & Detach Distance = 2
## The offset of the attachment point for Cart. [Synced with Server]
# Setting type: Vector3
# Default value: {"x":0.0,"y":0.800000011920929,"z":0.0}
Attachment Offset = {"x":0.0,"y":0.800000011920929,"z":0.0}
## The offset of the rope attachment point to the connected body for Cart. [Synced with Server]
# Setting type: Vector3
# Default value: {"x":0.0,"y":1.0,"z":0.0}
Line Attachment Offset = {"x":0.0,"y":1.0,"z":0.0}
## The amount of force it takes to break the connection to the attachment point for Cart. This means, the force needing to be applied before you break your attachment to the cart/wagon. [Synced with Server]
# Setting type: Single
# Default value: 100000
Break Force = 100000
## Represents the stiffness of the joint attachment for Cart. Determines how much the joint will resist being compressed or stretched. [Synced with Server]
# Setting type: Single
# Default value: 5000
Spring = 5000
## Used to restrict the distance that the joint can move in a certain direction for Cart. [Synced with Server]
# Setting type: Single
# Default value: 1000
Spring Damping = 1000
## The mass of Cart that is calculated as the base. This will allow you to make the cart heavier by default before any weight from the items it stores is calculated. [Synced with Server]
# Setting type: Single
# Default value: 50
Base Mass = 50
## The item weight factor for Cart. This value is multiplied by the weight of the items in Cart and added to the base mass. Higher values make it heavier and harder to pull. [Synced with Server]
# Setting type: Single
# Default value: 0.1
Item Weight Mass Factor = 0.075
## The minimum pitch of Cart's wheel audio. [Synced with Server]
# Setting type: Single
# Default value: 0.9
Min Pitch = 0.9
## The maximum pitch of Cart's wheel audio. [Synced with Server]
# Setting type: Single
# Default value: 1.1
Max Pitch = 1.1
## The maximum velocity of Cart's wheel audio. This will be the pitch control based on the velocity of the wheel. [Synced with Server]
# Setting type: Single
# Default value: 7
Max Pitch Velocity = 7
## The maximum volume of Cart's wheel audio. [Synced with Server]
# Setting type: Single
# Default value: 0.3
Max Volume = 0.3
## The maximum velocity at which Cart's wheels can play audio at the maximum volume. [Synced with Server]
# Setting type: Single
# Default value: 7
Max Volume Velocity = 7
## How quickly the audio volume and pitch can change for Cart. [Synced with Server]
# Setting type: Single
# Default value: 2
Audio Change Speed = 2