

- #Arma 2 takistan life money glitch zip file
- #Arma 2 takistan life money glitch mod
- #Arma 2 takistan life money glitch code
- #Arma 2 takistan life money glitch download
Thanks | option to clear vehicle ammoĢ.7.0 | option to add condition for showing action in configĢ.6.0 | road building options, deployable name mappingĢ.5.1 | fix a bug where preview items would sometimes disappearĢ.5.0 | now uses a modified epoch building system to deploy the objectsĢ.4.3 | better click actions build conflict detectionĢ.4.2 | updated for new click actions handler buildĢ.4.1 | fixed deployables spawning in locked after restartĢ.3.0 | optional saving to database with post-restart memory of deployed items (see warning below about this) _name | new name to display when right clicking | string | "Macbook Pro"Ģ.8.2 | updates for 1.0.6! Thanks | fix from SchwEde that should fix bike not moving. _class | class name of the item you want to replace the name of | string | "Notebook"
#Arma 2 takistan life money glitch code
_condition | string of code to evaluate to determine whether action is shown | string | "!(isNull player) & "ĭZE_DEPLOYABLE_NAME_MAP array - allows you to rename the deployable (on the right click/messages)įormat (note no comma after last array entry) _parts | array of parts required to build (will be taken from player) | array | _near | array of items required nearby to build (workshop/fire/fueltank) | array | _deployables | array of class names that can be deployed with this method | array | _road | enable road building for this object? | bool | true _simulation | enable simulation (movement/damage) for the object? (true for cars) | bool | true _plot | require a plot from the owner to build the deployable? | bool | false

_hive | write deployable to database? | bool | false _ammo | should vehicle ammo be cleared? (does not persist through restart) | bool | true _cargo | clear the cargo of the deployable? | bool | false _packAny | can anyone repack the deployable? | bool | false _damageLimit | item can't be repacked if damage is > this. _packDistance | how close does the packer need to be to pack the object? | number | 5 _deployOffset | array to offset the deployable when buiding | array | _clickItem | class name of the item to click on | string | "ItemToolbox" ,ĭZE_DEPLOYABLES_CONFIG array values (view on github to read easier): Open addons\bike\config.sqf and edit the array to add your own deployables.ĭZE_DEPLOYABLES_CONFIG format - (note no comma after last array entry) This addon is highly configurable, you can deploy just about anything, not just bikes. * note: before attempting to troubleshoot issues with adding your own actions, make sure you are using the most recent version of the addon.
#Arma 2 takistan life money glitch download
The click actions script is included in the deploy script as part of the core, so you don't need to download anything, just follow the instructions for adding your own actions. If you use another right click method like extra_rc.hpp and want to switch to my method, see my click actions configuration github page. Place this line directly after the line you foundĬall compile preprocessFileLineNumbers "addons\bike\init.sqf" Įdit addons\bike\config.sqf to change some options or add different deployables (see configuration section for more info)ĭue to the way the way arma handles numbers and the way addon is coded, using the save-to-database option may not allow you to re-pack some objects if you have Character ID's over 500,000 (which I don't think will be an issue for 99.99% of people).
#Arma 2 takistan life money glitch zip file
See the configuration section below.įor some samples of what it can do, check out this gallery on imgurĮxtract the addons and overwrites folder from the downloaded zip file into your mission file rootįind this line in your mission file init.sqf (warning: if you have a custom compiles file, find that line instead of the one below!)Ĭall compile preprocessFileLineNumbers "\z\addons\dayz_code\init\compiles.sqf" Really, it can be used to deploy just about anything. Out of the box, it adds a deployable bike with a right click action on a toolbox and a couple other neat deployables. Thanks 2.8.1 should hopefully fix the long-standing non-moving-bike problem! Thanks 2.8.0 adds the _condition and _ammo parameters to the config array so you will need to add a value for these parameter in each record of the DZE_DEPLOYABLES_CONFIG array in the appropriate spot if you are upgrading from 2.6
#Arma 2 takistan life money glitch mod
Version 2.8.2 updates the code to work with Epoch Mod 1.0.6.

All of this information is available in an easier-to-read format on github pages>
