Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
island config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
McDiod committed Feb 3, 2017
1 parent 62ae235 commit 51d755b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 12 deletions.
4 changes: 0 additions & 4 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ islands=(
Beketov
Chernarus
fata
IslaDuala3
Kunduz
namalsk
Panthera3
Porto
Sara_dbe1
Stratis
SugarLake
Takistan
Tanoa
utes
Expand Down
6 changes: 2 additions & 4 deletions build_old.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@ missionname="TvT_KoeniglicherKampf"

islands=(
Altis
Beketov
Chernarus
fata
IslaDuala3
Kunduz
namalsk
Panthera3
Porto
Sara_dbe1
Stratis
SugarLake
Takistan
Tanoa
utes
Zargabad
)
Expand Down
8 changes: 4 additions & 4 deletions islandConfig.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ ISLANDS = [
'Stratis',
'SugarLake',
'Takistan',
'Tanoa'
'Tanoa',
'utes',
'Zargabad'
];
Expand Down Expand Up @@ -167,14 +167,14 @@ ISLAND_CONFIG = [
3000, // play area search radius (only if not whole island)
'Takistan'], // name

[[1382.41,950.516,0], // initial startposition
[9769.35,9957.41,0], // island center
[[1382.41,950.516,0], // initial startposition
[9769.35,9957.41,0], // island center
3000, // parachute spawnradius from center -> +500 = playareasize
1000, // initial searchradius for blue circle (only if whole island)
[3000,2700,1400,1100,800,600,400,200,100,50], // circlesizes
false, // use whole island as play area?
3000, // play area search radius (only if not whole island)
'Tanoa'], // name
'Tanoa'], // name

[[3978,3608,0], // initial startposition
[3635,3757,0], // island center
Expand Down

0 comments on commit 51d755b

Please sign in to comment.