mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
Additional map configs..
* Chernarus Isles * Chernarus Winter * Chernarus Summer
This commit is contained in:
parent
df3edce010
commit
554a741108
@ -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;
|
@ -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;
|
@ -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;
|
Loading…
Reference in New Issue
Block a user