Additional map configs..

* Chernarus Isles
* Chernarus Winter
* Chernarus Summer
This commit is contained in:
kuplion 2017-05-10 11:07:38 +01:00 committed by GitHub
parent df3edce010
commit 554a741108
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;