From 5c83e526204a4254e889394a56012cd78ad40f5f Mon Sep 17 00:00:00 2001 From: McDiod Date: Tue, 18 Apr 2017 00:22:31 +0200 Subject: [PATCH] update islands --- build.sh | 5 +++-- islandConfig.sqf | 6 ++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 2e94aa0..3b20697 100644 --- a/build.sh +++ b/build.sh @@ -9,15 +9,16 @@ islands=( Beketov Chernarus Desert_Island + dingor + fallujah fata + lingor3 mbg_celle2 Porto Sara_dbe1 Stratis - SugarLake Takistan Tanoa - taviana utes Zargabad ) diff --git a/islandConfig.sqf b/islandConfig.sqf index 1df3a3b..24c1eb5 100644 --- a/islandConfig.sqf +++ b/islandConfig.sqf @@ -36,9 +36,12 @@ ISLANDS = [ 'Cain', 'Chernarus', 'Desert_Island', + 'dingor', 'eden', + 'fallujah', 'fata', 'IslaDuala3', + 'lingor3', 'mbg_celle2', 'namalsk', 'noe', @@ -64,9 +67,12 @@ ISLAND_CONFIG = [ [true, [5063.03,6340.83,0], 'Kolgujev'], [true, [4382.42,10510,0],'Chernarus'], [false, [10021.7,2221.94,0], 'Desert Island'], + [false, [4305.13,1415.62,0], 'dingor'], [true, [4802.94,11552,0], 'Everon'], + [false, [10226.5,605.61,0], 'Fallujah'], [false, [8989.75,5837.9,0],'Fata'], [false, [4495.91,2237.83,0],'Isla Duala'], + [true, [4296.53,1406.85,0], 'lingor3'], [true, [7805.82,1242.43,0], 'Celle'], [true, [6235.44,9443.9,0],'Namalsk'], [true, [1545.72,5106.86,0], 'Nogova'],