Add map configs for Napf and Chernarus

Courtesy of Hollow ;)
This commit is contained in:
eraser1 2016-03-17 18:53:52 -05:00
parent 63acfe6222
commit a42a5184b9
2 changed files with 34 additions and 0 deletions

View 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;

View 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;