Worldeater 2 Posted August 31, 2013 (edited) Hi, this is a colorful Hummingbird texture I want to share with you. It might look familiar... :) About: This is just a texture for the Hummingbird. This is not an addon. It's based on BI's textures. In order to use it you either have to rely on setObjectTexture (see below) or create your own addon. Feel free to mirror it (unless BI objects). Example Usage: Open the mission editor, place a Hummingbird on the map and save the mission. Copy the texture to the mission folder. Put the following code in the Initialization field of the Hummingbird:this setObjectTexture [0, "heli_light_01_ext_magnum_co.paa"]; this animate ["addDoors",1]; this animate ["addBackseats",1]; this animate ["addTread",0]; this animate ["addBenches",0]; this animate ["addCivilian_hide",1]; { this lockCargo [_x, true] } forEach [2,3,4,5]; Download: http://cthulhu.dark.ro/arma/heli_light_01_ext_magnum_co.paa Changes: 2013-09-02: Minor improvements, e.g. colored the black "eyebrow" above the doors 2013-09-01: Added kylania's code to the instructions above Edited September 2, 2013 by Worldeater Share this post Link to post Share on other sites
kylania 568 Posted August 31, 2013 You need to add this to your init or else players can still "sit" on the missing outside benches: {this lockCargo [_x, true];} forEach [2,3,4,5]; Also you can make that a JPG instead of PAA to cut down on filesize. Share this post Link to post Share on other sites
AlexVestin 24 Posted August 31, 2013 (edited) That texture made me smile. I like the idea :D I actually did not know about the init stuff either. It's awesome! Could I possibly find more of it somewhere? Edited August 31, 2013 by AlexVestin Share this post Link to post Share on other sites
delta99 34 Posted September 1, 2013 This is the greatest!! Time to make a video!!! Share this post Link to post Share on other sites
PantherAl 11 Posted September 2, 2013 Love it. Had to put something together just to fly about. Screenshot on steam: Clicky here (Steam Screenshot) Share this post Link to post Share on other sites
Feint 137 Posted November 12, 2013 What does this animate ["addCivilian_hide",1]; do? Share this post Link to post Share on other sites
AlexVestin 24 Posted November 12, 2013 I believe it's for the interior. I think it adds a nicer leather material to the inside :) Share this post Link to post Share on other sites
Feint 137 Posted November 14, 2013 (edited) Oh cool. Thanks. EDIT: Just tested it again. It adds a fire extinguisher, radio cluster and iPod to the cockpit only visible when you are sitting in the cockpit. Edited November 14, 2013 by Feint Share this post Link to post Share on other sites
CaptainAzimuth 714 Posted November 14, 2013 When are they going to add all these existing hidden civilian aircraft? Share this post Link to post Share on other sites
lordprimate 159 Posted November 14, 2013 (edited) *begin_sarcasm* Never, there going to remove it citing that their "incomplete" and "not a priority" and then they will package them into a DLC and make you pay more for them if you want them. *end_sarcasm* seriously, they have their hands full. the civ stuff is low on the list of todo's, i imagine. Edited November 14, 2013 by Lordprimate Share this post Link to post Share on other sites
BadHabitz 235 Posted November 24, 2013 I wonder if there's an easy way to make a new heli in a config using these parameters to change the outward appearance. Share this post Link to post Share on other sites
panzergrenadier3 39 Posted November 26, 2021 Sorry for digging up this old one but: Does anyone still have this texture? Share this post Link to post Share on other sites