Merge pull request #57 from kuplion/master

Additional map configs..
This commit is contained in:
eraser1 2017-05-14 13:12:27 -05:00 committed by GitHub
commit f039b3dbe9
3 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,11 @@
/*
Custom configs for Chernarus Isles.
Created by [FPS]kuplion.
*/
// 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 = 750;
DMS_MinDistFromEastBorder = 2500;
DMS_MinDistFromSouthBorder = 2500;
DMS_MinDistFromNorthBorder = 1000;

View File

@ -0,0 +1,11 @@
/*
Custom configs for Chernarus Summer.
Created by [FPS]kuplion.
*/
// 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 = 750;
DMS_MinDistFromEastBorder = 2500;
DMS_MinDistFromSouthBorder = 3500;
DMS_MinDistFromNorthBorder = 1000;

View File

@ -0,0 +1,11 @@
/*
Custom configs for Chernarus Winter.
Created by [FPS]kuplion.
*/
// 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 = 750;
DMS_MinDistFromEastBorder = 2500;
DMS_MinDistFromSouthBorder = 3500;
DMS_MinDistFromNorthBorder = 1000;