mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Add map configs for Napf and Chernarus
Courtesy of Hollow ;)
This commit is contained in:
parent
63acfe6222
commit
a42a5184b9
17
@ExileServer/addons/a3_dms/map_configs/chernarus_config.sqf
Normal file
17
@ExileServer/addons/a3_dms/map_configs/chernarus_config.sqf
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
Custom configs for Chernarus.
|
||||
Created by Hollow (slight edits by eraser1).
|
||||
*/
|
||||
|
||||
DMS_findSafePosBlacklist =
|
||||
[
|
||||
//Insert position blacklists here.
|
||||
];
|
||||
|
||||
|
||||
// Making these configs below as strict as possible will help in reducing the number of attempts taken to find a valid position, and as a result, improve performance.
|
||||
|
||||
DMS_MinDistFromWestBorder = 250;
|
||||
DMS_MinDistFromEastBorder = 250;
|
||||
DMS_MinDistFromSouthBorder = 500;
|
||||
DMS_MinDistFromNorthBorder = 400;
|
17
@ExileServer/addons/a3_dms/map_configs/napf_config.sqf
Normal file
17
@ExileServer/addons/a3_dms/map_configs/napf_config.sqf
Normal file
@ -0,0 +1,17 @@
|
||||
/*
|
||||
Custom configs for Napf.
|
||||
Created by Hollow (slight edits by eraser1)
|
||||
*/
|
||||
|
||||
DMS_findSafePosBlacklist =
|
||||
[
|
||||
//Insert position blacklists here.
|
||||
];
|
||||
|
||||
|
||||
// Making these configs below as strict as possible will help in reducing the number of attempts taken to find a valid position, and as a result, improve performance.
|
||||
|
||||
DMS_MinDistFromWestBorder = 1000;
|
||||
DMS_MinDistFromEastBorder = 1000;
|
||||
DMS_MinDistFromSouthBorder = 1800;
|
||||
DMS_MinDistFromNorthBorder = 250;
|
Loading…
x
Reference in New Issue
Block a user