Merge pull request #538 from andgregor/master

Light Fixes and Enhancements
This commit is contained in:
vbawol
2013-09-13 20:04:43 -07:00
23 changed files with 83 additions and 75 deletions

View File

@@ -75,6 +75,6 @@ if (!isDedicated) then {
_void = [] execVM "R3F_Realism\R3F_Realism_Init.sqf";
//Lights
[17,6,true,false,true,true,64,250,600,10,[0.698, 0.556, 0.419],"Generator_DZ",250,"",6] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
[17,6,true,false,true,true,72,180,600,10,[0.698, 0.556, 0.419],"Generator_DZ",280,"",0.5] execVM "\z\addons\dayz_code\compile\local_lights_init.sqf";
};