sry this commit is bugged for me

This commit is contained in:
Raymix 2017-05-23 20:00:46 +01:00
parent 45b58a3ea6
commit 5af91794ae

View File

@ -1,31 +1,31 @@
/* /*
Author: Aaron Clark - EpochMod.com Author: Aaron Clark - EpochMod.com
Contributors: [Ignatz] He-Man Contributors: [Ignatz] He-Man
Description: Description:
Custom A3 Epoch KeyMap Custom A3 Epoch KeyMap
Licence: Licence:
Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike Arma Public License Share Alike (APL-SA) - https://www.bistudio.com/community/licenses/arma-public-license-share-alike
Github: Github:
https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/custom/EPOCH_custom_KeyMap.sqf https://github.com/EpochModTeam/Epoch/tree/release/Sources/epoch_code/custom/EPOCH_custom_KeyMap.sqf
Description: Description:
Add your own customable KeyMaps to the Epoch Configuration Menu (ESC-Menu) Add your own customable KeyMaps to the Epoch Configuration Menu (ESC-Menu)
usage: usage:
["Text in ESC-Menu","VariableNameForKey",keycode] for full keycode list see: https://community.bistudio.com/wiki/DIK_KeyCodes ["Text in ESC-Menu","VariableNameForKey",keycode] for full keycode list see: https://community.bistudio.com/wiki/DIK_KeyCodes
*/ */
_keyMap = _keyMap + [ _keyMap = _keyMap + [
/* Example from eXpoch Vector building: /* Example from eXpoch Vector building:
["Build: Vector LEFT", "eXpoch_keysVectorTiltL", 0xCB], ["Build: Vector LEFT", "eXpoch_keysVectorTiltL", 0xCB],
["Build: Vector RIGHT", "eXpoch_keysVectorTiltR", 0xCD], ["Build: Vector RIGHT", "eXpoch_keysVectorTiltR", 0xCD],
["Build: Vector AWAY", "eXpoch_keysVectorTiltAwy", 0xC8], ["Build: Vector AWAY", "eXpoch_keysVectorTiltAwy", 0xC8],
["Build: Vector TOWARD", "eXpoch_keysVectorTiltTwd", 0xD0], ["Build: Vector TOWARD", "eXpoch_keysVectorTiltTwd", 0xD0],
["Build: Object SnapTo", "eXpoch_keysVectorSnapToObject", 0x52], ["Build: Object SnapTo", "eXpoch_keysVectorSnapToObject", 0x52],
["Build: Reset Object", "eXpoch_keysVectorResetObject", 0x4C] ["Build: Reset Object", "eXpoch_keysVectorResetObject", 0x4C]
*/ */
]; ];