1para{god-father} 105 Posted November 13, 2014 Trying to locate the following but cannot seem to find them ? portablehelipadlight_01_blue_f windsock_01_f Any idea where there are located in the class list ? Share this post Link to post Share on other sites
badluckburt 78 Posted November 14, 2014 (edited) I'm about to go shopping so I can't look right now but my guess would be they're in the structures_f_heli.ebo. I'll take a peek when I get back if you haven't found it by then :) good luck! Ok, had a look in the editor. They are in structures_f_heli as I thought. If you want to place them in the 2D editor, they're under Empty > Objects (Airport). This is the model path in the EBO for the windsock: model = "\A3\Structures_F_Heli\Ind\Airport\WindsockMast_01_F.p3d"; and for the portable light: model = "\A3\Structures_F_Heli\Items\Airport\PortableHelipadLight_01_F.p3d"; Edited November 14, 2014 by BadLuckBurt Share this post Link to post Share on other sites
1para{god-father} 105 Posted November 14, 2014 Many thanks , Very strange as when i extract All A3 i do not get Structures_F_Heli only Structures_F so cannot find it to place on my Terrain? Can see it in Editor / Zeus but not in my p:\ a3 stucture Any ideas ? Share this post Link to post Share on other sites
badluckburt 78 Posted November 14, 2014 Yep. It's because the files are EBOs, aka encrypted PBOs. You can look up their configs in the config browser though. Once Bohemia releases the PBOs like they did for Karts you'll get them in your P: drive as well. Share this post Link to post Share on other sites
1para{god-father} 105 Posted November 14, 2014 Ahhh many thanks ! Share this post Link to post Share on other sites
1para{god-father} 105 Posted December 3, 2014 is there any way to place these EBOs on terrain ? Share this post Link to post Share on other sites
six_ten 208 Posted December 4, 2014 I really want the code that makes the windsock turn with the wind. Share this post Link to post Share on other sites
1para{god-father} 105 Posted December 4, 2014 How have you managed to get it in your Terrain ? Share this post Link to post Share on other sites
badluckburt 78 Posted December 4, 2014 He probably just placed it in-game using the editor. As long as it's in EBO format you won't be able to place one on the map, if you can have an init script inside a map PBO you could maybe place it through script but I don't know if that's possible. Eventually it will be released in PBO format I think. Share this post Link to post Share on other sites