Jump to content

nzdfcrash

Member
  • Content Count

    552
  • Joined

  • Last visited

  • Medals

Posts posted by nzdfcrash


  1. Alright guys heres the update

    Version : 3.0

    arma22010-02-2220-46-38-05.jpg

    Changelog:

    #Fixed Alpha Layers bug with transparency with firing inside and the dust

    #Added Player Friendly and AI Friendly Versions

    #Hardcoded norrin's Cargo scripts

    #Combined All US version (USAF,US ANG, USMC, USN, USCG)

    #Improved Cockpit model and Textures

    #Added Anzac Mod Vehicle Compatibility

    #Added Sample Mission for parajumps

    Download:

    http://www.filefront.com/16407019/US_C130H.7z

    Required Addons/Mods:

    #CBA

    Credits:

    #Rocket/Icemotoboy - for Base model

    #Norrin - for Cargo scripts and script bugfixing

    #NZDF CRASH - for Upgrading Config and Model + Internal Textures

    #eddyD & Soldier2390 - for US Textures

    #Kristian - for sample mission (Paradrop Example)

    #OCB, Darkhorse & wld427 - for testing and feedback


  2. for the herc try this seem its got multi textures enabled. Just change the class name to the one you want and also the texture paths and factions

    	class usaf_c130;	// External class reference
    class raf_C130 : usaf_c130 {
    	faction = raf;
    	side = 1;
    	displayName = C-130H Hercules;
    	hiddenSelections[] = {"camo1", "camo2", "camo3", "camo4"};
    	hiddenSelectionsTextures[] = {"\Herc_Pack\textures_raf\c130_1_CO.paa", "\Herc_Pack\textures_raf\c130_2_CO.paa", "\Herc_Pack\textures_raf\c130_3_CO.paa", "\Herc_Pack\textures_raf\c130_4_CO.paa"};
    };

×