Jump to content
Sign in to follow this  
Merans

Naval strike

Recommended Posts

Открыть полигон


Название: Naval strike
Версия: 1b
Остров: Stratis
Число слотов: 138
Время начала: 12:00
Время на миссию: 60 минут
Стороны: ЧВК (Атака) vs US (Оборона)

Вводная

Силы ЧВК нанесли неожиданный удар по флоту US возле острова Стратис.


Задачи

Атака:
Уничтожить электрогенераторы на Авианосце и Эсминце.

Оборона:
Не дать уничтожить электрогенераторы на Авианосце и Эсминце.

Техника

Атака:
  • AH-6M Little Bird - 2
  • MH-6M Little Bird - 9
Оборона:
  • M2HB (M3 AA) - 10

Share this post


Link to post
Share on other sites

@Merans 

  • Все объекты, что предназначены для антуража (самолеты-вертолеты и тд) сделай как SimpleObject, и соответственно удали все лишнее из init этой техники:

20190224034940_1.jpg

Делается просто - выделяешь пачку через Shift из списка и там устанавливаешь общие атрибуты.

  • init.sqf привести к следующему виду:
[] execVM "briefing.sqf";
wog3_no_auto_long_range_radio = true;

waitUntil{!(isNil "BIS_fnc_init")};

if !(isDedicated) then
{
	if (playerSide == east) then {
		[
			box1,                                                                         
			"Установить заряд",                                                                     
			"\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_unbind_ca.paa",                    
			"\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_unbind_ca.paa",                  
			"_this distance _target < 3",                                                       
			"_caller distance _target < 3",                                                     
			{},                                                                                  
			{},                                                                                
			{[] execVM "destr1.sqf"},                                                			
			{},                                                                                 
			[],                                                                                 
			10,                                                                                 
			0,                                                                                   
			true,                                                                                
			false                                                                                
		] call BIS_fnc_holdActionAdd;

		[
			box2,                                                                         
			"Установить заряд",                                                                     
			"\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_unbind_ca.paa",                    
			"\a3\ui_f\data\IGUI\Cfg\holdactions\holdAction_unbind_ca.paa",                  
			"_this distance _target < 3",                                                       
			"_caller distance _target < 3",                                                     
			{},                                                                                  
			{},                                                                                
			{[] execVM "destr2.sqf"},                                                			
			{},                                                                                 
			[],                                                                                 
			10,                                                                                 
			0,                                                                                   
			true,                                                                                
			false                                                                                
		] call BIS_fnc_holdActionAdd;
	};
};

waitUntil {sleep 5; WMT_pub_frzState >= 3};
["WOG", "Naval strike", "Стратис"] spawn BIS_fnc_infoText;

 

Edited by Vincen

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.