Create malden_config.sqf

Just a holder so it runs on Malden
This commit is contained in:
MGT 2017-06-03 10:50:13 +01:00 committed by GitHub
parent f039b3dbe9
commit f0bce9ffa2

View File

@ -0,0 +1,10 @@
DMS_MinDistFromWestBorder = 500;
DMS_MinDistFromEastBorder = 500;
DMS_MinDistFromSouthBorder = 500;
DMS_MinDistFromNorthBorder = 500;
DMS_MinSurfaceNormal = 0.8;
DMS_PlayerNearBlacklist = 500;
DMS_SpawnZoneNearBlacklist = 1500;
DMS_TraderZoneNearBlacklist = 1500;
DMS_MissionNearBlacklist = 2500;
DMS_WaterNearBlacklist = 100;