Jump to content
Sign in to follow this  
nzdfcrash

Operation North Star CC-130H

Recommended Posts

Hi all

This is Rocket's C-130H Hercules From Arma1 which i have ported over and painted in Canadian scheeme for the mod Operation North Star.

A few issues such as damage textures not showing when destroyed but that will soon be fixed.

arma22009-06-2715-53-45-49.jpg

arma22009-06-2715-52-48-48.jpg

Can Download From

http://files.filefront.com/ons+c130+a27z/;13940151;/fileinfo.html

Credits;

-Rocket for his original Herc model

-DeanosBeanos for his flare script which ironically is smoother on the fps in a2

-NZDF CRASH for porting into arma2 +config and model alterations

To Check our progress go to either

www.nzarma.co.nz

or

http://ons.armaholic.eu/

If you can find more errors can you please post so we can fix them asap

Share this post


Link to post
Share on other sites

Thanks for your work! Gonna dl and test it soon!

Share this post


Link to post
Share on other sites

ArmedAssault.info Mirror and News:

4793652.gif

We have also added this release to your personal author profile

If a release or contact information is missing, feel free to drop a PM, it will then be added.

Share this post


Link to post
Share on other sites

Sorry guys i forgot to mention extended event handlers is required from arma 1, if you havent already you will need to open the pbo up and change versions to 1.0 then re-pbo otherwise the flares wont work

Share this post


Link to post
Share on other sites
Sorry guys i forgot to mention extended event handlers is required from arma 1, if you havent already you will need to open the pbo up and change versions to 1.0 then re-pbo otherwise the flares wont work

Do I need to erase the config.bin? There's both .cpp and .bin files. Also, when you say "change versions to 1.0" do I change everything that says "requiredversion=" and "SLX_XEH2_Version = 1.93;"?

class CfgPatches
{
class Extended_EventHandlers
{
	units[]={};
	requiredVersion = 1.08;                   // 1.08 introduced "isKindOf"
	requiredAddons[] = {"CACharacters","CAWeapons","CAWeapons3","CAAir"};
	SLX_XEH2_Version = 1.93;
};

// This is for backwards compatibility with the two older addons,
// whose CfgPatches names might have snuck into mission.sqm's or
// are used as requiredAddons by other addons.
class Extended_Init_EventHandlers
{
	units[] = {};
	requiredVersion = 1.08;
	requiredAddons[] = {};
};
class Extended_Fired_EventHandlers
{
	units[] = {};
	requiredVersion = 0.1;
	requiredAddons[] = {};
};
};

Which of these do I change?

Share this post


Link to post
Share on other sites
requiredversion = 1.08

change to 1.0

Thanks for the response.

Just the 1.08 and not the 0.1 from the "class Extended_Fired_EventHandlers"?

Share this post


Link to post
Share on other sites

Good job, mate. ;)

Abs

Share this post


Link to post
Share on other sites

How do I change the version number in the PBO for the Event Handlers?

Share this post


Link to post
Share on other sites

dude unpbo extended event handlers, open up the config and change the parts in the config as shown below to required version 1.00 like i have in the example. Once version required is changed pbo extended event handlers up and put into what ever addon directory you are using

class Extended_EventHandlers

{

units[]={};

requiredVersion = 1.00; // 1.08 introduced "isKindOf"

requiredAddons[] = {};

SLX_XEH2_Version = 1.93;

};

// This is for backwards compatibility with the two older addons,

// whose CfgPatches names might have snuck into mission.sqm's or

// are used as requiredAddons by other addons.

class Extended_Init_EventHandlers

{

units[] = {};

requiredVersion = 1.00;

requiredAddons[] = {};

};

class Extended_Fired_EventHandlers

{

units[] = {};

requiredVersion = 0.1;

requiredAddons[] = {};

};

};

Share this post


Link to post
Share on other sites

...why not upload a working copy so nobody has to unPBO it? :confused:

Share this post


Link to post
Share on other sites

Great work Crash, good to see you getting into the thick of things with A2!

Share this post


Link to post
Share on other sites

Mmmm...can we also add that there is no RCAF and just make it CF?

Abs

Share this post


Link to post
Share on other sites

Ah and it seems we should erase the stuff from the

requiredAddons[] = {};

or else you get an error message about XEH needing "CAWeapons3"

Share this post


Link to post
Share on other sites

What's the cargo capacity (troops wise) of this?

Share this post


Link to post
Share on other sites

very nice addon , crash

i was working too on new skin for arma1 c-130

here some shots

CC130.jpg

CC130_2.jpg

nice he ;)

im also working on a belgian C-130, maybe more.

pm if you want them

cya

eddyD

Share this post


Link to post
Share on other sites

Update 1.2

Fixed:

-Can walk on ramp and inside herc now

-eddyD texture upgrade

-Prop blur to the right colour (red)

Added:

-Bi server keys

arma22009-09-1712-14-01-77.jpg

arma22009-09-1712-14-34-43.jpg

arma22009-09-1712-14-45-87.jpg

Download Available Here

http://www.megaupload.com/?d=UXICNK7H

Required Addons:

Community Based Addons (CBA)

Also this will be the last update unless any major problems show up

Edited by NZDF CRASH

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  

×