Skip to content

Commit bda60af

Browse files
authored
Isla duala playtest adjustment (#3463)
* fixes * Update mission.sqm * Moved support corridors * Update mission.sqm * John requested modification * missed the disable sim * disable damage before init client * Update initServer.sqf
1 parent 586ad9f commit bda60af

File tree

4 files changed

+408
-5774
lines changed

4 files changed

+408
-5774
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
_this call A3A_fnc_initClient;
1+
2+
{_x allowDamage false; _x enableSimulation false;} forEach nearestObjects [[worldSize / 2, worldSize / 2], ["Land_ibr_mostd_bez_lamp", "Land_ibr_mostd_stred30"], worldSize * sqrt 2 / 2, true];
3+
4+
_this call A3A_fnc_initClient;

A3A/addons/maps/Antistasi_isladuala3.isladuala3/initServer.sqf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
call A3A_fnc_initServer;
1+
{_x allowDamage false; _x enableSimulation false;} forEach nearestObjects [[worldSize / 2, worldSize / 2], ["Land_ibr_mostd_bez_lamp", "Land_ibr_mostd_stred30"], worldSize * sqrt 2 / 2, true];
22

33
private _allTerrainObjects =
44
(nearestTerrainObjects [[worldSize / 2, worldSize / 2], ["HIDE", "HOUSE", "FENCE"], worldSize * sqrt 2 / 2, false, true]);
@@ -16,3 +16,5 @@ private _badModelHM = [
1616
] createHashMapFromArray [];
1717
_allTerrainObjects = _allTerrainObjects select {(getModelInfo _x #0) in _badModelHM;};
1818
{ _x hideObjectGlobal true } forEach _allTerrainObjects;
19+
20+
call A3A_fnc_initServer;

A3A/addons/maps/Antistasi_isladuala3.isladuala3/mapInfo.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class isladuala3 {
99
antennasBlacklistIndex[] = {0,1};
1010
banks[] = {}; //no suitable building available (What is a suitable building?)
1111
garrison[] = {
12-
{},{"airport_1","seaport_1","seaport_9","resource_1","resource_19","factory_1","outpost_1","outpost_2","outpost_3"},{},{"control_130","control_131","control_132","control_133","control_134","control_135","control_136","control_137","control_138","control_139","control_143","control_63","control_74","control_75","control_76","control_77","control_78","control_79","control_80","control_81","control_82"}
12+
{},{"airport_1","seaport_1","seaport_9","resource_1","resource_19","factory_1","outpost_1","outpost_2","outpost_3"},{},{"control_130","control_131","control_132","control_133","control_134","control_135","control_136","control_137","control_138","control_143","control_63","control_74","control_76","control_77","control_78","control_79","control_80","control_81","control_82"}
1313
};
1414
fuelStationTypes[] = {"Land_A_FuelStation_Feed","Land_Ind_FuelStation_Feed_EP1","Land_FuelStation_Feed_PMC","Land_Fuelstation","Land_Fuelstation_army","Land_Benzina_schnell"};
1515
climate = "arid";

0 commit comments

Comments
 (0)