Arma 3

Arma 3

MRH Satellite
Zobrazeno 1–10 z 18 položek
< 1  2 >
Aktualizace: 24. srp. 2019 v 15.43

changelog v1.52.4

* Added :
- Support for ALiVE mod : the satellite will now trigger virtual ALiVE entities to spawn wherever the satellite cam is, just like when players trigger them.

- Satellite position appears inworld as a module when you are in Zeus. (Do not delete the module, otherwise ALiVE units will not spawn under the satellite.

* Tweaked :
- The camera should be less laggy for the player moving the satellite.

* Fixed:
- Satellite interface background was not well adjusted to screen.

Aktualizace: 17. srp. 2019 v 2.50

changelog V1.52.3

- Added MRH Sat Items Crate
- Added new model for satellite backpack
- Added compatibility with Contact DLC laptops/multiscreen rugged computer.
- Changed interface background
- Replaced laptop with A3 Contact DLC multiscreen rugged computer
- Fixed error caused by incorrect syntax in isSatMonitor.sqf
- Fixed JIP player not seeing PIP on screens.

Aktualizace: 30. dub. 2019 v 8.33

changelog v1.52.2
- Fixed attributes set in 3 den editor wouldn't work in MP

Aktualizace: 15. dub. 2019 v 17.09

v1.52.01
-added: some objects can be set as satellite/ console screen via an option in eden attributes (vanilla laptops and screens).

Aktualizace: 9. dub. 2019 v 16.55

Changelog v1.52.0

- Added missing entries in cfg.hpp
- Added cba versioning
- Backpack deployed will now use custom antenna model
- Fixed rsc map witdthRailway error
- Added some cba local handlers (trigger only on machine where script is called)
> "mrh_satellite_satBagDeployed" triggers when a backpack is deployed, passed params are [laptop,antenna]
> "mrh_satellite_satBagRepacked" triggers when bag is packed, passed param [bag]
> "mrh_satellite_lasering" triggers when lasering starts, passed param [laserObject]
> "mrh_satellite_satInPosition" triggers when sat gets in position after long range movement, passed parameter [position]
> see https://cbateam.github.io/CBA_A3/docs/files/events/fnc_addEventHandler-sqf.html for more.
> example: _handle = ["mrh_satellite_satBagDeployed", {params ["_laptop","_antenna"]; systemChat str _this}] call CBA_fnc_addEventHandler;

- objects that are satellite control consoles now have variable "MRH_Sat_isSatelliteConsole" <BOOL> true, globally known

-Objects that are satellite feed display screen (but that are not consoles) now have variable "MRH_Sat_isSatelliteScreen" <BOOL> true, globally known.

Aktualizace: 17. kvě. 2018 v 6.17

hotfix:
-Init with module placed on map should now work properly.

Aktualizace: 16. kvě. 2018 v 16.32

v1.51
Should fix issues with zeus and on persistent servers.
added missing german localization parts

Aktualizace: 13. kvě. 2018 v 6.55

v1.5
added:
-Foldable SATCOM Antenna
-Universal tactical display
See description for guidelines.

Aktualizace: 2. kvě. 2018 v 12.28

Possible Fix: mod usage messing up with Zeus (should work but is untested)

Aktualizace: 26. dub. 2018 v 5.46

-Added German Translation by [GNF] Laumi