Tripod Winch

Tripod Winch is an essential resource for working at height roleplay

Installation

Tripod Winch is installed like any other resource. See our Installing Resourcespage for help here. However, it does require configuration before you are able to use it.

You are able to configure the two buttons used to extend and retract the winch.

Reference this website to see the list of available controls that you can use

You are also able to change the commands used by Tripod Winch.

Permissions

Tripod Winch has ACE permission integration. You can enable these in the config.lua below each command name.

The ACE permissions are done by the commands, for example: add_ace identifier.license:abc12345678910 "command.tripod" allow

Frameworks

Tripod Winch is able to be used with QB-Core. Simply enable it in the config.lua by setting Config.QBCore to true, and add the following lines to your QB-Core/shared/items.lua file

['tripodwinch'] = {['name'] = 'tripodwinch', ['label'] = 'Tripod Winch', ['weight'] = 100, ['type'] = 'item', ['image'] = '', ['unique'] = true, ['useable'] = true, ['shouldClose'] = true, ['combinable'] = nil, ['description'] = 'A Tripod Winch'},
['tripodbasket']= {['name'] = 'tripodbasket',['label'] = 'Tripod basket',['weight'] = 100,['type'] = 'item',['image'] = '',['unique'] = true,['useable'] = true,['shouldClose'] = true,['combinable'] = nil,   ['description'] = 'A rescue basket for use with a tripod winch.'},

You can also disable the commands and use the following events to be able to integrate Tripod Winch with other frameworks

"ropetripod:tripodcommand"
"ropetripod:basketcommand"

Last updated