Arma 3
Mavic 3 - Improved
Showing 11-20 of 23 entries
< 1  2  3 >
Update: Jan 22 @ 12:28am

Version 2.4.1

Fix: Mavic Item was not shown in Arsenal

Update: Jan 19 @ 10:47pm

Version 2.4.0

Changed: Normal version of Mavic 3 is now named as "DJI Mavic 3E".
Tweaked: Maximum altitude is now 6000m.
Tweaked: Reduced top speed (100->60). (This is the cruising speed, still can reach around 120 km when descending)

Features:
Added: Landing protection is now can turn off. Can be disabled at addonOptions.
Fixed: Landing protection would "allowDamage true" if it was "false" by default.
Changed: Bottom light is on by default, can turn it off at addonOptions.

Tweaked: The light and message will now turn on when you press the G key even if there is no Mavic_Drop mod.
Tweaked: Optimized the Init and killed eventhandlers.

HUD:
Added: The takeoff button (the upward arrow icon on the left side of the screen) will change to an RTH button (landing icon) during flight.
Added: Status messages now change depending on signal strength. If the signal level is below 0.2, it will be displayed as weak.
Fix: The "pin" icon on the bottom left map was missing.

Update: Jan 15 @ 5:54pm

Version 2.3.1

Minor error fix about bottom light functions

Update: Jan 15 @ 5:45pm

Version 2.3.0

Added: Actual working "Bottom auxiliary light". Press G (drop key) to turn the light on. This is disabled by default in the addonOption. Do not interfere with stealth operations with drones.
Added: Introduction of "Imperial" units and More editable units for Distance/Heights/Speed Indicators in addonOption. Useless units like yard and miles have been added. Units such as m/s and km/h are also included as options.
Added: Control signal distance slider. By default it becomes inoperable at 6000m, but you can increase this up to 24000m, which is reasonable given the actual Mavic.

Update: Jan 15 @ 2:40pm

Version 2.2.0
Not big but great update I think

Added: Stringtables for localization.
If you would like to support other languages, please feel free to contact me.

Added: Mavic Weapon (Item) for non-ACE users and 3den editor Inventory. You can find it in categories like bipods.
Added: Mavic ground item for 3den editor and zeus.

Tweak: You can now attach/detach grenades while controling a drone. This was introduced as a temporary solution to the issue of attaching non-impact grenades. Also, the drone must be stopped and turned off the engine when attaching a grenade.
Tweak: A lighter and more reliable way to delete items when put mavic on ground.

HUD rework.

Added: Partially working map
(currently just shows current direction. Fixed to north, can be used as a simple compass)
Fixed: Movement speed in km/h instead of m/s.
Added: addonOption now allow you to choose between KM/H or M/S units. MPH? Hmm, maybe someday.
Improved: Re-added ascent and descent speeds. Can be switched from the heading display in options.
Improved: Selectable crosshairs in addonOption. You can choose the 3+1 types crosshair: big crosshair from the original version, diagonal crosshair from the BIGGUY Edited version, small crosshair from the real Mavic 3, or just hide it.
Added: Vanilla UAV interface now available from addonOption.

Update: Jan 13 @ 2:32am

Version 2.1.0

All class name was renamed.
All most class has "Mavic_" prefix now.
Addon name renamed (Mavik_data/DB_D37_scripts_mavick_vogs are renamed as Mavic_Core/Mavic_Drop) for prevent compatibility with old addon
Remove "JSDF Overhaul compatibility remover" because addon name change will affect this.

Update: Jan 12 @ 2:35pm

Version 2.0.0
Huge update again! many fixes and improves are coming!

Add new Addon Option for Enable/Disable attach grenade and drop grenade feature.
Re-Add the collision light with new config. No brightest like AFO.
Add "Collision Light Off" action on Mavic.
Add "Reset Camera Position" action while controlling Mavic.
Add feature when Mavic is crashed with grenade, grenade will drop on floor.

Change Mavic flight model. AI will flight correctly.
Change class name the M67 and V40 because it's not equalized with other grenades.
Change some grenades damage and damage splash radius. it's more realistic and equalize with vanilla now.
Change authors config to "Mavic 3 MOD" because I can't add all authors in small window.

Fix Mavic ignore the Commanding from UAV Terminals.
Fix Civilian UAV Terminals are not support by script.
Fix Mavic camera has not corrected FOV and Zoom limit.
Fix attach Grenade option is not works correctly.
Fix Map icon.
Fix some config inheritance.

Rewrite attach Grenade feature:
Normal Grenades now not ignite immediately now.
If you attach normal grenade, it's created the "GroundWeaponHolder" include grenade and attach the Mavic.
This "WeaponHolder" will becoming an obstacle to action/interact to Mavic, but it can't fix anymore.
Also, you can add AT/RPG or GL/40mm magazine to addon option too.

Update: Jan 6 @ 1:16pm

Version 1.4.1

Add Counter (Anti) compatibility patch for the JSDF Overhaul mod.
It may be possible to make it work properly in the future, but currently this Improved version is not compatible with the JSDF Overhaul mod, so we have patched out the compatibility patch.
Sorry sparky.

Update: Jan 6 @ 12:46pm

Version 1.4

Add: New key binding method.
The new key is "G". This also fixes some compatibility issues with key input.
(Example: When set to the B key, it was not possible to using binoculars. With the new method, there is no problem setting it to B.)

Add: Editable settings for attachable grenades.
You can now add any grenade you want by editing the Array in the CBA Game Options menu.
(Note! Generally, normal grenades will ignite as soon as they are attached. Only add impact-based grenades or grenades with long fuse times.)

Fix: Attached grenades would disappear instead of being retrieved when stored in the inventory.
It will now be properly collected in your inventory.

Fix: The civilian version did not support Attach Grenades/Drop Grenades.
It support now. are you truly civilians?

Change: Slightly rewrote the script that determines whether or not a grenade can be dropped.
That "Light ON" message appears even when no grenade is attached.

Change: Rewritten grenade names and descriptions.
The description included that they were Impact fuses and that they were for Mavic.

Update: Jan 5 @ 5:18pm

Version 1.3

Add: Battery Persistence

Change Item(magazine) config for battery persistence.
Change addUavToInventory.sqf and createMavicOnItemCheck.sqf for battery persistence update.