Redfist 0 Posted April 23, 2008 Hey all, I was wondering if anyone could be so kind as to give me the classnames for the following add-ons : 1) RAF Avro Vulcan 2) AT Add-on - this is the MK77 and MK20 versions of the a10 and harrier. 3) FA-18 Any help would be totally appreciated. Hope this request doesn't annoy anyone. I tried on Armaholic, but the forum members don't seem to be too patient with noobs there. Share this post Link to post Share on other sites
manzilla 1 Posted April 24, 2008 It's better if you ask in each respective thread instead of opening up a new one. The class names for the newest version of Franze's FA-18 are in the ReadMe: (per v0.45 ReadMe) ----------- Class Names ----------- Vehicles -------- fz_f18e_aws F/A-18E Super Hornet fz_f18e_aws_kb F/A-18E Super Hornet with reduced control power fz_f18f_aws F/A-18F Super Hornet fz_f18f_aws_kb F/A-18F Super Hornet with reduced control power fz_f18f_aws_gn F/A-18F Super Hornet with Gunner and reduced control power fz_f18f_aws_gn_kb F/A-18F Super Hornet with Gunner The AT and Avro Vulcan classnames, sorry I can't help you with those. I DL'd both AddOns but I can't find the ReadMe's so I'm not sure if it's in them. Try the ArmAholic.com DL pages for both, some times the classnames are posted there. Share this post Link to post Share on other sites
weaner 0 Posted April 24, 2008 easiest way to find class names that ive found is to put the ones you want into a mission, save it, find the mission folder and open the missions.sqm in notepad, thatll list everything that has been added in there with their respective class name, for example: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Item56 { side="EAST"; class Vehicles { items=2; class Item0 { position[]={18654.742188,11.970000,14497.184570}; azimut=135.000000; special="FLY"; id=140; side="EAST"; vehicle="mig15bis"; leader=1; rank="LIEUTENANT"; skill=0.600000; }; lookin at this you can see the class name for the mig15 as vehicle="mig15bis"; Share this post Link to post Share on other sites
Redfist 0 Posted April 24, 2008 Thanks guys, that really helps. I tried at Armaholic, but I got some really obscure reply which was difficult to understand. Share this post Link to post Share on other sites
manzilla 1 Posted April 24, 2008 easiest way to find class names that ive found is to put the ones you want into a mission, save it, find the mission folder and open the missions.sqm in notepad, thatll list everything that has been added in there with their respective class name, for example:<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"> class Item56 { side="EAST"; class Vehicles { items=2; class Item0 { position[]={18654.742188,11.970000,14497.184570}; azimut=135.000000; special="FLY"; id=140; side="EAST"; vehicle="mig15bis"; leader=1; rank="LIEUTENANT"; skill=0.600000; }; lookin at this you can see the class name for the mig15 as vehicle="mig15bis"; Jesus christ weaner thanks a ton! I can't believe I never thought about that. Shit, that's one helluva first post.... Not a peep for a whole year then you slap me up side the head with a beautiful reply. This solves the biggest head-ache I have with ArmA and mission making , especially when using DAC v2.0. Not too mention it points out my general cluelessness when it comes to editing ArmA. You are my hero. Share this post Link to post Share on other sites
kronzky 5 Posted April 24, 2008 Another quick way to find out the class name of a placable object is to put this into its init line: <span style='color:blue'>hint typeof this</span> Share this post Link to post Share on other sites
Redfist 0 Posted April 24, 2008 Thanks dudes, will try both methods. One very grateful noob here. Share this post Link to post Share on other sites
thegunnysgt 1 Posted May 7, 2008 A10 Napalm: AT_A10_NAP A10 Cluster Bomb: AT_A10_CBU Share this post Link to post Share on other sites