nzdfcrash 33 Posted June 28, 2009 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. 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
DiFool 0 Posted June 28, 2009 Thanks for your work! Gonna dl and test it soon! Share this post Link to post Share on other sites
oldbear 390 Posted June 28, 2009 ArmedAssault.info Mirror and News: 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
nzdfcrash 33 Posted June 28, 2009 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
Guest Posted June 28, 2009 As always thanks for informing us :cool: Release frontpaged at the Armaholic homepage. CC-130H Hercules Extended eventhandlers Share this post Link to post Share on other sites
manzilla 1 Posted June 28, 2009 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
the_shadow 0 Posted June 28, 2009 requiredversion = 1.08 change to 1.0 Share this post Link to post Share on other sites
manzilla 1 Posted June 28, 2009 requiredversion = 1.08change 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
nzdfcrash 33 Posted June 28, 2009 Pretty much, should work fine once its done Share this post Link to post Share on other sites
Excavus 10 Posted June 30, 2009 How do I change the version number in the PBO for the Event Handlers? Share this post Link to post Share on other sites
nzdfcrash 33 Posted July 1, 2009 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
adumb 0 Posted July 1, 2009 ...why not upload a working copy so nobody has to unPBO it? :confused: Share this post Link to post Share on other sites
nzdfcrash 33 Posted July 1, 2009 I'll add it in the next update Share this post Link to post Share on other sites
rocket 9 Posted July 1, 2009 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
abs 2 Posted July 2, 2009 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
manzilla 1 Posted July 3, 2009 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
KJAM 0 Posted July 3, 2009 What's the cargo capacity (troops wise) of this? Share this post Link to post Share on other sites
nzdfcrash 33 Posted July 3, 2009 Just over 20 i think Share this post Link to post Share on other sites
nzdfcrash 33 Posted September 6, 2009 Updated to version 1.1 Fixed: -Damage Textures -Replaced old a1 rvmats with super shaders -Added ONS Faction Required Addons: -Community Based Addons Download Here http://www.megaupload.com/?d=2CQAPLCB Share this post Link to post Share on other sites
eddyd 0 Posted September 8, 2009 very nice addon , crash i was working too on new skin for arma1 c-130 here some shots 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
nzdfcrash 33 Posted September 17, 2009 (edited) 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 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 September 17, 2009 by NZDF CRASH Share this post Link to post Share on other sites
eble 3 Posted September 17, 2009 great work mate :) Share this post Link to post Share on other sites