removed stuff from hidedouts

This commit is contained in:
Valmo Trindade
2025-10-17 02:03:41 -03:00
parent 3f629afc49
commit 1c76a8bd76
2 changed files with 59 additions and 111 deletions

View File

@@ -30,30 +30,9 @@ private _power = selectRandom btc_type_power;
private _composition_hideout = [
[selectRandom btc_type_campfire,0,[-2.30957,-1.02979,0]],
[_type_bigbox,121.331,[0.675781,-1.52539,0]],
[selectRandom btc_type_bigbox,227.166,[2.66504,1.4126,0]],
[selectRandom btc_type_sleepingbag,135.477,[0.758789,-3.91309,0]],
[_power,77.6499,[0.418945,3.51855,0]],
[selectRandom btc_type_seat,171.123,[-2.08203,-3.39795,0]],
["Flag_Red_F",0,[0,0,0]],
[selectRandom btc_type_sleepingbag,161.515,[-0.726563,-4.76953,0]],
[selectRandom btc_type_satelliteAntenna,304.749,[-3.71973,2.46143,0]],
[selectRandom btc_type_seat,279.689,[-4.52783,-0.76416,0]],
[selectRandom btc_type_seat,238.639,[-3.89014,-2.94873,0]],
[selectRandom btc_type_bigbox,346.664,[3.66455,-1.72998,0]],
[selectRandom btc_type_box,36.4913,[-2.65088,-4.5625,0]],
[selectRandom btc_type_tent,86.984,[3.19922,-4.36133,0]],
[selectRandom btc_type_tent,10,[-4.35303,-5.66309,0]],
[selectRandom btc_type_tent,300,[-8.47949,-1.64063,0]]
[selectRandom btc_type_seat,279.689,[-4.52783,-0.76416,0]]
];
if (
random 1 > 0.2 &&
{!(_power isKindOf "Land_JetEngineStarter_01_F")} &&
{!(_power isKindOf "Land_DieselGroundPowerUnit_01_F")} &&
{!(_power isKindOf "Land_WaterPump_01_F")}
) then {
_composition_hideout pushBack [selectRandom (btc_type_camonet - ["Land_IRMaskingCover_02_F","CamoNet_BLUFOR_F","CamoNet_OPFOR_F","CamoNet_INDP_F","CamoNet_ghex_F","CamoNet_wdl_F"]),0,[-0.84668,-2.16113,0]];
};
private _composition = [_pos, random 360, _composition_hideout] call btc_fnc_create_composition;