diff --git a/build.sh b/build.sh index 2470c9c4..8a9bd200 100644 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ islands=( Panthera3 Sara_dbe1 Shapur_BAF + SugarLake Stratis Thirsk Woodland_ACR diff --git a/islandConfig.sqf b/islandConfig.sqf index 3c06b4ba..07da68f7 100644 --- a/islandConfig.sqf +++ b/islandConfig.sqf @@ -19,6 +19,7 @@ // Sarahni, // Sarugao, // Shapur, +// SugarLake, // Stratis, // Takistan, // Thirsk, @@ -48,6 +49,7 @@ ISLANDS = [ 'Sara_dbe1', 'saru', 'Shapur_BAF', + 'SugarLake', 'Stratis', 'takistan', 'Thirsk', @@ -77,6 +79,7 @@ ISLAND_TARGET_POSITIONS = [ [ [18080, 18535], [18200, 18060], true, false,'Sara_dbe1'], [ [9800, 4700], [9800, 3800], true, false,'saru'], [ [160, 640], [800, 135], true, false,'Shapur_BAF'], + [ [4190,7310], [4620,6120], true, true,'SugarLake'], [ [1540, 5015], [1800, 6000], true, true,'Stratis'], [ [7700, 1600], [8250, 2130], false, false,'takistan'], [ [1100, 3200], [1700, 3000], true, true,'Thirsk'],