Renamed huron marker

This commit is contained in:
Wyqer 2019-05-02 22:05:07 +02:00
parent 7d4271cb0e
commit 2c3eea78d3
No known key found for this signature in database
GPG Key ID: D7E2F8BD7F1E48FA
3 changed files with 4 additions and 1 deletions

View File

@ -42,7 +42,7 @@ if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\empty_vehicle
execVM "scripts\client\markers\fob_markers.sqf";
if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\group_icons.sqf";};
execVM "scripts\client\markers\hostile_groups.sqf";
if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\huron_marker.sqf";} else {deleteMarker "huronmarker"};
if (KP_liberation_mapmarkers) then {execVM "scripts\client\markers\huron_marker.sqf";} else {deleteMarkerLocal "huronmarker"};
execVM "scripts\client\markers\sector_manager.sqf";
execVM "scripts\client\markers\spot_timer.sqf";
execVM "scripts\client\misc\broadcast_squad_colors.sqf";

View File

@ -1,5 +1,7 @@
private [ "_huronlocal" ];
"huronmarker" setMarkerTextLocal "Potato 01";
while { true } do {
_huronlocal = [] call F_spartanScan;
if ( !( isNull _huronlocal) ) then {

View File

@ -170,6 +170,7 @@ class Missions
* Tweaked: Disabled script that switched locality of all blufor units to the commander machine. (should fix UAV issue)
* Tweaked: `allPlayers` replaced with `(allPlayers - entities "HeadlessClient_F")` for scripts which should pause when no players are online. (logistic, resources, battlegroups)
* Tweaked: Marker for civilian informant is an area now and not centered on the informants position anymore.
* Tweaked: Renamed Huron marker.
* Fixed: Annoying popup since A3 1.90 concerning missing entry for `widthRailWay`.
### 0.963a (10th April 2018 as "legacy support" release)