mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-20 10:26:28 +03:00
Disable vanilla antiwall objects and infected camps by default
The antiwall wrecks are removable on Epoch. Also Epoch has its own player_antiWall function. We did not spawn these objects in 1051. The infected camps add additional random spawned camp sites in the woods with lots of dead soldier bodies, fires, water barrels and tents. We did not have these in 1051 either. Disabling them by default will improve FPS a little.
This commit is contained in:
@@ -419,7 +419,7 @@ publicVariable "sm_done";
|
||||
};
|
||||
|
||||
//Points of interest
|
||||
[] execVM "\z\addons\dayz_server\compile\server_spawnInfectedCamps.sqf";
|
||||
//[] execVM "\z\addons\dayz_server\compile\server_spawnInfectedCamps.sqf"; //Adds random spawned camps in the woods with corpses and loot tents (negatively impacts FPS)
|
||||
[] execVM "\z\addons\dayz_server\compile\server_spawnCarePackages.sqf";
|
||||
[] execVM "\z\addons\dayz_server\compile\server_spawnCrashSites.sqf";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user