ACE3/addons/vehiclelock
2016-06-09 14:24:45 +02:00
..
functions Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
ui Normalize to LF line endings 2016-05-30 18:37:03 +02:00
$PBOPREFIX$ First Pass 2015-01-23 16:40:39 -06:00
ACE_Settings.hpp Fix Capitalization of ACE Settings classes. (#3627) 2016-05-07 22:14:56 +02:00
CfgEventHandlers.hpp vehicle inventory lock - compatibility with acre 2016-04-24 11:26:13 -05:00
CfgMagazines.hpp Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
CfgVehicles.hpp Merge branch 'master' into cbaEventSystem 2016-05-31 22:36:08 +02:00
CfgWeapons.hpp Use new QPATHTOF and QPATHTOEF macros 2016-04-08 20:34:50 +02:00
config.cpp Update common event names to meet new standard 2016-06-03 22:39:43 +01:00
readme.md README.md files added to all modules 2015-08-19 04:18:33 +02:00
script_component.hpp Add quick debug defines to all script_components 2016-01-28 23:26:02 -06:00
stringtable.xml Translation: IT completed (with BOM) 2016-03-27 21:22:15 +02:00
XEH_postInit.sqf vehicleLock - Use QGVAR 2016-05-24 19:37:24 -05:00
XEH_preInit.sqf precompile on game start 2016-02-22 15:20:36 +01:00
XEH_PREP.hpp precompile on game start 2016-02-22 15:20:36 +01:00
XEH_preStart.sqf precompile on game start 2016-02-22 15:20:36 +01:00

ace_vehiclelock

Adds keys as an item, to lock and unlock vehicles. Primary target would be role play or TVT, but has uses in all game types, even co-ops (e.g.: DAC AI will steal unlocked vehicles)

Two key modes (can be used together):

  • Simple Side based keys (e.g. "ACE_key_west" works on any [WEST] vehicle like the M-ATV//hunter)
  • Custom keys (one key will only open a specific vehicle and nothing else)

Items Added:

ACE_key_lockpick ACE_key_master ACE_key_west ACE_key_east ACE_key_indp ACE_key_civ

Magazine added:

ACE_key_customKeyMagazine (should never be manualy added, needs to be "programed" to work on a vehicle, see ACE_VehicleLock_fnc_addKeyForVehicle)

For Mission Makers:

Modules:

  • Vehicle Lock Setup - Settings for locking inventory of locked vehicles, default lockpick time, and initial vehicle lock state.
  • Vehicle Key Assign - Sync with vehicles and players. Will handout custom keys to players for every synced vehicle. Will NOT work for JIP units.

Vehicle setVariables:

  • ACE_VehicleLock_lockSide - SIDE: overrides a vehicle's side, allows indfor to use little-bird's with indp keys
  • ACE_vehicleLock_lockpickStrength - NUMBER: secons, determines how long lockpicking with take, overrides ACE_VehicleLock_DefaultLockpickStrength

Public Functions:

[bob, car1, true] call ACE_VehicleLock_fnc_addKeyForVehicle; - will add a ACE_key_customKeyMagazine to bob and program it to work on car1

Maintainers

The people responsible for merging changes to this component or answering potential questions.