You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: [gameplay]/glue_new/config/ShVehicleAttachConfig.lua
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ GLUE_ALLOW_DETACHING_ELEMENTS = true -- should players be able to detach already
56
56
57
57
GLUE_ATTACH_DETACH_KEY="X" -- used to attach/detach yourself/vehicle
58
58
GLUE_ATTACH_TOGGLE_KEY="C" -- only relevant if GLUE_ALLOW_ATTACH_TOGGLING is set to true; specifies whether players can disable attaching to vehicle which are driver of
59
-
GLUE_DETACH_ELEMENTS_KEY="B" -- only relevant if GLUE_ALLOW_DETACHING_ELEMENTS is set to true; controls vehicle drivers are able to detach elements currently attached to their vehicle
59
+
GLUE_DETACH_ELEMENTS_KEY="B" -- only relevant if GLUE_ALLOW_DETACHING_ELEMENTS is set to true; controls whether vehicle driver is able to detach elements currently attached to vehicle
60
60
61
61
GLUE_ATTACH_DETACH_DELAY=300-- how often player can attach/detach yourself/vehicle
62
62
GLUE_ATTACH_TOGGLE_DELAY=300-- only relevant if GLUE_ALLOW_ATTACH_TOGGLING is set to true; how often player can toggle vehicle attach lock
0 commit comments