PDA

View Full Version : Help please?



sneakymcfox
Jul 23 2009, 19:00
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

hamis
Jul 24 2009, 05:07
Well, it think this has something to do with problem:units = {};
I think it should be:units = {UH1Y};

sneakymcfox
Jul 24 2009, 09:04
ok thanks ill give it a try

gms
Jul 24 2009, 09:31
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.

sneakymcfox
Jul 24 2009, 09:39
All its meant to do is replace the UH1Y with the MH60S

Planck
Jul 24 2009, 10:11
Why would you need to replace the UH1Y with the MH60S?

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


Planck

sneakymcfox
Jul 24 2009, 10:14
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)