mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-15 21:29:59 +03:00
0.981 + 1.7.6.1 CE
+ Increased raise horde distance to 65m. + decreased raise horde action timer to 7 seconds. + sync with 1.7.6.1 CE
This commit is contained in:
26
dayz_code/cfgworlds/intro.Chernarus/initIntro.sqf
Normal file
26
dayz_code/cfgworlds/intro.Chernarus/initIntro.sqf
Normal file
@@ -0,0 +1,26 @@
|
||||
titleCut ["","BLACK FADED",10e10];
|
||||
|
||||
setViewDistance 3000;
|
||||
setTerrainGrid 3.125;
|
||||
|
||||
0 fadeMusic 0;
|
||||
playMusic ["dayz_track_death_1",16];
|
||||
5 fadeMusic 0.5;
|
||||
|
||||
_target = [7377,2738,4];
|
||||
_position = [8323,2483,33];
|
||||
|
||||
_camera = "camera" camCreate position player;
|
||||
_camera cameraEffect ["internal","back"];
|
||||
|
||||
_camera camPrepareTarget _target;
|
||||
_camera camPreparePos _position;
|
||||
_camera camPrepareFov 0.5;
|
||||
_camera camCommitPrepared 0;
|
||||
|
||||
sleep 0.01;
|
||||
showCinemaBorder false;
|
||||
|
||||
waitUntil {preloadCamera _position};
|
||||
|
||||
titleCut ["","BLACK IN",3];
|
||||
Reference in New Issue
Block a user