Forgotten changes to commit

Forgotten to also commit the changes for huron, box and respawn.
And adjusted the chernarus missionfile for the little bird spawning.
This commit is contained in:
Christian 2017-03-12 14:43:19 +01:00
parent 3fb8dfc358
commit c0db40efbb
4 changed files with 540 additions and 453 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,11 +4,9 @@ if ( GRLIB_isAtlasPresent ) then {
_lhd_x = 6;
_lhd_y = -16;
_lhd_z = 16.5;
_lhd_z = 16.7;
_spread = 6;
_lhd_z = _lhd_z + (getposasl lhd select 2);
_rotation = (getdir lhd);
_posx = (getposasl lhd select 0) + _lhd_x;
_posy = (getposasl lhd select 1) + _lhd_y;

View File

@ -21,7 +21,7 @@ while { true } do {
huron enableSimulationGlobal false;
huron allowdamage false;
huron setDir 0;
huron setposasl [(getpos lhd select 0) -9, (getpos lhd select 1) + 62, (18.5 + (getposasl lhd select 2))];
huron setposasl [(getpos lhd select 0) -9, (getpos lhd select 1) + 62, 16.75];
} else {
huron = huron_typename createVehicle ( getpos huronspawn );
huron allowdamage false;

View File

@ -32,7 +32,7 @@ if ( count GRLIB_all_fobs == 0 ) then {
_fobbox = FOB_box_typename createVehicle [0,0,50];
_fobbox enableSimulationGlobal false;
_fobbox allowDamage false;
_fobbox setposasl [(getpos lhd select 0) + 10, (getpos lhd select 1) + 62, (18.5 + (getposasl lhd select 2))];
_fobbox setposasl [(getpos lhd select 0) + 10, (getpos lhd select 1) + 62, 16.75];
clearItemCargoGlobal _fobbox;
_fobbox setDir 130;
sleep 1;