mirror of
https://github.com/Defent/DMS_Exile.git
synced 2024-08-30 16:52:12 +00:00
commit
f039b3dbe9
@ -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…
x
Reference in New Issue
Block a user