mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Add Tanoa map config
Should have done this sooner...
This commit is contained in:
parent
f0b7be5d8f
commit
3fc778110c
13
@ExileServer/addons/a3_dms/map_configs/tanoa_config.sqf
Normal file
13
@ExileServer/addons/a3_dms/map_configs/tanoa_config.sqf
Normal file
@ -0,0 +1,13 @@
|
||||
/*
|
||||
Custom configs for Tanoa.
|
||||
Created by eraser1
|
||||
|
||||
All of these configs exist in the main config. The configs below will simply override any config from the main config.
|
||||
Explanations to all of these configs also exist in the main config.
|
||||
*/
|
||||
|
||||
|
||||
DMS_MinDistFromWestBorder = 2000; // Exclude the 3 small islands
|
||||
DMS_MinDistFromEastBorder = 1700; // Mostly ocean and mountains in that area
|
||||
DMS_MinDistFromSouthBorder = 1500; // Exclude "Tuadua Island"
|
||||
DMS_MinDistFromNorthBorder = 2500; // Exclude the northern islands and airfields
|
Loading…
Reference in New Issue
Block a user