-
Notifications
You must be signed in to change notification settings - Fork 0
/
Azumatt.AzuExtendedPlayerInventory.cfg
157 lines (124 loc) · 5.21 KB
/
Azumatt.AzuExtendedPlayerInventory.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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
## Settings file was created by plugin AzuExtendedPlayerInventory v1.4.3
## Plugin GUID: Azumatt.AzuExtendedPlayerInventory
[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 - Extended Inventory]
## Automatically equip items that go into the gear slots. Applies when picking up items, transferring between containers, or picking up your tombstone. [Synced with Server]
# Setting type: Toggle
# Default value: On
# Acceptable values: Off, On
Auto Equip = On
## Should the quickslots be shown? [Synced with Server]
# Setting type: Toggle
# Default value: On
# Acceptable values: Off, On
Show Quickslots = On
## Number of extra ordinary rows. (This can cause overlap with chest GUI, make sure you hold CTRL (the default key) and drag to desired position) [Synced with Server]
# Setting type: Int32
# Default value: 0
Extra Inventory Rows = 0
## Add special row for equipped items and quick slots. (IF YOU ARE USING RANDY KNAPPS EAQs KEEP THIS VALUE OFF) [Synced with Server]
# Setting type: Toggle
# Default value: On
# Acceptable values: Off, On
Add Equipment Row = On
## Display equipment and quickslots in their own area. (IF YOU ARE USING RANDY KNAPPS EAQs KEEP THIS VALUE OFF) [Synced with Server]
# Setting type: Toggle
# Default value: On
# Acceptable values: Off, On
Display Equipment Row Separate = On
## Text to show for helmet slot. [Not Synced with Server]
# Setting type: String
# Default value: Head
Helmet Text = Head
## Text to show for chest slot. [Not Synced with Server]
# Setting type: String
# Default value: Chest
Chest Text = Chest
## Text to show for legs slot. [Not Synced with Server]
# Setting type: String
# Default value: Legs
Legs Text = Legs
## Text to show for back slot. [Not Synced with Server]
# Setting type: String
# Default value: Back
Back Text = Back
## Text to show for utility slot. [Not Synced with Server]
# Setting type: String
# Default value: Utility
Utility Text = Utility
## Text to show for right hand slot. [Not Synced with Server]
# Setting type: String
# Default value: R Hand
Right Hand Text = R Hand
## Text to show for left hand slot. [Not Synced with Server]
# Setting type: String
# Default value: L Hand
Left Hand Text = L Hand
## Scale of quick access bar. [Not Synced with Server]
# Setting type: Single
# Default value: 0.85
QuickAccess Scale = 0.85
## Hotkey 1 - Use https://docs.unity3d.com/Manual/ConventionalGameInput.html [Not Synced with Server]
# Setting type: KeyboardShortcut
# Default value: Z
HotKey (Quickslot 1) = Z
## Hotkey 2 - Use https://docs.unity3d.com/Manual/ConventionalGameInput.html [Not Synced with Server]
# Setting type: KeyboardShortcut
# Default value: X
HotKey (Quickslot 2) = X
## Hotkey 3 - Use https://docs.unity3d.com/Manual/ConventionalGameInput.html [Not Synced with Server]
# Setting type: KeyboardShortcut
# Default value: C
HotKey (Quickslot 3) = C
## Hotkey 1 Display Text. Leave blank to use the hotkey itself. [Not Synced with Server]
# Setting type: String
# Default value:
HotKey (Quickslot 1) Text =
## Hotkey 2 Display Text. Leave blank to use the hotkey itself. [Not Synced with Server]
# Setting type: String
# Default value:
HotKey (Quickslot 2) Text =
## Hotkey 3 Display Text. Leave blank to use the hotkey itself. [Not Synced with Server]
# Setting type: String
# Default value:
HotKey (Quickslot 3) Text =
## Key or keys to move quick slots. It is recommended to use the BepInEx Configuration Manager to do this fast and easy. If you're doing it manually in the config file Use https://docs.unity3d.com/Manual/class-InputManager.html format. [Not Synced with Server]
# Setting type: KeyboardShortcut
# Default value: Mouse0 + LeftControl
Drag Keys (Quickslot Drag) = Mouse0 + LeftControl
## Current X of Quick Slots [Not Synced with Server]
# Setting type: Single
# Default value: 9999
Quickslot X = 9999
## Current Y of Quick Slots [Not Synced with Server]
# Setting type: Single
# Default value: 9999
Quickslot Y = 9999
[3 - Button]
## Key or keys (to move the container). It is recommended to use the BepInEx Configuration Manager to do this fast and easy. If you're doing it manually in the config file Use https://docs.unity3d.com/Manual/class-InputManager.html format. [Not Synced with Server]
# Setting type: Toggle
# Default value: Off
# Acceptable values: Off, On
Drop All Button = Off
## Button position relative to the inventory background's top left corner [Not Synced with Server]
# Setting type: Vector2
# Default value: {"x":880.0,"y":10.0}
Button Position = {"x":880.0,"y":10.0}
[3 - Chest Inventory]
## Current X of chest [Not Synced with Server]
# Setting type: Single
# Default value: -1
Chest Inventory X = -1
## Current Y of chest [Not Synced with Server]
# Setting type: Single
# Default value: -1
Chest Inventory Y = -1
## Key or keys (to move the container). It is recommended to use the BepInEx Configuration Manager to do this fast and easy. If you're doing it manually in the config file Use https://docs.unity3d.com/Manual/class-InputManager.html format. [Not Synced with Server]
# Setting type: KeyboardShortcut
# Default value: Mouse0 + LeftControl
Drag Keys (Chest Drag) = Mouse0 + LeftControl