Add comment about grass height

This commit is contained in:
ebaydayz
2016-09-16 12:27:32 -04:00
parent 0ab46abd52
commit b4ad50bf8f
23 changed files with 23 additions and 46 deletions

View File

@@ -73,7 +73,6 @@ EpochEvents = [["any","any","any","any",30,"crash_spawner"],["any","any","any","
// EPOCH CONFIG VARIABLES END //
// DO NOT EDIT BELOW HERE //
diag_log 'dayz_preloadFinished reset';
dayz_preloadFinished=nil;
onPreloadStarted "diag_log [diag_tickTime,'onPreloadStarted']; dayz_preloadFinished = false;";
@@ -106,7 +105,7 @@ call compile preprocessFileLineNumbers "server_traders.sqf";
call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\mission\lingor.sqf"; //Add trader city objects locally on each machine early
initialized = true;
setTerrainGrid 25;
setTerrainGrid 25; //grass height (50=very low, 25=normal, 12.5=very high)
if (dayz_REsec == 1) then {call compile preprocessFileLineNumbers "\z\addons\dayz_code\system\REsec.sqf";};
execVM "\z\addons\dayz_code\system\DynamicWeatherEffects.sqf";