Skip to content

Commit

Permalink
Isla duala playtest adjustment (#3463)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ante185 authored Dec 13, 2024
1 parent 586ad9f commit bda60af
Show file tree
Hide file tree
Showing 4 changed files with 408 additions and 5,774 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
_this call A3A_fnc_initClient;

{_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];

_this call A3A_fnc_initClient;
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
call A3A_fnc_initServer;
{_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];

private _allTerrainObjects =
(nearestTerrainObjects [[worldSize / 2, worldSize / 2], ["HIDE", "HOUSE", "FENCE"], worldSize * sqrt 2 / 2, false, true]);
Expand All @@ -16,3 +16,5 @@ private _badModelHM = [
] createHashMapFromArray [];
_allTerrainObjects = _allTerrainObjects select {(getModelInfo _x #0) in _badModelHM;};
{ _x hideObjectGlobal true } forEach _allTerrainObjects;

call A3A_fnc_initServer;
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class isladuala3 {
antennasBlacklistIndex[] = {0,1};
banks[] = {}; //no suitable building available (What is a suitable building?)
garrison[] = {
{},{"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"}
{},{"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"}
};
fuelStationTypes[] = {"Land_A_FuelStation_Feed","Land_Ind_FuelStation_Feed_EP1","Land_FuelStation_Feed_PMC","Land_Fuelstation","Land_Fuelstation_army","Land_Benzina_schnell"};
climate = "arid";
Expand Down
Loading

0 comments on commit bda60af

Please sign in to comment.