Jump to content
Sign in to follow this  
sneakymcfox

Help please?

Recommended Posts

This is going to sound like a really stupid question but i just started with arma 2 and i cannot get any replacementpacks to work

E.G i got

class CfgPatches {

class MH60S_repl {

units = {};

weapons = {};

requiredVersion = 1.020000;

requiredAddons = {"CAair"};

};

};

class CfgVehicles {

/*extern*/ class MH60S

class UH1Y: MH60S

};

please help

Share this post


Link to post
Share on other sites

Well, it think this has something to do with problem:units = {};

I think it should be:units = {UH1Y};

Share this post


Link to post
Share on other sites

units[]={};

weapons[] = {};

requiredAddons[] = {"CAair"};

I think what some [] must be there.

Indeed I don't understand what your config does. If it not completed then show to us the full version.

Look your Arma.rpt to know more about errors.

Edited by gms

Share this post


Link to post
Share on other sites

Why would you need to replace the UH1Y with the MH60S?

Just don't use the UH1Y, use the MH60S, problem solved ... no?

Planck

Share this post


Link to post
Share on other sites

i was just wanting to see if it worked in campaign(i know the flight paths would mess up but i just wanted to see)

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  

×