Jump to content
Sign in to follow this  
cezary gaska

arma 2 Mando Missile and uh-60 Yura petrov blackhawks

Recommended Posts

Hi All..

Anyone know how to make Blackhawks by YuraPetrov ---- http://forums.bistudio.com/showthread.php?131380-Blackhawks-by-YuraPetrov ---- working with Mando Missile?

Right now this mod not working with mando missile - all uh-60's have no flares when you have mando missile mod..

What config.cfg i have to create , what line i have to copy ..?

Help pls.......

Share this post


Link to post
Share on other sites

Place this code in your init.sqf:

[]spawn
{
  while {!alive player} do
  {
     Sleep 1;
  };

  [["yup_UH60Q","yup_MH60L","yup_UH60L_ESSS","yup_UH60L","yup_UH60L_504"], 0, "", [], [], 15, 15, 0, [4,3,-2.5], mando_missile_path+"huds\mando_hud_lift.sqf", 0, 0, [], 0]execVm mando_missile_path+"units\mando_assignvehicle_by_type.sqf";
};

This will give lifting HUD and flares to the classnames listed. Does not include hellfire camera for yup_UH60L_Hellfires, as the yup_UH60L_Hellfires has been removed from placing in editor or spawning

Share this post


Link to post
Share on other sites

Thank You Very much.... for help with this...i w'll check it right a way..

Now... Is it posible to make other 3rd party add ons like csla mig-29 - http://www.armaholic.com/page.php?id=13355 -or- http://www.arma2base.de/include.php?path=download&contentid=3997 compatible with mando mod?..

By putting they names into init.sqf? because those and some others vehicles witch i need for my mod i'm making dont have a flares with mando mod....

---------- Post added at 16:02 ---------- Previous post was at 15:33 ----------

Ok .... , There is 4 pbo's in yuri uh-60:

dk_160thosar_pilot.pbo

norm_dbo_mh60l_fastrope.pbo

uh60.pbo

yup_bhsounds.pbo

i did unpack uh60.pbo with pbo view there is many folders etc. In folder scripts i found 4 sqf files:

flares.sqf

init.sqf

init_MH60L.sqf

rotor.sqf

i did open init.sqf and there is this line:

_heli = _this select 0;

[_heli] execVM "\uh60\scripts\rotor.sqf";

Now... i did put your lines just under this lines after pressing enter first

Then i puck it back to pbo file with BinPbo personal Edition from Bi tools2, then i use this uh60pbo to replace original uh60pbo in my mod folder in arma 2 OA..

When entering the editor there is no Yuri uh-60's at all..

I'm sure You have enough of people who do not have your scripting knowledge but pls... what i'm doing wrong?...

Share this post


Link to post
Share on other sites

I meant in your mission init.sqf

I will take a look at the others you requested also.

Technically, you can add any 3rd party addons to work with MMA.

CSLA MIG 29 is already in MMA... Are you sure you're launching MMA correctly?? Which version of MMA are you using?

These are the classnames in MMA for the CSLA MIG 29:

"CSLA_MiG29_2xB8M1","CSLA_MiG29_6xR73","CSLA_MiG29_4xB500","CSLA_MiG29_6xB500","CSLA_CA_MiG29"

Have they changed?

Edited by panther42

Share this post


Link to post
Share on other sites

My mma run correct all arma 2 and arma 2 oa air vehicles have flares, flir camera, etc..

Only problem is when i using 3rd party air vehicles..

You i'm making map 40\40km allmost ready then i w;ll make coop campaign on it..

I;m using many 3rd party add ons like vietnam experience, eurofighter typhoon, british fanthon f-4, f-117a, etc

some of those air vehicles just not working with mando{have no flares when mando active} thats my only problem..

Thank You any way for help...

When you said -I meant in your mission init.sqf- do You mean mission.sqm in mission folder in my documents? or just add it in editor to unit..?

My Mando version is 2.4b102

---------- Post added at 18:23 ---------- Previous post was at 18:21 ----------

obut mig from scla You where right sorry for that. i have onother version of mig-29 witch is not working with mando but i dont need it any more..

---------- Post added at 18:37 ---------- Previous post was at 18:23 ----------

ok all vietnam air vehicles working fine with mando..

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×